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

1.2 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
id title status assignee created_date updated_date labels dependencies priority
TASK-113 Refresh architecture doc content to match current codebase Done
codex-architecture-doc-refresh
2026-02-22 19:39 2026-02-22 19:44
docs
architecture
low

Description

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.

Acceptance Criteria

  • #1 Architecture content sections align with current source tree/module ownership.
  • #2 Service/composer/runtime descriptions are updated for current behavior and module names.
  • #3 Mermaid/flow chart sections remain unchanged in this pass.

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.