|
48 | 48 | { "description": "Initial release with unified configuration management for AI coding assistants supporting 9 tools" } |
49 | 49 | ], |
50 | 50 | "added": [ |
51 | | - { "description": "`mcp` package with adapters for MCP server configurations (Claude, Cursor, Windsurf, VS Code, Codex, Cline, Roo, Kiro)" }, |
52 | | - { "description": "`context` package with converter for generating CLAUDE.md from CONTEXT.json" }, |
53 | | - { "description": "`agents` package with adapters for AI assistant agent definitions (Claude, Codex, Gemini, Kiro)" }, |
54 | | - { "description": "`commands` package with adapters for slash command definitions (Claude, Codex, Gemini)" }, |
55 | | - { "description": "`plugins` package with adapters for plugin/extension configurations (Claude, Gemini)" }, |
56 | | - { "description": "`skills` package with adapters for reusable skill definitions (Claude, Codex)" }, |
57 | | - { "description": "`teams` package for multi-agent team orchestration with process types (sequential, parallel, hierarchical)" }, |
58 | | - { "description": "`validation` package with configuration validators (Claude, Codex, Gemini)" }, |
59 | | - { "description": "Adapter pattern with canonical types and tool-specific converters" }, |
60 | | - { "description": "Self-registering adapters via `init()` for automatic discovery" }, |
61 | | - { "description": "JSON Schema validation for plugins, commands, skills, agents, teams, and validation configs" } |
| 51 | + { "description": "`mcp` package with adapters for MCP server configurations (Claude, Cursor, Windsurf, VS Code, Codex, Cline, Roo, Kiro)", "commit": "ae9f762" }, |
| 52 | + { "description": "`context` package with converter for generating CLAUDE.md from CONTEXT.json", "commit": "50bacd7" }, |
| 53 | + { "description": "`agents` package with adapters for AI assistant agent definitions (Claude, Codex, Gemini, Kiro)", "commit": "b62c572" }, |
| 54 | + { "description": "`commands` package with adapters for slash command definitions (Claude, Codex, Gemini)", "commit": "7578daf" }, |
| 55 | + { "description": "`plugins` package with adapters for plugin/extension configurations (Claude, Gemini)", "commit": "76ba9cf" }, |
| 56 | + { "description": "`skills` package with adapters for reusable skill definitions (Claude, Codex)", "commit": "e532fc1" }, |
| 57 | + { "description": "`teams` package for multi-agent team orchestration with process types (sequential, parallel, hierarchical)", "commit": "5c75117" }, |
| 58 | + { "description": "`validation` package with configuration validators (Claude, Codex, Gemini)", "commit": "95ec174" }, |
| 59 | + { "description": "Adapter pattern with canonical types and tool-specific converters", "commit": "ae9f762" }, |
| 60 | + { "description": "Self-registering adapters via `init()` for automatic discovery", "commit": "ae9f762" }, |
| 61 | + { "description": "JSON Schema validation for plugins, commands, skills, agents, teams, and validation configs", "commit": "95ec174" } |
62 | 62 | ], |
63 | 63 | "documentation": [ |
64 | | - { "description": "PRD.md product requirements document" }, |
65 | | - { "description": "TRD.md technical requirements document" }, |
66 | | - { "description": "ROADMAP.md and ROADMAP.json for project planning" }, |
67 | | - { "description": "README.md with installation and usage examples" }, |
68 | | - { "description": "PRESENTATION.md Marp slides for project overview" } |
| 64 | + { "description": "PRD.md product requirements document", "commit": "a741e66" }, |
| 65 | + { "description": "TRD.md technical requirements document", "commit": "a741e66" }, |
| 66 | + { "description": "ROADMAP.md and ROADMAP.json for project planning", "commit": "a741e66" }, |
| 67 | + { "description": "README.md with installation and usage examples", "commit": "a741e66" }, |
| 68 | + { "description": "PRESENTATION.md Marp slides for project overview", "commit": "a741e66" } |
69 | 69 | ] |
70 | 70 | } |
71 | 71 | ] |
|
0 commit comments