Skip to content

Notes: file-naming

2026-02-08

Implementation completed successfully!

Changes made: - Updated publish_prd.ts to create prd-{task}.md - Updated publish_tasks.ts to create tasks-{task}.md - Updated publish_notes.ts to create notes-{task}.md - Updated update_task_status.ts to read new filenames - Updated list_plans.ts to detect new filename patterns - update-index.ts works correctly (uses listPlans) - All tests pass with new naming convention - Migrated existing plans to new structure

New structure:

docs/project/task/
├── prd-task.md
├── tasks-task.md
└── notes-task.md

URLs: - http://localhost:8100/project/task/prd-task/ - http://localhost:8100/project/task/tasks-task/ - http://localhost:8100/project/task/notes-task/