- @bool alias missed in namespace rebranding, now @ocas/bool
- CLI respects OCAS_HOME env var for store path (--store > OCAS_HOME > ~/.ocas)
- Update help text and snapshots
- cas_ref → ocas_ref (schema format identifier)
- @schema → @ocas/schema, @string → @ocas/string, etc. (builtin type aliases)
- @output/* → @ocas/output/* (output schema aliases)
- Guard @ocas/ namespace in var set/delete CLI commands (reserved, not user-writable)
- Template commands use varStore directly, bypassing the guard
- Update all tests to use template set --inline instead of var set @ocas/
Breaking change: all builtin schema hashes will change due to payload changes.