Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
ChittyMarket is the Claude Code marketplace for the ChittyOS ecosystem. It serves three purposes:

1. **Native Claude Code Marketplace** — `.claude-plugin/marketplace.json` lists 12 plugins installable via `/plugin add`
2. **Artifact Inventory** — `marketplace.json` catalogs all 104 capabilities with rich metadata for the `/market` skill
2. **Artifact Inventory** — `marketplace.json` catalogs every capability with rich metadata for the `/market` skill
3. **Capability Overlay (Phase 1, 2026-05-11)** — `capabilities.generated.json` projects every artifact into a Canonical Capability Record with ChittyCanon URI, JTBD group, execution_class, and full §16 metadata schema. See `docs/architecture/CHITTYMARKET_CAPABILITY_ROUTER.md`.

## Structure

```
chittymarket/
.claude-plugin/marketplace.json # Native Claude Code marketplace (12 plugins)
marketplace.json # Full artifact inventory (104 capabilities, for /market skill)
marketplace.json # Full artifact inventory (for /market skill)
plugins/
chittyos-core/ # Session, context, cleanup + 5 ecosystem agents
chittyos-devops/ # Deploy, health, registry, pipelines, compliance
Expand All @@ -32,7 +32,7 @@ chittymarket/
## Dual Manifest

- **`.claude-plugin/marketplace.json`** — What Claude Code sees via `/plugin add`. Lists 12 plugins (6 inline, 4 GitHub repos, 2 standalone MCP wrappers).
- **`marketplace.json`** — Authoritative inventory read by `/market` skill and `market.sh`. 104 capabilities including official Anthropic plugins, Claude.ai MCP servers, and Ch1tty-managed servers.
- **`marketplace.json`** — Authoritative inventory read by `/market` skill and `market.sh`. Includes official Anthropic plugins, Claude.ai MCP servers, and Ch1tty-managed servers. The catalog grows; do not record its size here — `scripts/check-overlay-coverage.sh` is what asserts it stays consistent with `capabilities.generated.json`, and a count written into prose becomes a false rule the moment an artifact is added.
- **`~/.claude/marketplace.json`** — Symlink to `marketplace.json`

## Commands
Expand Down