Files
SubMiner/backlog/tasks/task-114 - Refresh-development-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.5 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
id title status assignee created_date updated_date labels dependencies priority
TASK-114 Refresh development doc content to match current codebase Done
codex-development-docs-review
2026-02-23 03:46 2026-02-23 03:49
docs
developer-experience
medium

Description

User requested a thorough review of the current codebase and docs/development.md, then updates so the page reflects current scripts, architecture, and contributor workflow.

Acceptance Criteria

  • #1 docs/development.md commands/tooling sections match current package.json, Makefile, and active CI lanes.
  • #2 Runtime/composition guidance reflects current module ownership and does not reference removed guardrail steps.
  • #3 Updated doc builds cleanly via bun run docs:build.

Notes

  • Reviewed docs/development.md against current package.json scripts, Makefile targets, launcher/runtime env overrides, and .github/workflows/ci.yml gate order.
  • Updated setup instructions to use Bun for vendor/texthooker-ui and include submodule initialization.
  • Added CI-equivalent local test/build/docs command sequence and clarified that subtitle dist tests are currently placeholders.
  • Expanded environment-variable coverage (SUBMINER_ROFI_THEME, Jimaku/Jellyfin overrides, SUBMINER_LOG_LEVEL, SUBMINER_MPV_LOG, macOS helper skip flag).
  • Verification: bun run docs:build passed.