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