docs(verify): CSO fix, Ctrl+F mental model, sandbox extraction#21
Merged
bensonwong merged 1 commit intomainfrom Apr 12, 2026
Merged
docs(verify): CSO fix, Ctrl+F mental model, sandbox extraction#21bensonwong merged 1 commit intomainfrom
bensonwong merged 1 commit intomainfrom
Conversation
- Description: strip workflow content, reframe as trigger-only with semantic surface (OCR, evidence, citations, proof, source validation); fixes CSO "no workflow in description" rule - In-text markers: replace ≤4-word counting with Ctrl+F search-key mental model and fact-type quick-reference table; counting failed because models chose the wrong thing to count, not because they miscounted - Parallel generation block: condense 400-word bullet into structured sub-bullets - Add STOP AND CHECK gate before Step 3 Verify - Cloud sandbox: extract 25-line constraint set to cloud-sandbox-constraints.md, replace inline section with one-line reference - Remove mkdir -p from prepare command (CLI creates .deepcitation automatically) - Collapse 15-line auth recovery block to one sentence pointing to CLI output - Fix p field format: "1_0" → "page_number_1_index_0" in Format 2 example - Replace sub-agent word-count gate with Ctrl+F test + inline examples - Fix "triage row above" dangling reference → explicit table name Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
descriptionfield to be trigger-surface only (removes workflow content that violated the CSO "no workflow in description" rule); now lists semantic triggers like OCR, evidence, citations, source validationsourceMatch: replaced the ≤4-word counting heuristic with a "What would I Ctrl+F?" framing + a fact-type quick-reference table (dollar amounts, time limits, party names, priority tiers, trigger verbs, tax thresholds); root cause was models choosing the wrong thing to count, not miscountingcloud-sandbox-constraints.mdand replaced the inline section with a one-line reference — keeps SKILL.md focused on the workflowscript -q -ccommand (CLI now emits Option A/B itself)verifychecklist before Step 3 to catch common citation mismatches before running the CLImkdir -premoved (CLI auto-creates dir),pfield corrected ("1_0"→"page_number_1_index_0"), dangling "triage row above" reference made explicitTest plan
$CLAUDE_CODE_REMOTE=true) and confirm the agent readscloud-sandbox-constraints.mdbefore invokingdeepcitationpfield usespage_number_N_index_Iformat (notN_I)scriptcommand — agent should follow CLI-printed optionsverifyis invoked