weekly sync — 2026-05-11#2
Open
norbert-pap wants to merge 1 commit into
Open
Conversation
- eng-review, prod-review: add anti-shortcut clause (garrytan/gstack v1.27.1) Prevents the May-2026 transcript bug: model explores, finds issues, then dumps all findings into prose without ever calling AskUserQuestion. The clause makes the correct path explicit: every non-trivial finding must go THROUGH AskUserQuestion. Adapted from upstream by dropping ExitPlanMode references (claudebert has no plan-mode preamble). - browse: document --headed, --proxy, and --navigate flags (garrytan/gstack v1.28.0) New "Headed Mode + Proxy + Anti-Bot Sites" section covers SOCKS5 bridge, credential policy, daemon discipline, stealth hardening, container support, and failure modes for the new flags. The --navigate flag from the same upstream commit was already present, confirming binary parity. https://claude.ai/code/session_01Xtvrif2KgKW6C8Qb2kcTGB
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.
Applied changes (3)
1. Anti-shortcut clause →
eng-review/SKILL.mdSource: garrytan/gstack v1.27.1.0 (commit
7b4738b, 2026-05-06)The May-2026 transcript bug: a model in plan-review mode explores the codebase, finds multiple issues, then writes them all into a single prose block and exits — without ever calling AskUserQuestion once. The user sees a report, not an interactive review. The anti-shortcut clause makes the correct path explicit:
Inserted immediately before
## CRITICAL RULE — How to ask questionsin both files. Adapted from upstream by droppingExitPlanModereferences (claudebert has no plan-mode preamble); core safety language retained.2. Anti-shortcut clause →
prod-review/SKILL.mdSource: garrytan/gstack v1.27.1.0 (commit
7b4738b, 2026-05-06)Same fix as above, applied to prod-review (maps to gstack's
plan-ceo-review). Inserted before## CRITICAL RULE — How to ask questions.3. Browse: Headed Mode + Proxy + Anti-Bot Sites →
browse/SKILL.mdSource: garrytan/gstack v1.28.0.0 (commit
443bde0, 2026-05-07)New section documenting the
--headedand--proxyflags added to the browse daemon in this release:--headed: visible Chromium window, auto-spawns Xvfb on Linux containers withoutDISPLAY--proxy socks5://user:pass@host:port: SOCKS5 with auth via local 127.0.0.1 bridge (Chromium can't prompt for SOCKS5 creds natively)--proxy http://...: HTTP/HTTPS proxy (passes through to Chromium directly)BROWSE_PROXY_USER/BROWSE_PROXY_PASS, never both--proxy/--headedapply only to fresh daemon; mismatched config → exit 1 withbrowse disconnecthintnavigator.webdriveronly (no fake plugins/languages — those can flag more bot-like)Inserted before
## Snapshot Flags. The--navigateflag from the same upstream commit was already present in claudebert's browse SKILL.md, confirming the binary is in sync.Deferred / noted (6)
19e699a)GSTACK REVIEW REPORTsection — not applicable5d4fe7d)0af1a5e)doubt-driven-development(5-step adversarial in-flight review cycle)d211d43)e9448b3)terminal-starter-guide-for-designers.mdSources checked: 6 (garrytan/gstack, addyosmani/agent-skills, anthropics/skills, VoltAgent/awesome-agent-skills, rohitg00/awesome-claude-code-toolkit, Owl-Listener/designpowers)
Since: 2026-05-04 (no prior .sync-state.json — used 7-day default)
https://claude.ai/code/session_01Xtvrif2KgKW6C8Qb2kcTGB
Generated by Claude Code