Skip to content

0.13.0

Choose a tag to compare

@nhorton nhorton released this 03 Apr 19:55
· 55 commits to main since this release
4ccb3c4

Added

  • Add DeepPlan — structured planning workflow that produces executable DeepWork job definitions (#331)
    • New deepplan standard job with create_deep_plan workflow (5 steps: explore, design alternatives, synthesize, enrich, present)
    • New register_session_job and get_session_job MCP tools for transient session-scoped job definitions
    • New /deepplan skill for Claude Code plugin
    • Startup context hook auto-triggers DeepPlan when entering plan mode
    • Session jobs are discoverable by start_workflow and take priority over standard discovery
  • /review skill now checks changelog accuracy and PR description during reviews (#331)
  • .deepreview rules can now declare a precomputed_info_for_reviewer_bash_command that runs before the review and injects stdout into the instruction file as precomputed context (#337)
    • Commands run in parallel across rules with a 60-second timeout and graceful error handling
    • Applied to requirements_traceability and python_lint rules to eliminate redundant agent tool calls
  • New deepreview standard DeepSchema with semantic quality requirements for .deepreview config files (#337)
  • Makefile with lint target that auto-fixes formatting/linting and runs type checking (#337)

Changed

Fixed

  • Quality gate validate_json_schemas() now uses yaml.safe_load (a JSON superset) instead of json.loads, so YAML output files are validated correctly

Removed