Skip to content

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.

  • 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 detection
    • adr-compliance - Code compliance auditing
    • adr-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
  • Templates for all 7 ADR formats
  • Schemas for export validation
  • Configuration via .claude/adr.local.md
  • Extracted from zircote/marketplace to standalone repository
  • Initial development in marketplace monorepo