docs: fix store path and remove redundant alias text

- README.md: ~/.uncaged/ocas → ~/.ocas
- CLI README: remove '(also aliased ocas)' redundancy

Thanks 小墨 for the review 🖊️

Closes #8
This commit is contained in:
2026-06-01 06:29:59 +00:00
parent 119e65c096
commit 4b114e96ac
3 changed files with 24 additions and 3 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ Or use the CLI (see [CLI Reference](#cli-reference) and [`packages/cli-ocas/READ
## CLI Reference
Binary: `ocas` (from `@ocas/cli`; legacy alias `ocas` is deprecated). Default store:
`~/.uncaged/ocas`. The store is auto-created and bootstrapped on first use — there is
`~/.ocas`. The store is auto-created and bootstrapped on first use — there is
no `init`/`bootstrap` command, and schemas are ordinary `@schema`-typed nodes (`ocas put
@schema file.json`), so there is no `schema` subcommand.
@@ -127,7 +127,7 @@ Commands (all emit a { type, value } envelope unless noted):
gc Garbage collection (@output/gc)
Flags:
--store <path> Store directory (default: ~/.uncaged/ocas)
--store <path> Store directory (default: ~/.ocas)
--json Compact JSON output
--pipe, -p Read a { type, value } envelope from stdin for render
```