docs(readme): add Exploration Modes section#917
Merged
Conversation
Document the adaptive latitude scheduler shipped in #914: the four modes, where they appear, the Working approach section, the silence guarantee for clear requests, and the machine-readable schedule in the IR for downstream consumers. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
PR Risk Assessment — Very Low
Decision: Approved (no reviewer required)
Evidence (diff-only)
| Signal | Finding |
|---|---|
| Files changed | 1 — README.md only |
| Lines | +17 / −0 |
| Production code | None |
| Config / infra / auth | None |
| Behavioral impact | None — documents existing Exploration Modes feature |
Rationale
This PR adds a product-documentation section describing the adaptive exploration-mode scheduler (explore / decide / execute / verify). The change is limited to user-facing README prose and a markdown table; it does not modify compiler logic, prompts used at runtime, deployment, or shared services.
Per risk criteria, documentation-only changes with no production logic impact are Very Low risk.
Actions taken
- Reviewers: Not requested (Very Low risk; 0 reviewers currently assigned)
- Approval: Granted (no prior approval; no CODEOWNERS gate detected)
Automated risk assessment — conclusions derived from the actual diff, not PR description claims.
Sent by Cursor Automation: Assign PR reviewers
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.


What
Documents the adaptive exploration-mode scheduler shipped in #914, placed right after the Core Prompt Compiler section:
explore/decide/execute/verify), when each appears, and what it tells the downstream agent[decide]/[verify]steps, and the Working approach section (EN/TR/ES)steps[].scheduling,metadata.uncertainty_profile) for agent packs / analytics / routingScope
README.md only — 1 file. No code changes.
🤖 Generated with Claude Code