Skip to content

Add CONTRIBUTING: the bar, and why review here is unusual - #11

Merged
AmazingAng merged 1 commit into
mainfrom
chore/contributing
Aug 15, 2026
Merged

Add CONTRIBUTING: the bar, and why review here is unusual#11
AmazingAng merged 1 commit into
mainfrom
chore/contributing

Conversation

@AmazingAng

Copy link
Copy Markdown
Owner

Five PRs arrived from an outside fork this week, and reviewing them made it obvious the repo had never written down what it wants.

The parts that are specific to this project rather than boilerplate:

Review here is unusual. skills/old-coder/ is not documentation about code — it is instructions that agents obey. A one-line change to SKILL.md changes what every agent loading this skill does next. So the review question is not "is this sentence true" but "what will an agent do differently after this merges", and anything touching approvals, permissions, execution or writes outside the repo gets a security-shaped read.

The bar. A rule earns its place if its absence would let someone believe something false — not if its presence would be nice to have. Same bar for EVIDENCE fields and gauntlet layers.

Three tests for a new layer: orthogonal, has been watched failing on a known-bad input, tool-ready. The second is where most proposals will stop, and that is intended.

In one, out one. SKILL.md is loaded in full on every invocation, including for tasks that never use the rule you are adding. A file long enough to be skimmed is its own fail-open.

Demo changes go through the loop the skill describes, evidence rebound included. A demo change that skips the loop is not a demo of the loop.

It also asks contributors to say what their change does when it is broken, and points at the five times this project has shipped a mechanism that reported success while doing nothing.

🤖 Generated with Claude Code

This repo ships instructions that agents obey, so a one-line change to
SKILL.md changes what every agent does next. States that review question
explicitly, along with the bar a rule has to clear (its absence would let
someone believe something false), the three tests for a new gauntlet layer,
the in-one-out-one rule for keeping SKILL.md loadable, and the requirement
that demo changes go through the loop the skill describes.

Also names the failure mode this project keeps hitting -- mechanisms that
report success while doing nothing -- and asks contributors to say what their
change does when it is broken.
@AmazingAng
AmazingAng merged commit a2306e1 into main Aug 15, 2026
1 check passed
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.

1 participant