mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
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.
1.2 KiB
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 |
|
2026-02-22 19:39 | 2026-02-22 19:44 |
|
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/*, andplugin/subminer.lua. - Updated
docs/architecture.mdcontent sections only; Mermaid blocks intentionally left untouched. - Verification:
bun run docs:buildpassed.