docs(adr): use standard decision-axis status vocabulary#179
Merged
Conversation
Drop the non-standard "Completed" ADR status, which conflated two axes: a decision's state (Proposed/Accepted/Deprecated/Superseded) versus whether the work shipped. Map every "Completed" to "Accepted"; the existing Released column already carries the shipped-ness axis (version, or blank when not yet shipped). Rewrite the status-values legend accordingly. No decisions change — only the label. ADR-literate readers track decision-state and implementation-state separately, so Status now holds only the former. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The calcite/ module (VortexSchema/Table/Aggregates + push-down rule) is built and tested on main; the decision is adopted, so Status moves Proposed → Accepted. Refresh the stale 'prototype branch' wording to point at the landed module. Co-Authored-By: Claude Opus 4.8 <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.
Drops the non-standard
CompletedADR status. It conflated two axes that ADR-literate readers track separately: the decision's state (Proposed/Accepted/Deprecated/Superseded) versus whether the work shipped.Completed→Accepted(7 ADRs + the index).Releasedcolumn (version, or blank) — no information lost;Accepted+Released: 0.7.0reads as "accepted decision, shipped in 0.7.0".Proposed → Accepted → Deprecated | Superseded(plusDeferred/Rejectedfor decisions not adopted), with a note that Status tracks only the decision and Released tracks the version.Docs-only; no decision content changed.
🤖 Generated with Claude Code