Releases: noah-sheldon/ai-dev-kit
Releases · noah-sheldon/ai-dev-kit
v1.2.0 - Community Infrastructure
Added
- Issue templates: Bug report and feature request templates with platform-specific fields
- Pull request template: Testing checklist, change type classification, changelog requirement
- CODEOWNERS: Automatic review routing for skills, agents, commands, hooks, and platform manifests
- CODE_OF_CONDUCT.md: Contributor Covenant 2.1 for community trust and safety
Purpose
Improves contribution experience and community governance. No functional changes to skills, agents, or commands.
v1.1.0 - Qwen Code, Copilot CLI, Debt Analysis, Skill Expansion
Added
- New platforms: Qwen Code, GitHub Copilot CLI support
- 11 debt analyzer agents: codebase-analyzer, code-quality-analyzer, test-debt-analyzer, security-debt-analyzer, performance-debt-analyzer, dependency-debt-analyzer, architecture-debt-analyzer, process-debt-analyzer, documentation-debt-analyzer, technical-debt-analyzer, codebase-learner
- 2 new skills: codebase-report, technical-debt-report
- Filled 10 skeleton skills with 500-740 lines of real domain content each
- MCP configs removed (optional — avoids corporate proxy issues)
- Privacy policy added for marketplace submissions
- Node.js 24 LTS requirement (was 18)
Fixed
- skill-authorer typo in COMMAND-AGENT-MAP.md
- Gemini manifest moved to repo root for gallery discovery
- Smoke tests and validate-surface.js updated for new platforms
- CI workflow updated to Node 24
- All marketplace/plugin manifests updated to 1.1.0
Docs
- HTTPS install options added for all 6 platforms
- README reorganized with categorized agents, skills, commands
- 20 GitHub topics added for marketplace discovery
v1.0.0 - Initial Production Release
Added
- Initial production scaffold
- Plugin manifests for Claude Code, Codex, Gemini CLI, OpenCode
- Core content directories: agents/, skills/, commands/, hooks/, rules/
- Install tooling (install.sh, install.ps1)
- Validation scripts and smoke tests
- Documentation: README, AGENTS, CONTRIBUTING, SECURITY, CHANGELOG
- MCP configuration files