fix(atlas): compact repeated verification reminders#5484
Draft
cosmosjeon wants to merge 1 commit into
Draft
Conversation
Contributor
|
Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement (CLA). To sign the CLA, please comment on this PR with: This is a one-time requirement. Once signed, all your future contributions will be automatically accepted. I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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.
Summary
Reduce context growth in Atlas/Boulder orchestrator sessions by showing the full verification reminder only once per parent session. Later subagent completions now get a compact reminder that points back to the already-shown protocol while preserving the verification gate, real-surface QA requirement, and
task(task_id=...)resume guidance.This is intentionally narrow for reviewability. It does not change boulder state, task tracking, file-change summaries, completion-gate ordering, or continuation injection.
Changes
SessionState.Verification
bun test ./packages/omo-opencode/src/hooks/atlas/verification-reminders.test.ts ./packages/omo-opencode/src/hooks/atlas/tool-execute-after-reminder-compression.test.tsbun test ./packages/omo-opencode/src/hooks/atlas/*.test.tsbun run packages/shared-skills/skills/programming/scripts/typescript/check-no-excuse-rules.ts <changed files>bun run typecheck:packagesbun build packages/omo-opencode/src/index.ts --outdir <tmp> --target bun --format esm --external zodbash .omo/evidence/20260621-start-work-reminder-compression/live-hook-qa.shopencode servebash .agents/skills/opencode-qa/scripts/lib/common.sh --self-checkbash .agents/skills/opencode-qa/scripts/sse-hook-probe.sh --self-testbash .agents/skills/opencode-qa/scripts/server-smoke.sh --self-testbash .agents/skills/opencode-qa/scripts/serve-wake-split-probe.sh --self-test --evidence-dir .omo/evidence/20260621-start-work-reminder-compression/opencode-qa-serve-wake-self-testLive hook-fire QA proof from the isolated run:
2738 -> 2738db_phase_count=1anddb_compact_count=1Notes
Full
bun run buildwas not used as the primary build gate because this worktree's install/build path previously stalled while cloning the unrelatedpackages/shared-skills/upstreams/open-designsubmodule. The focused plugin entry build and package typecheck both passed.LSP MCP diagnostics could not be collected at the end because the MCP transport was closed. TypeScript package typecheck passed as the substitute static gate.