GPT-5 finding
Local-mode networking contradiction: spec claims pure local I/O but uses gh repo view
lowdocs-gaphigh
- skills/v4-readiness/SKILL.md:101
- skills/v4-readiness/SKILL.md:270-272
Step 1 sets TARGET via gh repo view in local mode, which performs a network call. The Sandbox note later asserts that in local mode the only outbound call is ./notify and that reads are pure local file I/O. This contradiction can mislead operators about required environment and connectivity.
Recommendation
Either (a) drop the gh repo view dependency in local mode (infer TARGET from git remotes or omit TARGET in the article) or (b) update the Sandbox note to acknowledge the gh call in local mode. Prefer eliminating the network call to honor the local-only constraint.