Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
,
{
"name": "chittyos-core",
"description": "Core ChittyOS ecosystem — session persistence, context checkpoints, cleanup, and ecosystem agents for schema, registration, connection, integration, and canonical governance",
"version": "1.1.0",
"description": "Core ChittyOS ecosystem — session persistence, context checkpoints, planning, solo-operator work control, cleanup, and ecosystem agents for schema, registration, connection, integration, and canonical governance",
"version": "1.2.0",
"source": "./plugins/chittyos-core",
"strict": false,
"category": "ecosystem",
Expand Down
6 changes: 3 additions & 3 deletions CHARTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ Provide a unified marketplace manifest and management interface for all Claude C
## Compliance

- [x] Service registered in ChittyRegister
- [ ] CLAUDE.md development guide present
- [x] CLAUDE.md development guide present
- [x] CHARTER.md present
- [x] CHITTY.md present
- [x] marketplace.json manifest validated (86 artifacts)
- [x] marketplace.json manifest validated (106 artifacts)

---
*Charter Version: 1.0.0 | Last Updated: 2026-03-08*
*Charter Version: 1.0.0 | Last Updated: 2026-07-22*
12 changes: 6 additions & 6 deletions CHITTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ visibility: PUBLIC

## What It Does

Local artifact marketplace and manager for the ChittyOS Claude Code environment. Catalogs **104 capabilities** (MCP servers, skills, plugins, agents, hooks) with enable/disable toggle support and install mode switching (Ch1tty vs standalone). Phase 1 capability overlay generated 2026-05-11 — see `capabilities.generated.json` and `docs/architecture/CHITTYMARKET_CAPABILITY_ROUTER.md`.
Local artifact marketplace and manager for the ChittyOS Claude Code environment. Catalogs **106 capabilities** (MCP servers, skills, plugins, agents, hooks) with enable/disable toggle support and install mode switching (Ch1tty vs standalone). The Phase 1 capability overlay was refreshed 2026-07-22 — see `capabilities.generated.json` and `docs/architecture/CHITTYMARKET_CAPABILITY_ROUTER.md`.

## Architecture

Expand Down Expand Up @@ -67,24 +67,24 @@ marketplace.json <-- Single source of truth
| Claude Code | Plugin toggles (settings.json) |
| Hookify | Hook rule frontmatter toggles |

### Artifact Counts (2026-05-11, post Phase 1 overlay)
### Artifact Counts (2026-07-22)
| Type | Count |
|------|-------|
| MCP servers | 28 |
| Plugins | 40 |
| Skills | 15 |
| Skills | 19 |
| Hooks | 10 |
| Agents | 9 |
| **Total** | **104** capabilities |
| **Total** | **106** capabilities |

### Capability Distribution (JTBD groups, Phase 1)
| Group | Count |
|-------|-------|
| build | 29 |
| build | 30 |
| connect | 22 |
| govern | 15 |
| ship | 12 |
| workspace | 6 |
| workspace | 9 |
| legal | 5 |
| local-lab | 5 |
| agent-runtime | 4 |
Expand Down
16 changes: 9 additions & 7 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@

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
1. **Native Claude Code Marketplace** — `.claude-plugin/marketplace.json` lists 16 plugins installable via `/plugin add`
2. **Artifact Inventory** — `marketplace.json` catalogs all 106 capabilities 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`.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

## Structure

```
chittymarket/
.claude-plugin/marketplace.json # Native Claude Code marketplace (12 plugins)
marketplace.json # Full artifact inventory (104 capabilities, for /market skill)
.claude-plugin/marketplace.json # Native Claude Code marketplace (16 plugins)
marketplace.json # Full artifact inventory (106 capabilities, for /market skill)
plugins/
chittyos-core/ # Session, context, cleanup + 5 ecosystem agents
ch1tty/ # Intent resolver and tool gateway projections
chittyos-core/ # Session, context, planning, work control + ecosystem agents
chittyos-devops/ # Deploy, health, registry, pipelines, compliance
chittyos-legal/ # Evidence, disputes, docket, evidence-collect
chittyos-governance/ # Hookify rules + neon-schema agent
Expand All @@ -25,14 +26,15 @@ chittymarket/
neon-mcp/ # Standalone Neon PostgreSQL MCP
chittyagent-autobot/ # Autonomous PR-driver agent (advanced/on-demand)
chittyagent-dispatch/ # Canonical → runtime projection adapters
chittymarket-canonical/ # Canonical definitions packaged for projection
scripts/
generate-marketplace.sh # Regenerate native manifest from plugins/
```

## 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.
- **`.claude-plugin/marketplace.json`** — What Claude Code sees via `/plugin add`. Lists 16 plugins (12 inline and 4 GitHub-sourced packages).
- **`marketplace.json`** — Authoritative inventory read by `/market` skill and `market.sh`. 106 capabilities including official Anthropic plugins, Claude.ai MCP servers, and Ch1tty-managed servers.
- **`~/.claude/marketplace.json`** — Symlink to `marketplace.json`

## Commands
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The `chittymarket-manager` plugin is the entry point — install it first, then

| Plugin | Purpose |
|--------|---------|
| **ch1tty** | Natural-language intent resolver and tool gateway projections |
| **chittyos-mcp** | ChittyOS MCP gateway packaging |
| **neon-mcp** | Neon MCP packaging |

Expand All @@ -73,10 +74,12 @@ Some IDs shown by `/market` are runtime artifacts (skills/agents/MCP entries), n
| Group | Skills |
|------|--------|
| **Autonomy Pipeline** | `chitty-autonomy`, `chitty-autonomy-affirm`, `chitty-autonomy-discover`, `chitty-autonomy-plan`, `chitty-autonomy-generate`, `chitty-autonomy-implement`, `chitty-autonomy-tidy`, `chitty-autonomy-cicd`, `chitty-autonomy-ship` |
| **Marketplace** | `market` |
| **Core Operations** | `checkpoint`, `chitty-cleanup`, `chittycontext`, `chittyxl` |
| **Marketplace Governance** | `market`, `skill-creator`, `capability-governor`, `capability-registry-audit` |
| **Planning & Work Control** | `goal-creator`, `linear-solo-operator` |
| **Core Operations** | `checkpoint`, `chitty-cleanup`, `chittycontext`, `chittyxl`, `chico` |
| **MCP Orchestration** | `cast` |
| **DevOps Operations** | `chitty-deploy`, `chitty-health`, `chitty-pipelines`, `chitty-registry`, `chittyos-compliance`, `wrangler-audit` |
| **Legal Operations** | `dispute`, `docket`, `evidence-collect`, `fact-governance` |
| **Legal Operations** | `dispute`, `docket`, `evidence-collect`, `evidence-egress`, `fact-governance` |

## Profiles

Expand Down
7 changes: 7 additions & 0 deletions canonical/.dispatch-state/skills/linear-solo-operator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"canonical_sha": "967e3bd1c0b20c754667e8556a490792ed9863df",
"targets": {
"claude-code": "acae5ad7ae9321e442bfaa699bf9b003e386048d",
"codex": "acae5ad7ae9321e442bfaa699bf9b003e386048d"
}
}
Loading
Loading