Skip to content

AGENTS.md: counter single-route termination and early handoff - #181

Merged
vantasnerdan merged 1 commit into
mainfrom
process/agents-md-exploration-contract
Aug 28, 2026
Merged

AGENTS.md: counter single-route termination and early handoff#181
vantasnerdan merged 1 commit into
mainfrom
process/agents-md-exploration-contract

Conversation

@vantasnerdan

Copy link
Copy Markdown
Owner

Fixes #180

Agents were ending runs on the first decisive-looking result, PRing early, and rerunning existing machinery instead of forming new concepts. This amends the contract language, consolidating into existing sentences per the self-improvement rule:

  • Decisive-verdict bullet (Goal): a route verdict is not a question verdict; blocked/no-go requires the continuation ladder executed in-run; names single-route termination as the mirror image of recursive claim weakening.
  • Candidate-first workflow: mid-attempt candidate registration is normal and encouraged; preregistration constrains selection, never generation; a failed candidate obligates a new concept derived from the failure mechanism, not parameter perturbation.
  • Continuation after failure: attempts record routes considered/tried/remaining; classification is not the deliverable — execute the repair or replacement in the same run; reuse-search and new-concept generation run in parallel.
  • Harvest/handoff: a harvest PR is a checkpoint, not a terminal state; handoff only at an exhausted route frontier or named external blocker, with untried routes listed.
  • Validation: minimality governs re-validation and review, not scientific search.

Includes a whitespace-only reflow of the recursive-claim-weakening paragraph.

Validation receipt: base 67fcf0d, head 0ccfc08; process-document-only change per contract — git diff --check clean; GitNexus detect_changes (unstaged, at authoring boundary): 6 AGENTS.md documentation sections touched, 0 affected processes, risk low.

Self-merge override: the repository owner directed landing this on main ("push it to main"); recording that authorization here per the contract. Not a scientific claim promotion — no claim review applies.

🤖 Generated with Claude Code

Agents were ending runs on the first decisive-looking result, PRing
early, and rerunning existing machinery instead of forming new concepts.
Consolidated fixes into existing contract language:

- Decisive-verdict bullet: a route verdict is not a question verdict;
  blocked/no-go requires the continuation ladder executed in-run; names
  single-route termination as the mirror image of recursive claim
  weakening.
- Candidate-first workflow: mid-attempt candidate registration is
  normal; preregistration constrains selection, never generation; a
  failed candidate obligates a new concept derived from the failure
  mechanism, not parameter perturbation.
- Continuation after failure: attempts record routes considered/tried/
  remaining; classification is not the deliverable — execute the repair
  or replacement in the same run; reuse-search and new-concept
  generation run in parallel, reuse is not a ceiling on novelty.
- Harvest/handoff: a harvest PR is a checkpoint, not a terminal state;
  handoff only at an exhausted route frontier or named external blocker,
  with untried routes listed.
- Validation: minimality governs re-validation, not scientific search.

Includes a whitespace-only reflow of the recursive-claim-weakening
paragraph.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vantasnerdan
vantasnerdan merged commit 7b862f0 into main Aug 28, 2026
@vantasnerdan
vantasnerdan deleted the process/agents-md-exploration-contract branch August 28, 2026 18:22
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.

AGENTS.md: counter single-route termination, early handoff, and suppressed concept generation

2 participants