Add OpenStock agent CLI skill
CI / test (push) Successful in 37s

This commit is contained in:
2026-06-09 17:22:59 +09:00
parent 9e4d6aecc7
commit 347c9546ed
34 changed files with 1005 additions and 0 deletions
@@ -0,0 +1,18 @@
# `openstock universe sync`
Purpose: refresh KIND listed stock universe cache.
Usage:
```bash
openstock universe sync
openstock universe sync --force
```
External IO: KIND listed company download.
Writes: `~/.config/openstock/cache/universe/kind`.
Output fields: `source`, `cache_date`, `refreshed_at`, `refreshed`, `stock_count`, `counts_by_market`.
Agent rule: run before broad scans if the cache date matters.