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,34 @@
# `openstock version`
## Purpose
Return the installed `openstock` package name and version.
## Usage
```bash
openstock version
```
## Input
No arguments.
## IO
| Direction | Data |
| --- | --- |
| External IO | none |
| File IO | none |
| Side effect | none |
## Output Fields
| Field | Meaning |
| --- | --- |
| `name` | Cargo package/program name. |
| `version` | Version of the running `openstock` binary. |
## Agent Notes
Use this before update checks or when reporting runtime provenance.