feat: top-level ocas tag/untag commands #55

Merged
xiaoju merged 1 commits from fix/52-tag-untag into main 2026-06-02 11:13:57 +00:00
Owner

Adds ocas tag / ocas untag top-level commands. Removes ocas var tag. 595 tests pass.

Fixes #52

Adds `ocas tag` / `ocas untag` top-level commands. Removes `ocas var tag`. 595 tests pass. Fixes #52
xiaoju added 1 commit 2026-06-02 11:13:50 +00:00
Adds `ocas tag <target> <tag>...` and `ocas untag <target> <tag>...`
top-level CLI commands operating on store.tag.* (TagStore). Targets
may be hashes or @scope/name variables (resolved via resolveHash).

The redundant `ocas var tag` subcommand is removed; `var tag` now
falls through to "Unknown var subcommand: tag".

Registers `@ocas/output/tag` and `@ocas/output/untag` schemas and
templates in bootstrap; removes `@ocas/output/var-tag`.

Closes #52

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
xiaoju merged commit 78ab8538cd into main 2026-06-02 11:13:57 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/ocas#55