chore(docs): split cycle discussions and architecture decisions into …#6
Merged
chore(docs): split cycle discussions and architecture decisions into …#6
Conversation
…separate genres Move existing references/ard-XXXX-* assets into references/cycles/ as historical artifacts (no rename — name evolution itself is part of the repo history). Introduce references/decisions/ for new ADRs in MADR 0.5 format. - references/cycles/ — Cycle Discussion Records (CDR) + preserved ARDs - references/decisions/ — Architecture Decision Records (ADR), one decision per file - Add CDR_TEMPLATE.md, ADR_TEMPLATE.md with formalized format rules - README.md in each directory documents genre distinction and naming conventions ARD (Architectural Requirements Document) was a misnomer; the standard term is ADR (Architecture Decision Record). Going forward, single decisions live as ADR and per-cycle discussions live as CDR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…separate genres
Move existing references/ard-XXXX-* assets into references/cycles/ as historical artifacts (no rename — name evolution itself is part of the repo history). Introduce references/decisions/ for new ADRs in MADR 0.5 format.
ARD (Architectural Requirements Document) was a misnomer; the standard term is ADR (Architecture Decision Record). Going forward, single decisions live as ADR and per-cycle discussions live as CDR.