feat(ooda): OODA control plane β b00t ooda CLI + B00tTaskClient fixes#444
Open
elasticdotventures wants to merge 1 commit into
Open
feat(ooda): OODA control plane β b00t ooda CLI + B00tTaskClient fixes#444elasticdotventures wants to merge 1 commit into
elasticdotventures wants to merge 1 commit into
Conversation
β¦bugs - Add `b00t ooda run|status|phase` command delegating to ralph Python runner - Fix B00tTaskClient.get_task_by_id: remove spurious --json flag (show outputs JSON by default) - Fix B00tTaskClient.add_task_note: --notes β --note (correct CLI flag name) - Add 6 pytest tests validating correct b00t-cli task flag usage - Add 3 Rust unit tests for ooda command (dry-run, project root, phase) Closes task #40 (PRD-ARCH-011: Digital thread orchestration + OODA control plane) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
b00t ooda run|status|phasecommand delegating to ralph's Python OODA runnerB00tTaskClient.get_task_by_id: spurious--jsonflag removed (task showoutputs JSON by default)B00tTaskClient.add_task_note:--notesβ--note(correct CLI flag)Changes
b00t-cli/src/commands/ooda.rs(new) βrun,status,phasesubcommandsb00t-cli/src/commands/mod.rsβ register OodaCommandsb00t-cli/src/main.rsβ addCommands::Oodavariant + dispatch_b00t_/ralph/ralph/taskmaster_adapter.pyβ fix two B00tTaskClient bugs_b00t_/ralph/tests/test_taskmaster_adapter.pyβ 6 new tests for B00tTaskClientTest plan
cargo check -p b00t-cliβ clean compilecargo test -p b00t-cli --lib -- oodaβ 3 tests passuv run pytest tests/test_taskmaster_adapter.py::test_b00t_task_client_*β 6 tests passb00t ooda --help/b00t ooda run --help/b00t ooda phase --jsonβ correct outputCloses task #40 (PRD-ARCH-011: Digital thread orchestration + OODA control plane)
π€ Generated with Claude Code