Files
SubMiner/backlog/tasks/task-113 - Refresh-architecture-doc-content-to-match-current-codebase.md
sudacode 1d3f099e44 docs: refresh architecture and development docs
Update docs content to match current launcher/plugin/runtime structure and fix stale home demo media assets with cache-busted URLs plus poster refresh. Add supporting backlog/subagent tracking records and docs asset regression coverage.
2026-02-22 20:25:55 -08:00

34 lines
1.2 KiB
Markdown

---
id: TASK-113
title: Refresh architecture doc content to match current codebase
status: Done
assignee:
- codex-architecture-doc-refresh
created_date: '2026-02-22 19:39'
updated_date: '2026-02-22 19:44'
labels:
- docs
- architecture
dependencies: []
priority: low
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
User requested a thorough review of the current codebase and `docs/architecture.md`, then updating document content to reflect current implementation details. Mermaid/flow diagrams are explicitly out of scope for this pass.
<!-- SECTION:DESCRIPTION:END -->
## Acceptance Criteria
<!-- AC:BEGIN -->
- [x] #1 Architecture content sections align with current source tree/module ownership.
- [x] #2 Service/composer/runtime descriptions are updated for current behavior and module names.
- [x] #3 Mermaid/flow chart sections remain unchanged in this pass.
<!-- AC:END -->
## Notes
- Reviewed current module ownership across `src/main.ts`, `src/main/runtime/*`, `src/core/services/*`, `src/config/*`, `src/renderer/*`, `launcher/*`, and `plugin/subminer.lua`.
- Updated `docs/architecture.md` content sections only; Mermaid blocks intentionally left untouched.
- Verification: `bun run docs:build` passed.