docs(adr): sync plan Task 2 with flat-comment template fix
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ab14d65aa1
commit
3c920ae630
1 changed files with 10 additions and 11 deletions
|
|
@ -230,24 +230,23 @@ Accepted (YYYY-MM-DD)
|
||||||
|
|
||||||
<!-- Results, trade-offs explicitly accepted, follow-on work. -->
|
<!-- Results, trade-offs explicitly accepted, follow-on work. -->
|
||||||
|
|
||||||
<!-- OPTIONAL SECTIONS — uncomment any that genuinely apply; never pad.
|
<!-- Optional sections — uncomment any that genuinely apply; never pad:
|
||||||
## Scope
|
|
||||||
<!-- Explicit in / out-of-scope boundaries. -->
|
|
||||||
|
|
||||||
## Guardrails
|
## Scope — explicit in / out-of-scope boundaries.
|
||||||
<!-- How the decision is mechanically enforced (lint, CI, hooks). -->
|
|
||||||
|
|
||||||
## What was ruled out
|
## Guardrails — how the decision is mechanically enforced (lint, CI, hooks).
|
||||||
<!-- Rejected alternatives, each with its reason. -->
|
|
||||||
|
|
||||||
## Verified facts (ADR-014)
|
## What was ruled out — rejected alternatives, each with its reason.
|
||||||
<!-- verified: <subject> · <tool> <version> · <source> · <YYYY-MM-DD> -->
|
|
||||||
|
|
||||||
## Related
|
## Verified facts (ADR-014) — verified: <subject> · <tool> <version> · <source> · <YYYY-MM-DD>
|
||||||
<!-- Links to other ADRs by number; bidirectional for Supersedes/Superseded-by. -->
|
|
||||||
|
## Related — links to other ADRs by number; bidirectional for Supersedes/Superseded-by.
|
||||||
-->
|
-->
|
||||||
```
|
```
|
||||||
|
|
||||||
|
(HTML comments do not nest — optional sections use one flat comment block with inline
|
||||||
|
em-dash descriptions, not commented sub-hints inside an outer comment.)
|
||||||
|
|
||||||
- [ ] **Step 2: Confirm the template is skipped by the check**
|
- [ ] **Step 2: Confirm the template is skipped by the check**
|
||||||
|
|
||||||
Run: `python3 scripts/repo-scan.py 2>/dev/null | python3 -c "import json,sys; print([f for f in json.load(sys.stdin)['findings'] if f['check']=='adr-structure' and 'adr-template' in f['path']])"`
|
Run: `python3 scripts/repo-scan.py 2>/dev/null | python3 -c "import json,sys; print([f for f in json.load(sys.stdin)['findings'] if f['check']=='adr-structure' and 'adr-template' in f['path']])"`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue