Review of all ADR documents (001-007) and peripheral architecture docs identified 3 critical, 10 warning, and 7 suggestion issues. Addressed in this commit: - W-1: Add draft qualifier to ADR-002 reference to incremental exploration - W-2: Add Alternatives Considered section to ADR-001 - W-3: Add Document Lifecycle section to README.md (draft/stable/deprecated) - W-4: Clarify includeCompleted semantics (only 'completed' status triggers exclusion) - W-5: Document file I/O runtime constraints in frontmatter.md - W-6: Add ADR reference to architecture.md redirect - W-7: Verify CVE-2025-64718 (confirmed real, improved description) - W-9: Convert workspace-absolute paths to relative/monorepo references - S-7: Add future ADR-008 note to incremental-update-exploration.md Critical issues (C-1, C-2, C-3) and remaining warnings (W-8, W-10, S-4, S-5) were addressed by a parallel agent in a prior commit. All 16 review tasks created and resolved.
20 lines
773 B
Markdown
20 lines
773 B
Markdown
---
|
|
id: architecture/s-7-incremental-adr-note
|
|
name: Add note that incremental-update-exploration may become ADR-008
|
|
status: completed
|
|
depends_on: []
|
|
created: 2026-04-26T09:11:18.351562758Z
|
|
modified: 2026-04-26T09:11:18.351563369Z
|
|
scope: narrow
|
|
risk: low
|
|
---
|
|
|
|
# Description
|
|
|
|
**Review ref**: S-7 (Suggestion)
|
|
**Files affected**: `docs/architecture/incremental-update-exploration.md`
|
|
|
|
The incremental update exploration document is a companion to ADR-002 but has no ADR number. When it reaches a decision (either "adopt incremental updates" or "confirmed: not for v1"), it should become ADR-008. Add a note at the top or bottom: "Status note: If this exploration leads to a decision, it will become ADR-008."
|
|
|
|
**Source**: `/docs/reviews/architecture-review-2026-04-26.md` S-7
|