docs: fix stale references, add missing tools to configs and docs#6
Merged
Conversation
- Remove all OPENCODE_EXPERIMENTAL_FOCUS_AGENT references (flag removed in v2) - Add classifier_threads and distill_threads to permission examples and config - Add mark operation to PLAN.md operation list - Replace stale post-turn focus hook section with on-demand note - Add sweeper documentation to docs/context-editing.md - Add lifecycle markers and classifier/distill tools to AGENTS.md - Rewrite WHAT_WE_DID.md to reflect final state (no stale phase details) - Update DO_NEXT.md with current status and remaining work
e6qu
added a commit
that referenced
this pull request
Mar 18, 2026
- Remove all OPENCODE_EXPERIMENTAL_FOCUS_AGENT references (flag removed in v2) - Add classifier_threads and distill_threads to permission examples and config - Add mark operation to PLAN.md operation list - Replace stale post-turn focus hook section with on-demand note - Add sweeper documentation to docs/context-editing.md - Add lifecycle markers and classifier/distill tools to AGENTS.md - Rewrite WHAT_WE_DID.md to reflect final state (no stale phase details) - Update DO_NEXT.md with current status and remaining work Co-authored-by: Adrian Mârza <adi11235 at gmail dot com>
3 tasks
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.
Issue for this PR
Fixes 5 documentation issues found during review.
Type of change
What does this PR do?
Fixes all issues found during comprehensive doc review:
Missing tools in permission examples — Added
classifier_threadsanddistill_threadsto README global config example and.opencode/opencode.jsoncdisable comments.Stale feature flag references — Removed all
OPENCODE_EXPERIMENTAL_FOCUS_AGENTreferences from WHAT_WE_DID.md and DO_NEXT.md (flag was removed in v2, replaced by config-based control).Incomplete operation list in PLAN.md — Added
markto the operation list (was missing since lifecycle markers were added in v2).Stale post-turn focus hook in PLAN.md — Replaced the automatic post-turn hook section (never implemented in v2) with a note that focus is on-demand via
/focuscommand.Missing sweeper documentation — Added deterministic sweeper explanation to docs/context-editing.md (how it works, when it runs, default turn counts).
AGENTS.md incomplete — Added lifecycle markers (
markoperation with hints),classifier_threads, anddistill_threadsto the context editing section.WHAT_WE_DID.md and DO_NEXT.md rewritten — Reflect the actual final state, not the phased plan.
How did you verify your code works?
Documentation-only change. All 1313 tests pass. Pre-commit hooks pass.
Checklist