Conversation
rasdani
marked this pull request as ready for review
September 17, 2026 02:49
rasdani
marked this pull request as draft
September 17, 2026 02:51
samsja
previously approved these changes
Sep 17, 2026
| ## Docs | ||
|
|
||
| - **Kept intentionally minimal**: `docs/`, `skills/`, and `configs/` are deliberately sparse. Don't touch them unless your change breaks their assumptions. | ||
| - **Kept intentionally minimal**: `docs/` and `configs/` are deliberately sparse. Don't touch them unless your change breaks their assumptions. |
Member
There was a problem hiding this comment.
why this change? this has prob prevented excessive changes before
Contributor
Author
|
@codex revert the line mika flagged |
rasdani
commented
Sep 17, 2026
rasdani
marked this pull request as ready for review
September 17, 2026 05:05
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.
Require agents to suggest specific repository skill changes, explain the benefit, and wait for user approval before editing. Existing explicit requests or approvals remain sufficient; ordinary code, workflow, documentation, and PR requests do not authorize skill changes. Reading and following skills remains allowed.
Changes only
AGENTS.md, using the same approval guidance as PrimeIntellect-ai/prime-envs#814. Remove skills from the generic documentation-change exception so their edits consistently require approval.Validation:
git diff --check, Markdown lint, and pre-push hooks (Ruff check/format and ty) passed.Note
Require user approval before changing repository skills in
AGENTS.mdAdds policy guidance to AGENTS.md requiring agents to suggest a specific skill update, explain its value, and get user approval before creating, modifying, renaming, or deleting skills or their supporting files and symlinks. Explicitly requested or previously approved changes may proceed without another approval; ordinary code or PR requests do not implicitly authorize skill changes.
Macroscope summarized b3de58f.
Note
Low Risk
Documentation-only change to agent behavior guidelines; no runtime or application code affected.
Overview
Adds Skills policy to
AGENTS.md: agents must propose a concrete skill change, explain the benefit, and wait for user approval before creating, editing, renaming, or deleting anything underskills/(including supporting files and symlinks).Explicit user requests or prior approvals still count; routine asks (code fixes, docs, workflows, opening PRs) do not grant permission to touch skills. Reading and following bundled skills stays unchanged.
Reviewed by Cursor Bugbot for commit b3de58f. Bugbot is set up for automated code reviews on this repo. Configure here.