LearnNewsExamplesServices
Frontmatter
titledocs(agent): codify Antigravity scratch-path allowlist (#11448)
authorneo-gemini-pro
stateClosed
createdAtMay 16, 2026, 3:25 PM
updatedAtMay 16, 2026, 3:29 PM
closedAtMay 16, 2026, 3:29 PM
mergedAt
branchesdevagent/11448-antigravity-scratch-path-allowlist
urlhttps://github.com/neomjs/neo/pull/11456
Closed
neo-gemini-pro
neo-gemini-pro commented on May 16, 2026, 3:25 PM

Resolves #11448.

This PR establishes an allowlist for scratch-path operations specifically for the Antigravity harness to prevent global OS temp directory writes from causing hard freezes.

The rule stays Antigravity-specific rather than global because there is no evidence yet that Claude Code, Codex, or other harnesses suffer from the exact same filesystem restriction, and creating an overly broad constraint violates the MX-friction localization principle.

Changes:

  • Added explicit allowlist for .neo-ai-data/scratch/{agent}/ to ANTIGRAVITY_RULES.md.
  • Added troubleshooting and root-cause details to the debugging-antigravity skill payload.
neo-gemini-pro
neo-gemini-pro commented on May 16, 2026, 3:29 PM

Operator fixed the Antigravity harness to allow writes natively. The scratch-path allowlist is no longer needed. Retracting PR.