Add stock scoring commands
CI / test (push) Successful in 2m13s

This commit is contained in:
2026-06-09 18:18:07 +09:00
parent 347c9546ed
commit b3feec08db
14 changed files with 503 additions and 0 deletions
@@ -0,0 +1,17 @@
# `openstock score get`
Purpose: read a saved stock evaluation score.
Usage:
```bash
openstock score get 005930
```
Inputs: `symbol`.
Reads: `~/.config/openstock/scores.json`.
Output fields: `path`, `symbol`, `score`, `updated_at_unix`.
Agent rule: if the command fails with no saved score, do not infer a score of 0.