-
Notifications
You must be signed in to change notification settings - Fork 10
fix(code-review): respect agent execution contexts #25
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
Open
esthor
wants to merge
7
commits into
main
Choose a base branch
from
esthor/fix-codex-host-auth
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+102
−56
Open
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
1362e17
fix(code-review): reuse host auth in Codex
esthor 5d4d73d
chore: add repository CodeRabbit policy
esthor 0b8686e
chore: reduce CodeRabbit review noise
esthor 63f11dd
chore: move CodeRabbit policy to separate PR
esthor 90d32b6
fix(code-review): separate host and sandbox auth
esthor c983dcf
fix(code-review): complete review preflight
esthor 3a32e6a
Merge branch 'main' into esthor/fix-codex-host-auth
esthor 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
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,60 @@ | ||
| # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json | ||
|
|
||
| # Retain organization-wide defaults while keeping repository-specific review | ||
| # policy versioned alongside the skills it governs. | ||
| inheritance: true | ||
|
|
||
|
esthor marked this conversation as resolved.
|
||
| reviews: | ||
| # Draft PRs are the normal iteration surface for agent skills. Review them | ||
| # early, but avoid posting low-signal messages when a review is skipped. | ||
| review_status: false | ||
|
esthor marked this conversation as resolved.
Outdated
|
||
| in_progress_fortune: false | ||
|
esthor marked this conversation as resolved.
Outdated
|
||
| poem: false | ||
|
esthor marked this conversation as resolved.
Outdated
|
||
| enable_prompt_for_ai_agents: true | ||
| auto_review: | ||
| enabled: true | ||
| drafts: true | ||
| auto_incremental_review: true | ||
| auto_pause_after_reviewed_commits: 5 | ||
|
esthor marked this conversation as resolved.
Outdated
|
||
|
|
||
|
esthor marked this conversation as resolved.
|
||
| # This repository primarily ships Markdown instructions and manifests, so | ||
| # code-generation finishing touches are not useful review actions. | ||
| finishing_touches: | ||
| docstrings: | ||
| enabled: false | ||
| unit_tests: | ||
| enabled: false | ||
| simplify: | ||
| enabled: false | ||
|
esthor marked this conversation as resolved.
Outdated
|
||
|
|
||
| path_instructions: | ||
| - path: "skills/**/SKILL.md" | ||
| instructions: | | ||
| Treat skill files as executable agent instructions. | ||
| Flag ambiguous, conflicting, unsafe, or unavailable commands. | ||
| Keep guidance portable across declared agents unless it is explicitly scoped. | ||
| Verify CLI commands and options against current public documentation. | ||
| Prefer the smallest reliable workflow; avoid redundant preflights and duplicate state machines. | ||
| Preserve normal user-approval and sandbox boundaries. | ||
|
|
||
| - path: "commands/**/*.md" | ||
| instructions: | | ||
| Keep native commands behaviorally aligned with the corresponding canonical skill. | ||
| Flag stale CLI options, unsafe shell construction, and duplicated prerequisite logic. | ||
|
|
||
| - path: "agents/**/*.md" | ||
| instructions: | | ||
| Keep agent workflows behaviorally aligned with the corresponding canonical skill and commands. | ||
| Flag conflicting prerequisites, review scopes, or remediation guidance. | ||
|
|
||
| - path: "{.claude-plugin,.cursor-plugin}/**/*.json" | ||
| instructions: | | ||
| Verify manifest paths, versions, metadata, and packaged components against the repository tree. | ||
|
|
||
| - path: "{gemini-extension.json,plugin.json}" | ||
| instructions: | | ||
| Verify manifest paths, metadata, and packaged components against the repository tree. | ||
|
|
||
| - path: "{README.md,CHANGELOG.md,DISTRIBUTION_CHANNELS.md}" | ||
| instructions: | | ||
| Keep public installation commands, release status, and source-of-truth claims accurate and mutually consistent. | ||
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
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
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.