Conversation
Summary: - remove sequential planner path; always dispatch critique+reducer via run_parallel - align planner docs and examples with parallel-only behavior - update planner workflow tests to assert parallel dispatch Files: - python/agentize/workflow/planner/pipeline.py: drop parallel flag and sequential branch; log parallel-only stage - python/tests/test_planner_workflow.py: replace sequential test with run_parallel dispatch assertion; remove parallel args - docs/cli/planner.md: clarify parallel-only critique/reducer behavior - docs/feat/core/ultra-planner.md: update workflow diagram/timing text to parallel-only - python/agentize/workflow/planner/pipeline.md: remove parallel arg; note parallel-only rationale - python/agentize/workflow/planner/__init__.md: update signature - python/agentize/workflow/planner/README.md: remove parallel arg example; note parallel-only execution - python/agentize/workflow/__init__.md: remove parallel arg docs/example; note parallel-only behavior - python/agentize/workflow/README.md: update diagram and usage for parallel-only - python/agentize/workflow/planner.md: remove parallel arg in deprecated shim docs Issue: #808 Tests: - python -m pytest python/tests/test_planner_workflow.py (passed)
tests/common.sh: prefer python binary with a python wrapper for test scripts. tests/common.md: document python-first selection and wrapper usage. tests/CLAUDE.md: update shell-test guidance examples to python -c. tests/cli/test-lol-python-cli.sh: run CLI module tests via python. tests/cli/test-handsoff-session-path.sh: run hook script via python. tests/cli/test-cursor-hook-before-prompt-submit.sh: run hook script via python. tests/cli/test-hook-permission-matching.sh: invoke hook with python runtime. Issue: #808. Tests: make test-fast TEST_SHELLS="bash zsh".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make planner pipeline parallel-only
Summary
Issue 808 resolved.
Tests
closes #808