docs: document the v1.13.0 harness improvements (closes #354)#355
Merged
Conversation
- README: new "Harness reliability" section (history hardening, classified retries + overflow recovery, guardrails, stall recovery, capability registry — defaults and opt-outs); Coding tools section documents the edit repair ladder, head/tail truncation + spool, read paging, and the toolset-assembled system prompt; Long context covers the structured snapshot, file ledger, and KeepRecentTokens. - design.md: loop walkthrough gains the retry, auto-continue, and guardrail steps with the ADR-0017 pointer. - provider-guide.md: new "Registering with the driver registry" section showing Capabilities declaration and the declare-conservatively rule. - coding-harness-roadmap.md: marked shipped (v1.13.0) per item with PR references; header status note. - project-plan.md: Track A records the harness-quality phase shipped as v1.13.0 and lists what remains (including deferred P3 notes). - building-agents.md: testing step notes the retry/guardrail defaults and how to script failures that fail fast. Co-Authored-By: Claude Fable 5 <[email protected]>
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.
Closes #354. Docs-only.
Brings the prose docs in line with what v1.13.0 actually does:
KeepRecentTokens.Capabilitiesconservatively.go build ./...green.🤖 Generated with Claude Code