fix(521): whole-branch review — correct Gitea anchors, guard archive+demotion, reciprocal links, stale append-only refs, budget warning [decisions-edit]
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -98,9 +98,12 @@ def parse_file(path: Path) -> list[Record]:
|
||||
return parse_text(path.read_text(encoding="utf-8"), path)
|
||||
|
||||
|
||||
_NON_DECISION_FILES = {"README.md", "migration-map.md"}
|
||||
|
||||
|
||||
def active_files() -> list[Path]:
|
||||
files = [DECISIONS_MD]
|
||||
files += sorted(p for p in TOPIC_DIR.glob("*.md") if p.name != "README.md")
|
||||
files += sorted(p for p in TOPIC_DIR.glob("*.md") if p.name not in _NON_DECISION_FILES)
|
||||
return files
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user