Skip to content

Commit a77b099

Browse files
grokifyclaude
andcommitted
docs: add commit hashes to v0.1.0 changelog entries
Add commit references to all v0.1.0 entries in CHANGELOG.json and regenerate CHANGELOG.md with linked commit hashes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1c777c5 commit a77b099

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

CHANGELOG.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
{ "description": "Initial release with unified configuration management for AI coding assistants supporting 9 tools" }
4949
],
5050
"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" }
6262
],
6363
"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" }
6969
]
7070
}
7171
]

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@ and this changelog is generated by [Structured Changelog](https://github.com/gro
5555

5656
### Added
5757

58-
- `mcp` package with adapters for MCP server configurations (Claude, Cursor, Windsurf, VS Code, Codex, Cline, Roo, Kiro)
59-
- `context` package with converter for generating CLAUDE.md from CONTEXT.json
60-
- `agents` package with adapters for AI assistant agent definitions (Claude, Codex, Gemini, Kiro)
61-
- `commands` package with adapters for slash command definitions (Claude, Codex, Gemini)
62-
- `plugins` package with adapters for plugin/extension configurations (Claude, Gemini)
63-
- `skills` package with adapters for reusable skill definitions (Claude, Codex)
64-
- `teams` package for multi-agent team orchestration with process types (sequential, parallel, hierarchical)
65-
- `validation` package with configuration validators (Claude, Codex, Gemini)
66-
- Adapter pattern with canonical types and tool-specific converters
67-
- Self-registering adapters via `init()` for automatic discovery
68-
- JSON Schema validation for plugins, commands, skills, agents, teams, and validation configs
58+
- `mcp` package with adapters for MCP server configurations (Claude, Cursor, Windsurf, VS Code, Codex, Cline, Roo, Kiro) ([`ae9f762`](https://github.com/grokify/aiassistkit/commit/ae9f762))
59+
- `context` package with converter for generating CLAUDE.md from CONTEXT.json ([`50bacd7`](https://github.com/grokify/aiassistkit/commit/50bacd7))
60+
- `agents` package with adapters for AI assistant agent definitions (Claude, Codex, Gemini, Kiro) ([`b62c572`](https://github.com/grokify/aiassistkit/commit/b62c572))
61+
- `commands` package with adapters for slash command definitions (Claude, Codex, Gemini) ([`7578daf`](https://github.com/grokify/aiassistkit/commit/7578daf))
62+
- `plugins` package with adapters for plugin/extension configurations (Claude, Gemini) ([`76ba9cf`](https://github.com/grokify/aiassistkit/commit/76ba9cf))
63+
- `skills` package with adapters for reusable skill definitions (Claude, Codex) ([`e532fc1`](https://github.com/grokify/aiassistkit/commit/e532fc1))
64+
- `teams` package for multi-agent team orchestration with process types (sequential, parallel, hierarchical) ([`5c75117`](https://github.com/grokify/aiassistkit/commit/5c75117))
65+
- `validation` package with configuration validators (Claude, Codex, Gemini) ([`95ec174`](https://github.com/grokify/aiassistkit/commit/95ec174))
66+
- Adapter pattern with canonical types and tool-specific converters ([`ae9f762`](https://github.com/grokify/aiassistkit/commit/ae9f762))
67+
- Self-registering adapters via `init()` for automatic discovery ([`ae9f762`](https://github.com/grokify/aiassistkit/commit/ae9f762))
68+
- JSON Schema validation for plugins, commands, skills, agents, teams, and validation configs ([`95ec174`](https://github.com/grokify/aiassistkit/commit/95ec174))
6969

7070
### Documentation
7171

72-
- PRD.md product requirements document
73-
- TRD.md technical requirements document
74-
- ROADMAP.md and ROADMAP.json for project planning
75-
- README.md with installation and usage examples
76-
- PRESENTATION.md Marp slides for project overview
72+
- PRD.md product requirements document ([`a741e66`](https://github.com/grokify/aiassistkit/commit/a741e66))
73+
- TRD.md technical requirements document ([`a741e66`](https://github.com/grokify/aiassistkit/commit/a741e66))
74+
- ROADMAP.md and ROADMAP.json for project planning ([`a741e66`](https://github.com/grokify/aiassistkit/commit/a741e66))
75+
- README.md with installation and usage examples ([`a741e66`](https://github.com/grokify/aiassistkit/commit/a741e66))
76+
- PRESENTATION.md Marp slides for project overview ([`a741e66`](https://github.com/grokify/aiassistkit/commit/a741e66))
7777

7878
[unreleased]: https://github.com/grokify/aiassistkit/compare/v0.3.0...HEAD
7979
[v0.3.0]: https://github.com/grokify/aiassistkit/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)