Skip to content

fix(run): remove --deliberate mode per #442 kill decision - #512

Merged
solomonneas merged 1 commit into
mainfrom
issue/471-remove-deliberate
Jul 24, 2026
Merged

fix(run): remove --deliberate mode per #442 kill decision#512
solomonneas merged 1 commit into
mainfrom
issue/471-remove-deliberate

Conversation

@solomonneas

Copy link
Copy Markdown
Collaborator

Summary

Removes the opt-in grounded-deliberation mode from brigade run per the #442 kill decision. The mode landed in #452 and was bug-fixed in #470; this deletes it in working order. Recoverable from git history.

  • Drop --deliberate from brigade run and detach argv plumbing
  • Delete src/brigade/deliberation.py and brigade.deliberation.v1 emission (all exports were deliberation-only; nothing moved)
  • Strip aboyeur planning/synth and runs show/watch/resume surfaces
  • Delete deliberation tests, including the fix(deliberation): stop passing --markdown/--limit to graph probe commands #470 probe-flag regression
  • CHANGELOG Unreleased Removed entry

Historical experiment docs (docs/deliberation-experiment.md, runs/experiment/) were not on this branch and were not touched.

Closes #471. Refs #442.

Test plan

  • pytest -q (full suite) via brigade work verify run
  • Run-related modules suite (cli, detach, runs, resume, aboyeur, transport)
  • ruff check / ruff format --check on touched files
  • mypy
  • CI green on this PR

Drop the opt-in grounded-deliberation flag, planner/scope machinery,
brigade.deliberation.v1 artifact emission, and runs show/watch/resume
surfaces. The experiment remains recoverable from git history.

Refs #442.

Co-Authored-By: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • coderabbit-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: escoffier-labs/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 91f283f6-ad21-4773-bde7-8d0a3e152f7c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch issue/471-remove-deliberate

Comment @coderabbitai help to get the list of available commands.

@solomonneas solomonneas self-assigned this Jul 24, 2026
@solomonneas
solomonneas merged commit 79d2938 into main Jul 24, 2026
28 checks passed
@solomonneas
solomonneas deleted the issue/471-remove-deliberate branch July 24, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the --deliberate run mode per the #442 kill decision

1 participant