-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refactor(ce-code-review): lean apply model — safe self-apply interactive, report-only for callers #881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+1,087
−1,331
Merged
refactor(ce-code-review): lean apply model — safe self-apply interactive, report-only for callers #881
Changes from 6 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
556c978
refactor(review): consolidate migration personas and trim stack revie…
tmchow 4df7533
fix(review): address Codex feedback on structure.sql and plan deepening
tmchow 0b6b5c5
fix(review): restore P3 output and legacy cleanup for removed personas
tmchow 7d8c2f1
fix(cli): sweep removed ce-* review agents in stale cleanup
tmchow 0346bea
refactor(review): make ce-code-review review-only and split apply to …
tmchow 5391c57
merge: integrate origin/main into review-only refactor branch
tmchow 9bee6ec
fix(review): self-contain followup refs and align agent output templa…
tmchow a2ec295
fix(review): JSON skip responses and pr-remote file inspection (#881)
tmchow 3f22822
fix(review): branch-remote scope and local-aligned PR diffs
tmchow bc9d302
fix(review): verify PR head identity and thread scope into validators…
tmchow 633576a
fix(review): use resolved branch ref for intent log; stop double revi…
tmchow 0b4baf7
fix(review): guarantee critical-finding validation and enforce findin…
tmchow 729b7fe
refactor(review): drop Route from per-severity findings tables
tmchow ee7891e
feat(review): apply safe verified fixes in interactive ce-code-review
tmchow cbc3439
fix(review): scrub leftover review-only contradictions from the autof…
tmchow 4af3754
fix(review): terse-cell + keyed detail-line findings format with rend…
tmchow 818112e
fix(review): concrete named test for terse Issue-cell discipline
tmchow f435b99
fix(review): commit safe fixes on a clean tree; gate the push, not th…
tmchow 89cff21
fix(review): resolve PR #881 Codex feedback on the apply / agent-mode…
tmchow 96dbd99
fix(review): keep P0/P1 findings when a Stage 5b validator infra-fails
tmchow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
582 changes: 157 additions & 425 deletions
582
plugins/compound-engineering/skills/ce-code-review/SKILL.md
Large diffs are not rendered by default.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
...ns/compound-engineering/skills/ce-code-review/references/action-class-rubric.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # `autofix_class` rubric (personas) | ||
|
|
||
| `autofix_class` describes the **intrinsic shape** of follow-up work — not whether a caller should auto-apply a fix. This skill does not apply fixes; callers interpret findings and own apply policy. | ||
|
|
||
| | `autofix_class` | Meaning | | ||
| |-----------------|---------| | ||
| | `gated_auto` | A concrete change is proposed in `suggested_fix`. Callers may apply after their own judgment. | | ||
| | `manual` | Actionable work that needs design input or a decision before code changes. Include `suggested_fix` when you can propose a defensible default. | | ||
| | `advisory` | Report-only — learnings, residual risk, rollout notes. | | ||
|
|
||
| ## Persona guidance | ||
|
|
||
| - Prefer `gated_auto` when you can write a defensible `suggested_fix` for a localized change. | ||
| - Use `manual` when the right fix depends on product intent, architecture, or cross-cutting refactors. | ||
| - Use `advisory` when nothing breaks if left unfixed but the observation has value. | ||
| - Do **not** emit `safe_auto` — callers decide what to apply; reviewers classify and propose. | ||
|
|
||
| ## Owner field | ||
|
|
||
| | `owner` | Meaning | | ||
| |---------|---------| | ||
| | `downstream-resolver` | Caller or human should act after review. | | ||
| | `human` | Judgment required before implementation. | | ||
| | `release` | Operational / rollout follow-up. | | ||
|
|
||
| Do not use `review-fixer`. |
112 changes: 0 additions & 112 deletions
112
plugins/compound-engineering/skills/ce-code-review/references/bulk-preview.md
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.