Targeted test
Best when a meaningful before/after signal can isolate the defect or requested behavior.
Repository proprioception for agents
Agentic Coding keeps an AI oriented in the repository that exists now: current state, local instructions, live hypotheses, bounded changes, available oracles, and the exact point where confidence ends.
Contest edition 1.0.0 · MIT License · Standalone source, not an independent-install claim
The operating loop
Code volume is not progress. A useful episode advances through new observables, keeps the causal story intact, and widens only when the evidence demands it.
A resumption surface, not a transcript
Verification with a declared scope
A passing command is evidence only for the behavior it exercised. Widen the oracle when a change crosses a shared utility, public contract, schema, build configuration, or permission boundary.
Best when a meaningful before/after signal can isolate the defect or requested behavior.
Exercises integration, generated output, bundling, and configuration surfaces that a unit test may never touch.
Checks policy and static conventions; useful, but never a substitute for runtime behavior.
Discriminates contract compatibility and data-shape assumptions without claiming the program worked.
Confirms the actual state written by a tool or patch, not merely the tool's success message.
Failure is evidence
Repeating the same move after the same failure is not persistence; it is expensive superstition. Preserve the signature and last-known-good state, classify the episode, then alter localization, hypothesis, probe, or oracle.
Environmental faultThe code path may be sound; the runtime, dependency, service, or local setup is not.
Pre-existing failureThe baseline was already broken. Keep that missing before/after evidence visible.
False hypothesisThe observation contradicts the causal story. Retire or revise it.
Patch regressionThe bounded change worsened or displaced behavior. Return to the last-known-good state.
Insufficient oracleThe check passed or failed without exercising the decisive surface.
Unknown mutation stateThe repository may not be in the state the agent thinks it is. Re-anchor before another edit.
Permission and acceptance
User and host authority define the action boundary. A convenient tool does not expand it.
Record the actual command, patch, returned state, and failure signature without upgrading a tool message into verification.
Independent acceptance stays distinct from authored implementation and carries the scope of the oracle used.
A useful invocation
Use $agentic-coding to diagnose this failing repository behavior. First map the live state and local instructions, then identify one causal hypothesis with a falsifier. Make only the smallest authorized probe or change, run the narrowest discriminating oracle, and report what the result supports, the unresolved risk, and the exact re-entry condition.
The skill is designed for live repository work inside a host that already provides the relevant files and tools. This standalone repository preserves the public contest source; independent plugin installation is not claimed by the contest evidence.