compass add task does not wire the story Tasks table
Table of Contents
This page is a capture in the discarded bucket of the product backlog.
Resolved (deep backlog refinement, 2026-07-11): projects/ores.compass/src/compass.py now contains _add_wire_task() ('Wire a freshly added task into its story's * Tasks table'), plus helper functions '_append_task_row'-equivalent logic that appends the task's BACKLOG row to the story's Tasks table (lines ~3321-3460) and moves rows between stories (~4165-4266). The wiring gap described in the capture has been implemented.
What
(One paragraph: the idea.)
Why
(Motivation, problem being solved, related context.)