mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
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.
1.7 KiB
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 |
|
|
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
- Audit architecture and development docs for duplicated runtime composition guidance.
- Select one canonical architecture section for runtime composition and dependency boundaries.
- Refactor duplicate sections to brief pointers to the canonical section.
- Move stale task-evidence prose from persistent docs to backlog/archive where appropriate.
- Add a compact architecture diagram and update links in contributor docs.
- Validate docs build and link integrity.
- 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:buildpasses. - #3 Contributor-facing entry points link to canonical architecture section.