Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 1.25 KB

File metadata and controls

25 lines (15 loc) · 1.25 KB

Architecture Decision Records (ADRs)

Short-lived decisions for MetaCompressor: one markdown file per decision, numbered for order.

For where files belong (zones, naming, splits), see the living repository layout policy—ADRs record decisions; that document records placement conventions. For agent mandates and freeze zones, see AGENTS.md. For working contract / stay current, see METACOMPRESSOR_WORKING_CONTRACT.md. For Cursor skill charter (A′ additive-only, precedence), see .cursor/skills/README.md.

Index

ADR Title
0001 Layout policy and CI guardrails

When to add an ADR

  • A choice affects multiple modules, tooling, or contributor workflow and is hard to reverse.
  • You need a durable pointer (“why is it this way?”) beyond a commit message.

Naming

  • NNNN-short-slug.md (four digits, incrementing).
  • Prefer status line at top: Accepted, Proposed, Superseded by 0007.

Template

Copy from 0001: Context / Decision / Consequences.