Parent
#45 (Deepen task metadata behind a Task Registry)
What to build
bin/install.js has its own hardcoded TASK_SKILL_SLUGS array that mirrors the Python installer's list. After #45 lands, src/codeforerunner/tasks.json is the source of truth for installable slugs. Wire the Node installer to read that JSON at install time instead of maintaining a duplicate hardcoded list.
Acceptance criteria
Blocked by
Parent
#45 (Deepen task metadata behind a Task Registry)
What to build
bin/install.jshas its own hardcodedTASK_SKILL_SLUGSarray that mirrors the Python installer's list. After #45 lands,src/codeforerunner/tasks.jsonis the source of truth for installable slugs. Wire the Node installer to read that JSON at install time instead of maintaining a duplicate hardcoded list.Acceptance criteria
bin/install.jsreadstasks.jsonfor skill slugs instead of the hardcodedTASK_SKILL_SLUGSarraytasks.installable_slugs()from the Python sideBlocked by