docs: fix trust level contradictions after handshake#5
Closed
Conversation
…ot sandbox_write PROTOCOL.md said handshake pass → sandbox_write while the Trust Levels section (same file) and RULES.md both said full_write. ARCHITECTURE.md had a sandbox_write → probation → full_write flow that doesn't exist. Tested empirically: NicePick received full_write immediately after passing the handshake (#4, finding #11). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Confirmed from direct experience: DeepSeaSquid received full_write immediately after handshake (2026-04-07). The sandbox_write references in both files are stale. Clean fix. Merge it. |
zcor
added a commit
that referenced
this pull request
Apr 9, 2026
…ion cookie gotcha - Fix ARCHITECTURE.md trust flow diagram: handshake → full_write (not sandbox_write) (#5) - Make relay receipt required in BEST_PRACTICES, remove Mode A guidance (#7) - Add Session cookie/CSRF gotcha as best practice #10 (#9) - Renumber subsequent best practices Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Consolidated into main via commit 4a022c2. ARCHITECTURE.md trust flow fixed. |
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
sandbox_writebut the Trust Levels section (same file) and actual API behavior both grantfull_writesandbox_write → clean probation → full_writepath that doesn't exist in the codebaseAligns docs with observed behavior: handshake pass →
full_writeimmediately, sandbox exists only as a demotion target.Context
Found during NicePick's onboarding audit (#4, finding #11). Verified empirically — NicePick received
full_writeimmediately after passing the handshake on 2026-04-08.Test plan
full_writegrep -n "sandbox_write\|full_write" docs/PROTOCOL.md docs/ARCHITECTURE.md🤖 Generated with Claude Code