mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -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.
2.2 KiB
2.2 KiB
Agent: codex-docs-video-thumb-cache-20260223T033929Z-k8p2
- alias:
codex-docs-video-thumb-cache - mission:
Fix docs landing page demo video thumbnail staleness after direct asset replacement - status:
handoff - branch:
main - started_at:
2026-02-23T03:40:48Z - heartbeat_minutes:
5
Current Work
- [2026-02-23T03:40:48Z] intent: confirm root cause for stale docs video thumbnail and apply minimal cache-busting/docs fix.
- [2026-02-23T03:40:48Z] plan: touch
docs/index.md; add regression coverage if lightweight; validate with docs build/targeted test. - [2026-02-23T03:40:48Z] assumption: stale thumbnail caused by static poster/source URLs reusing identical path after direct file replacement.
- [2026-02-23T03:42:25Z] progress: added failing regression test
docs/index.assets.test.tsasserting shared cache-busting token across demo media URLs. - [2026-02-23T03:42:58Z] progress: generated fresh poster from
docs/public/assets/minecard.webm(minecard-poster.jpg) and wired docs video block to shareddemoAssetVersiontokenized URLs. - [2026-02-23T03:43:20Z] test:
bun test docs/index.assets.test.tspasses (1/1). - [2026-02-23T03:43:35Z] test:
bun run docs:buildpasses. - [2026-02-23T03:43:55Z] handoff: TASK-112 marked Done with implementation notes and validation commands.
- [2026-02-23T03:44:04Z] progress: regenerated
minecard-poster.jpgfromminecard.webmat exactly00:00:12and bumpeddemoAssetVersionto20260223-2to force refresh. - [2026-02-23T03:44:04Z] test: reran
bun test docs/index.assets.test.ts(pass).
Files Touched
docs/subagents/agents/codex-docs-video-thumb-cache-20260223T033929Z-k8p2.mddocs/subagents/INDEX.mddocs/subagents/collaboration.mdbacklog/tasks/task-112 - Fix-docs-demo-video-thumbnail-cache-staleness.mddocs/index.assets.test.tsdocs/index.mddocs/public/assets/minecard-poster.jpg
Assumptions
- Browser/CDN cache can keep prior media when URL path remains unchanged.
- Docs home video section in
docs/index.mdis the only requested scope.
Open Questions / Blockers
- None.
Next Step
- Share fix summary and ask user to hard-refresh docs page once (
Cmd+Shift+R) to bypass local cache.