feat: prd creator panel with hikari-tasks.json format and distinct icon

Adds a PRD Creator panel accessible from the status bar that lets Naomi
describe a goal and have Claude break it down into actionable tasks
written to hikari-tasks.json. Tasks can be reviewed, edited, reordered,
and executed directly from the panel. Uses the Lucide ScrollText icon to
distinguish it visually from the Todo List clipboard icon.

Also adds CODEBASE.md to the repo and gitignores hikari-tasks.json as a
user-generated data file.
This commit is contained in:
2026-03-06 17:04:23 -08:00
committed by Naomi Carrigan
parent 9136f3351d
commit 55d65fa244
7 changed files with 1675 additions and 0 deletions
+3
View File
@@ -11,3 +11,6 @@ vite.config.ts.timestamp-*
# Coverage reports
/coverage
# PRD task files (user-generated data, not source code)
hikari-tasks.json