Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1100568
plan(fn-74): decompose Cursor review backend into 4 tasks — codex pla…
gmickel Jun 29, 2026
0d3aba1
feat(review): cursor backend foundation — registry + run_cursor_exec …
gmickel Jun 29, 2026
af7008a
chore(flow): fn-74.1 done-summary + evidence (codex impl-review SHIP)
gmickel Jun 29, 2026
6818a07
feat(review): cursor review commands — impl/plan/completion/validate/…
gmickel Jun 29, 2026
0dd4205
chore(flow): fn-74.2 done-summary + evidence (codex impl-review SHIP)…
gmickel Jun 29, 2026
f28bd0b
feat(review): cursor backend skill+setup wiring + codex mirror — work…
gmickel Jun 29, 2026
3d58677
chore(flow): fn-74.3 done-summary + evidence (codex impl-review SHIP)
gmickel Jun 29, 2026
5ac94f6
docs(review): cursor review backend — flowctl.md/README/GLOSSARY/CHAN…
gmickel Jun 29, 2026
1b8a601
docs(review): note downstream doc-chain coverage in CHANGELOG cursor …
gmickel Jun 29, 2026
e38a250
docs(review): fix stale review.backend config enum + setup usage temp…
gmickel Jun 29, 2026
a468214
docs(review): teams.md backend enumeration adds cursor — fn-74.4
gmickel Jun 29, 2026
5d14bae
chore(review): codex-mirror regen + dogfood usage.md parity for curso…
gmickel Jun 29, 2026
ca3511d
chore(flow): fn-74.4 done-summary + evidence + review-backend sweep m…
gmickel Jun 29, 2026
8b7d829
fix(review): cursor completion-review fixes (is_error + --spec guard …
gmickel Jun 29, 2026
b7b9928
fix(review): impl-review/plan-review command hints → rp|codex|copilot…
gmickel Jun 29, 2026
5dbe249
chore(flow): fn-74 completion-review SHIP (codex)
gmickel Jun 29, 2026
6e502a9
chore(flow): drop incidental .flow/config.json drift — local review.b…
gmickel Jun 30, 2026
6ae2f7e
fix(review): address PR #184 codex review (2× P2) — fn-74
gmickel Jun 30, 2026
46864c8
perf(review): cursor reviews read files from disk, never embed conten…
gmickel Jun 30, 2026
136b1e9
perf(review): codex + copilot also read files from disk, never embed …
gmickel Jun 30, 2026
520edca
chore(review): remove dead embed helper + modernize copilot for CLI 1…
gmickel Jun 30, 2026
be51d52
chore(review): post-review cleanup — drop dead embed flag/vars, fix c…
gmickel Jun 30, 2026
472bfcf
fix(review): codex/copilot coerce config-default to command backend —…
gmickel Jun 30, 2026
7f475d8
fix(review): address codex-bot PR #184 findings — cursor/codex/copilo…
gmickel Jun 30, 2026
a8b6847
fix(review): reserve cursor re-review preamble in argv budget + omit …
gmickel Jun 30, 2026
3a8d809
fix(work): propagate the resolved review backend to the worker's impl…
gmickel Jun 30, 2026
513caf1
fix(review): wire cursor into Ralph init + fix copilot auth-check pro…
gmickel Jun 30, 2026
40bef68
fix(ralph): enforce review-receipt gate for cursor backend — fn-74
gmickel Jun 30, 2026
b48a4dc
fix(review): general argv-budget backstop for cursor prompts (spec/ta…
gmickel Jun 30, 2026
5511faf
fix(review): cursor prompt-budget off-by-one at exactly the argv cap …
gmickel Jun 30, 2026
7556a71
fix(review): backstop cursor validator + deep-pass prompts under the …
gmickel Jun 30, 2026
445247e
chore(flow): mark fn-74 task definitions done — fn-74
gmickel Jun 30, 2026
3e25606
fix(review): per-spec default_review applies to spec-scoped plan/comp…
gmickel Jul 1, 2026
5b7efed
fix(review): cursor coerces ANY non-cursor resolved spec, not just en…
gmickel Jul 1, 2026
c38f1dc
fix(review): cursor never hands the reviewer an empty diff without a …
gmickel Jul 1, 2026
47068f9
feat(review): always-on code-smell baseline + tightened rubric — shar…
gmickel Jul 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .flow/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ tmp/
.migrating
.migration-manifest
sync-runs/
pilot-runs/
# End of auto-managed block. User patterns below this line are preserved.
Loading