CLAUDE.md ยท diff

git:20260725.595a7ab to git:20260806.a12ea32

4 added, 4 removed. Audit A to A.

See [AGENTS.md](AGENTS.md) for entry points, source-of-truth ordering, search
hygiene, and development rules. That file applies to Claude Code unchanged.
## Claude-specific notes
- Unica ships as one plugin directory for two hosts. Claude Code reads
`plugins/unica/.claude-plugin/plugin.json` and ignores `.codex-plugin/`.
- Load the source tree directly with `claude --plugin-dir ./plugins/unica`; no
marketplace or install step is involved.
- - Skills are namespaced by the plugin, so `meta-validate` is invoked as
- `/unica:meta-validate`.
+ - Skills are namespaced by the plugin, so `meta-info` is invoked as
+ `/unica:meta-info`.
- MCP tools are exposed as `mcp__plugin_unica_unica__<tool>`, with every
character outside `A-Za-z0-9_-` replaced by `_`. The skill prose names tools in
- their canonical dotted form, so `unica.meta.validate` is callable as
- `mcp__plugin_unica_unica__unica_meta_validate`.
+ their canonical dotted form, so `unica.meta.info` is callable as
+ `mcp__plugin_unica_unica__unica_meta_info`.