Changelog
All notable changes to the ADR plugin will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2025-01-16
Section titled “0.2.0 - 2025-01-16”- Initial release as standalone Claude Code plugin
- Commands:
/adr:new- Create new ADRs/adr:list- List ADRs with filtering/adr:update- Update existing ADRs/adr:supersede- Supersede ADRs/adr:search- Search ADRs by content/adr:setup- Interactive configuration/adr:export- Export to HTML/JSON/PDF
- Agents:
adr-author- Proactive ADR detectionadr-compliance- Code compliance auditingadr-researcher- Context research
- Skills:
- Core:
adr-fundamentals,adr-decision-drivers,adr-quality - Formats:
adr-format-madr,adr-format-structured-madr,adr-format-nygard,adr-format-y-statement,adr-format-alexandrian,adr-format-business-case,adr-format-tyree-akerman - Specialized:
adr-compliance,adr-integration
- Core:
- Templates for all 7 ADR formats
- Schemas for export validation
- Configuration via
.claude/adr.local.md
Changed
Section titled “Changed”- Extracted from zircote/marketplace to standalone repository
0.1.0 - 2024-12-01
Section titled “0.1.0 - 2024-12-01”- Initial development in marketplace monorepo