You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showrunner understand --agent delegates project exploration to the local claude CLI. Spawns claude -p --output-format json; the agent uses its native Read/Glob/Grep tools to walk the project and synthesise product_model.json matching the existing Zod schema. Mutually exclusive with --interactive. Errors if claude is missing from PATH.
Changed
Error message for empty comprehension.sources now names all three options: add a source, --interactive, or --agent.
Known limitations
type: codebase entries in comprehension.sources remain non-functional in the non---agent path. Directories are silently skipped and include / exclude globs are ignored. Wiring real codebase support to the document path remains future work.