Skip to content

docs(rules): drop review caps and align skills with current model guidance - #164

Merged
altaywtf merged 2 commits into
mainfrom
t3code/refresh-skills-and-agent-rules
Sep 23, 2026
Merged

altaywtf merged 2 commits into
mainfrom
t3code/refresh-skills-and-agent-rules

Conversation

@altaywtf

Copy link
Copy Markdown
Member

Problem

The shared rules and slopguard capped review rounds and fix commits. Agents treated the caps as stop signals and abandoned authorized work. Several rules also predated current Claude (Opus 5.5, Fable 5.1) and GPT-6 prompting guidance.

Solution

  • Remove the review-budget and fix-round caps from rules/agents.md and slopguard. Replace the review-budget-boundary eval with close-after-fixes, which ends review on evidence: fixed-and-verified or rejected findings, one refreshed review after a contract-changing fix, none for clerical edits or unrequested work.
  • rules/agents.md: user instructions outrank skill text; delegate substantial work and do small lookups directly; handle stalled delegates; context growth is not a reason to stop.
  • Cross-model contract (slopprep) and agent-first docs (slopscriber): plain reasons instead of pressure words, unfiltered reviewer findings, no inherited caps or countdowns, harness load limits, current Codex doc URLs.
  • Progressive disclosure: slopskills migration detail moves to references/installation.md; safety constraints stay in SKILL.md.

Consumers rendered from rules/agents.md (dotfiles AGENTS.md template) need a manual resync.

…dance

Remove the review-round and fix-commit caps from the shared rules and
slopguard; agents read them as stop signals. Replace the budget eval with
one that closes review on evidence. State user-over-skill precedence,
delegation scope, and context-growth behavior once in the rules, and update
the cross-model guidance for Opus 5.5 and GPT-6 prompting docs.
Copilot AI lite review requested due to automatic review settings September 23, 2026 04:43
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 23, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-23T04:54:14.043076Z 78d22cd New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

A couple of doc updates introduce clarity/grammar issues (notably around slopguard exit-code semantics and a hard-to-parse sentence) that should be corrected to avoid operational misunderstanding.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 2 Low severity

Open (2)
What changed in this PR

This PR updates the repository’s agent/skill documentation and slopguard guidance to remove “review round / fix commit” caps that were being misinterpreted as stop conditions, and to align wording with current multi-model guidance (including moving detailed setup/migration instructions into reference docs).

Changes:

  • Removes review-budget/fix-round cap language and replaces the slopguard eval scenario with an evidence-based “close-after-fixes” eval.
  • Clarifies instruction hierarchy and delegation guidance in rules/agents.md, including explicitly stating that user instructions outrank skill/guide text.
  • Refactors skill docs for progressive disclosure (moving installation/migration details into references) and updates some harness documentation links/phrasing.
File Description
skills/​slopskills/​SKILL.md Moves detailed installation/migration guidance into a dedicated reference doc and links to it.
skills/​slopskills/​references/​installation.md Adds a new reference page with detailed harness path/lockfile/global-to-local migration guidance.
skills/​slopscriber/​references/​agent-first.md Updates guidance on skill discoverability/progressive disclosure and adds harness load-limit notes + updated Codex link.
skills/​slopprep/​references/​agent-guidance.md Expands cross-model contract guidance to discourage inherited caps and pressure-wording; adds model-doc links.
skills/​slopnanny/​SKILL.md Tightens “latest commit” settlement guidance and renames a section to “Settle”.
skills/​slopmachine/​SKILL.md Minor wording updates around delegation and milestone/handoff reporting.
skills/​slopguard/​SKILL.md Removes budget language, clarifies invocation intent, and updates convergence/closeout wording.
skills/​slopguard/​evals/​review-budget-boundary/​task.md Removes the budget-boundary eval task.
skills/​slopguard/​evals/​review-budget-boundary/​criteria.json Removes the budget-boundary eval criteria.
skills/​slopguard/​evals/​close-after-fixes/​task.md Adds a new eval task focused on evidence-based closeout after fixes.
skills/​slopguard/​evals/​close-after-fixes/​criteria.json Adds new eval criteria to validate the evidence-based closeout behavior.
skills/​slopguard/​agents/​openai.yaml Updates the short description to remove “one” review-round implication.
rules/​agents.md Removes budget caps and adds explicit instruction hierarchy + updated delegation/context-growth guidance.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread skills/slopguard/SKILL.md Outdated
Comment thread skills/slopscriber/references/agent-first.md Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 311365018a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread skills/slopguard/SKILL.md Outdated
@altaywtf
altaywtf merged commit 343588a into main Sep 23, 2026
11 checks passed
@altaywtf
altaywtf deleted the t3code/refresh-skills-and-agent-rules branch September 23, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants