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 delete`
Purpose: delete a saved stock evaluation score.
Usage:
```bash
openstock score delete 005930
```
Inputs: `symbol`.
Writes: `~/.config/openstock/scores.json` when a record exists.
Output fields: `path`, `symbol`, `deleted`, `removed`.
Agent rule: deletion changes local evaluation state; run only when requested.