Check in the 2026-06-11 comprehensive review#635
Merged
Conversation
Sequential-subagent review of rdb done 2026-06-11 against dev @ de72856 (immediately after PRs #631-633 merged). Archived here so it's accessible from anywhere, not just one workstation, and so future reviews have a template. Layout: comprehensive-review/ README.md — index + navigator 2026-06-11/ SUMMARY.md — the synthesis / entry point findings-*.md — per-phase incremental findings (5 files) PROCESS.md — how the review was conducted AGENT-PROMPTS.md — subagent prompts used per phase Findings headline (full detail in SUMMARY.md): Tier 1 (ship-stoppers): pr_title shell injection (resolve.py:1104); extra_instructions interpolated into Python heredocs in 5 council/loop steps; install.md curls a deleted yaml template; test.yml never runs on PRs to dev. Tier 2 (real degradations): ContextWindowExceededError recovery is dead code; distillation silently broken in /agent-design (heredoc unpacks 5 values from a 6-tuple); design_max_iterations / review_max_iterations declared in config but missing from parse outputs; reconcile job missing context-config env plumbing. Highest-leverage next feature: close the council loop. PR #438 showed all 3 council reviewers caught the methodology shortcut while the pipeline self-reported ✅ complete — the council is the working defense against premature victory and it's currently advisory only. No code changes in this PR; just the review record.
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
Comprehensive sequential-subagent review of rdb conducted 2026-06-11 against dev @ de72856 (immediately after PRs #631-633 merged). Checking it in so the report is accessible from anywhere and future reviews have a template.
Layout
```
comprehensive-review/
README.md — index + navigator
2026-06-11/
SUMMARY.md — the synthesis / entry point
findings-*.md — per-phase incremental findings (5 files)
PROCESS.md — how the review was conducted
AGENT-PROMPTS.md — the subagent prompts used per phase
```
Headline findings
Full detail in `SUMMARY.md`. Tier 1 ship-stoppers:
pr_titleshell injection at `lib/resolve.py:1104` — LLM-authored title interpolated into `shell=True gh pr create` with only `"` escaping; `$(...)` and backticks remain live.Tier 2 real degradations: `ContextWindowExceededError` recovery is unreachable (subclass-ordering bug); distillation silently broken in `/agent-design` (heredoc unpacks 5 values from a 6-tuple); `design_max_iterations` / `review_max_iterations` declared in config but missing from parse outputs; reconcile job missing context-config env plumbing.
Highest-leverage next feature recommendation: close the council loop. PR #438 showed all 3 council reviewers caught the methodology shortcut while the pipeline self-reported ✅ complete — the council layer is the current working defense against premature victory, and it's currently advisory only.
What this PR is and isn't
Test plan
🤖 Generated with Claude Code