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.5 KiB
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 |
|
2026-02-23 03:46 | 2026-02-23 03:49 |
|
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.mdcommands/tooling sections match currentpackage.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.mdagainst currentpackage.jsonscripts,Makefiletargets, launcher/runtime env overrides, and.github/workflows/ci.ymlgate order. - Updated setup instructions to use Bun for
vendor/texthooker-uiand 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:buildpassed.