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 set`
Purpose: save or update a stock evaluation score.
Usage:
```bash
openstock score set 005930 87
```
Inputs: `symbol`, `score` from 0 to 100.
Writes: `~/.config/openstock/scores.json`.
Output fields: `path`, `symbol`, `score`, `updated_at_unix`.
Agent rule: use only when the user or scoring workflow has produced a concrete score.