Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1962ae3
docs(refactor): Gemini strategy prompt for market v2 refactor
chitcommit May 11, 2026
f9e8dfc
docs(refactor): add Capability Registry Audit Runbook v0.2
chitcommit May 11, 2026
5961c90
docs(refactor): Gemini strategy v1 + locked-answer followup for round 2
chitcommit May 11, 2026
47d9488
feat(architecture): Phase 0/1 Capability Router migration
chitcommit May 11, 2026
ede0334
docs(architecture): expand Capability Router spec to v4
chitcommit May 11, 2026
4617860
docs(compliance): F1+F2 fixes from ChittyOS compliance audit
chitcommit May 11, 2026
96a7b9e
fix(review): C1 ontology violation + 6 important doc fixes from PR re…
chitcommit May 11, 2026
d5100cc
docs(architecture): final polish from re-review (B1, M1-M3, B2)
chitcommit May 11, 2026
42cf10d
feat(governance): capability-registry-audit skill (runbook §15)
chitcommit May 23, 2026
d1b9ecc
feat(governance): wire capability-registry-audit to overlay + first a…
chitcommit May 23, 2026
ceb84f8
feat(governance): evidence-gate overrides resolve 2026-05-23 audit hold
chitcommit May 23, 2026
05ca0a1
feat(governance): wire evidence-gate policy into pre-commit drift hook
chitcommit May 23, 2026
18ecc91
chore(manifest): regenerate .claude-plugin/marketplace.json from plug…
chitcommit May 26, 2026
0663094
fix(chittyagent-autobot): canonicalize plugin.json location + registe…
chitcommit May 26, 2026
c185424
chore(ci): add validate-chittymarket workflow (lint + test + manifest…
chitcommit May 26, 2026
1e2b5c8
docs(architecture): single-source conventions for chittymarket (DRAFT…
chitcommit May 26, 2026
865a032
chore(scripts): add heal-chittymarket.sh + lint check for non-canonic…
chitcommit May 26, 2026
9ec6f46
feat(backfill): add capability-governor + evidence-egress skills (#22)
chitcommit May 26, 2026
4d747c7
chore(skills): add name:+description: frontmatter to 8 skills; enforc…
chitcommit May 26, 2026
554ce04
BREAKING: rename 4 chittyos-core agent slugs to family-prefix (§2.1) …
chitcommit May 26, 2026
ca7e691
feat(dispatch): pointer-file hydrator + drift-hook pointer exception …
chitcommit May 26, 2026
df561ac
fix(chittymarket-canonical): add missing .claude-plugin/plugin.json (…
chitcommit May 26, 2026
c9bccd9
docs(architecture): universal projection migration plan (§2.4 DRAFT) …
chitcommit May 26, 2026
380efde
chore(cleanup): delete orphaned v2 planning docs (#33)
chitcommit May 26, 2026
6f90d1f
feat(dispatch): Phase A — kind-aware routing + hook + mcp adapters (#34)
chitcommit May 26, 2026
c390cae
feat(canonical): Phase B — canonicalize all 26 remaining skills (#35)
chitcommit May 26, 2026
7e04dd1
feat(canonical): Phases D + E — commands/MCP/proxy canonicalized + pr…
chitcommit May 26, 2026
841ec7b
chore(canonical): reorg into kind-subdirs + multi-runtime hardening +…
chitcommit May 26, 2026
5f67184
chore(canon): apply chittycanon-code-cardinal audit remediations (#38)
chitcommit May 26, 2026
4201ad9
Merge main into feat/market-refactor-v2: resolve chittyagent-connect
chitcommit May 26, 2026
dafe051
fix(hydrator): normalize whitespace to prevent diff drift on idempote…
chitcommit May 26, 2026
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 @@ -41,12 +41,12 @@
,
{
"name": "chittyos-governance",
"description": "Canonical governance hooks — entity type validation, ChittyID accountability, deploy gates, PR workflow enforcement, and Neon schema drift detection",
"description": "Canonical governance hooks — entity type validation, ChittyID accountability, deploy gates, PR workflow enforcement, Neon schema drift detection, and capability registry audit",
"version": "1.0.0",
"source": "./plugins/chittyos-governance",
"strict": false,
"category": "security",
"keywords": ["governance", "hooks", "entity-types", "chittyid", "deploy-gate", "schema"]
"keywords": ["governance", "hooks", "entity-types", "chittyid", "deploy-gate", "schema", "capability-audit"]
Comment thread
chitcommit marked this conversation as resolved.
Outdated
}
,
{
Expand Down
29 changes: 21 additions & 8 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 86+ artifacts (MCP servers, skills, plugins, agents, hooks) with enable/disable toggle support and install mode switching (Ch1tty vs standalone).
Local artifact marketplace and manager for the ChittyOS Claude Code environment. Catalogs **102 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`.

## Architecture

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

### Artifact Counts (2026-03-08)
### Artifact Counts (2026-05-11, post Phase 1 overlay)
| Type | Count |
|------|-------|
| MCP Servers | 14 |
| Skills | 14 |
| Plugins (official) | 30 |
| Plugins (local) | 5 |
| Agents | 9 |
| MCP servers | 28 |
| Plugins | 40 |
| Skills | 15 |
| Hooks | 10 |
| **Total** | **86** (81 enabled, 5 disabled) |
| Agents | 9 |
| **Total** | **102** capabilities |

### Capability Distribution (JTBD groups, Phase 1)
| Group | Count |
|-------|-------|
| build | 29 |
| connect | 22 |
| govern | 15 |
| ship | 12 |
| workspace | 6 |
| legal | 5 |
| local-lab | 5 |
| agent-runtime | 4 |
| internal | 3 |
| market | 1 |

Comment thread
chitcommit marked this conversation as resolved.
### Install Modes
| Mode | Description |
Expand Down
11 changes: 7 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

## What This Is

ChittyMarket is the Claude Code marketplace for the ChittyOS ecosystem. It serves two purposes:
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 108 artifacts with rich metadata for the `/market` skill
2. **Artifact Inventory** — `marketplace.json` catalogs all 102 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`.

## Structure

```
chittymarket/
.claude-plugin/marketplace.json # Native Claude Code marketplace (12 plugins)
marketplace.json # Full artifact inventory (108 artifacts, for /market skill)
marketplace.json # Full artifact inventory (102 capabilities, for /market skill)
plugins/
chittyos-core/ # Session, context, cleanup + 5 ecosystem agents
chittyos-devops/ # Deploy, health, registry, pipelines, compliance
Expand All @@ -22,14 +23,16 @@ chittymarket/
chittymarket-manager/ # /market skill + market.sh
chittyos-mcp/ # Standalone ChittyOS MCP gateway
neon-mcp/ # Standalone Neon PostgreSQL MCP
chittyagent-autobot/ # Autonomous PR-driver agent (advanced/on-demand)
chittyagent-dispatch/ # Canonical → runtime projection adapters
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`. 108 artifacts including official Anthropic plugins, Claude.ai MCP servers, and Ch1tty-managed servers.
- **`marketplace.json`** — Authoritative inventory read by `/market` skill and `market.sh`. 102 capabilities including official Anthropic plugins, Claude.ai MCP servers, and Ch1tty-managed servers.
- **`~/.claude/marketplace.json`** — Symlink to `marketplace.json`

## Commands
Expand Down
Loading