Commit 8eef940
committed
feat: versioned actionable adoption specs with 5 host profiles
Redesign the assistant adoption spec system to be version-aware and
actionable for installers. Specs now answer both "what does this host
support?" and "where do I install things?"
Schema changes (assistant-adoption.schema.json):
- Add version-gated field pattern (semver range keys via patternProperties)
- Add component_paths (required) — per-scope install paths for all 7 types
- Add extension_model (bundle vs scatter) replacing plugin_model
- Add roadmap section for tracking in-progress host changes
- Restructure hook_events: execution_models as array (command/prompt/agent)
- Restructure mcp: remove config_location (now in component_paths)
- Restructure instructions: add paths for per-scope locations
- Remove plugin_model and adapter_interface sections
Rewrite all 5 host specs with verified data (Feb 2026):
- claude-code: 17 hook events, 3 execution models, correct MCP paths
- copilot-cli: fix cli_command, native skills/LSP, plugin system paths
- codex-cli: notify-only hooks, roadmap for PR #11067, TOML config
- gemini-cli: extension system, 11 hooks, sse+http-streaming transports
- opencode: TypeScript plugin hooks, 24+ LSP languages, JSONC config
Update page generator for new sections (component_paths, extension_model,
roadmap tables) and sync Astro site docs.1 parent e670d04 commit 8eef940
27 files changed
Lines changed: 3312 additions & 371 deletions
File tree
- scripts
- spec
- assistants
- schemas
- src/content/docs
- assistants
- specification
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
102 | 113 | | |
103 | 114 | | |
104 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments