Files
SubMiner/backlog/tasks/task-101 - Consolidate-architecture-docs-and-archive-task-noise.md
sudacode 10b94ce889 refactor(config): slim resolver facade and expand regression lanes
Collapse src/config/resolve.ts into an orchestrated pipeline over domain modules, wire launcher regression coverage into test scripts, and sync backlog/subagent tracking artifacts for completed TASK-74/TASK-96/TASK-98 follow-up planning.
2026-02-21 21:27:31 -08:00

1.7 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
id title status assignee created_date updated_date labels dependencies priority
TASK-101 Consolidate architecture docs and archive task noise To Do
2026-02-21 07:15 2026-02-21 07:15
documentation
maintainability
TASK-96
TASK-97
TASK-98
TASK-99
TASK-100
low

Description

Architecture guidance is fragmented across long-lived docs and task notes. Consolidate canonical runtime architecture docs and move stale/noisy task-level detail to archive.

Action Steps

  1. Audit architecture and development docs for duplicated runtime composition guidance.
  2. Select one canonical architecture section for runtime composition and dependency boundaries.
  3. Refactor duplicate sections to brief pointers to the canonical section.
  4. Move stale task-evidence prose from persistent docs to backlog/archive where appropriate.
  5. Add a compact architecture diagram and update links in contributor docs.
  6. Validate docs build and link integrity.
  7. Record what moved and why in task notes for traceability.

Acceptance Criteria

  • #1 Runtime composition guidance exists in one canonical location.
  • #2 Duplicated/stale architecture notes removed from long-lived docs.
  • #3 Task evidence retained in backlog/archive, not lost.
  • #4 Docs build and links pass after consolidation.

Definition of Done

  • #1 Change log of moved/removed doc sections included in task notes.
  • #2 bun run docs:build passes.
  • #3 Contributor-facing entry points link to canonical architecture section.