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,15 @@
# `openstock cache status`
Purpose: inspect local cache size and namespace summary.
Usage:
```bash
openstock cache status
```
Reads: `~/.config/openstock/cache`.
Output fields: `root`, `exists`, `total_files`, `total_bytes`, `namespaces`.
Agent rule: use before cache cleanup or when diagnosing stale local data.