Skip to content

v1.1.6

Choose a tag to compare

@kadj-amoah kadj-amoah released this 24 May 18:46

Added

  • 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.