fix: systemic — web UI module now calls sibling API endpoints
Root cause: the web module had no knowledge of other modules' mount
paths, so the LLM duplicated the entire API under /api/* prefixes.
The duplicate had bugs and created inconsistency.
Fix: architecture prompt now explicitly tells the web module to call
sibling modules at their mount paths (/tasks, /projects, /quick-stats).
Prompt builder includes mount path info for each sibling module.
Also fixed cmdRegen to pass architecture through RegenContext.
This is a binary file and will not be displayed.
This is a binary file and will not be displayed.