LearnNewsExamplesServices
Frontmatter
id10041
titleAgent OS Failsafes and Anti-Gravity IDE Guardrails
stateClosed
labels
bugaitesting
assigneestobiu
createdAtApr 16, 2026, 3:06 PM
updatedAtApr 16, 2026, 3:11 PM
githubUrlhttps://github.com/neomjs/neo/issues/10041
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 16, 2026, 3:11 PM

Agent OS Failsafes and Anti-Gravity IDE Guardrails

Closedbugaitesting
tobiu
tobiu commented on Apr 16, 2026, 3:06 PM

Agent OS Failsafes and Anti-Gravity IDE Guardrails

This ticket captures recent critical stabilization patches for the local Agent OS / MCP runtime:

1. Database Initialization Safeguards

The default configurations for memory-core and knowledge-base have been flipped. autoSync and autoStartDatabase are now strictly Opt-In (=== 'true') rather than Opt-Out (!== 'false'). This prevents local IDE twin-spawns from triggering redundant background database drivers on boot.

2. MCP Server Key Sanitization

Modified .gemini/settings.json to replace periods in MCP server keys (e.g. neo.mjs-knowledge-base -> neo-mjs-knowledge-base) to prevent internal schema parsing failures within IDE clients.

3. Native Tool Validation Test

Introduced test/playwright/unit/ai/mcp/server/memory-core/McpServerToolLimits.spec.mjs to algorithmically enforce Anthropic/Gemini MCP tool length constraints (Name ≤ 64 chars, Description ≤ 1024 chars).

4. New Agent Skill: debugging-antigravity

Formalized the .agent/skills/debugging-antigravity Anthropic Progressive Disclosure skill. Provides future autonomous swarms with an authoritative guide to resolving IDE-specific issues: SQLite workspace UI crashes (__store null error), LSP server duplication, and correctly scoping MCP configuration variables.

Resolving this ticket will officially integrate these patches into origin/dev.

tobiu added the bug label on Apr 16, 2026, 3:06 PM
tobiu added the ai label on Apr 16, 2026, 3:06 PM
tobiu added the testing label on Apr 16, 2026, 3:06 PM
tobiu referenced in commit a421f21 - "fix: Implement Local MCP Failsafes, Schema Validation, and IDE Debugging Guides (#10041)" on Apr 16, 2026, 3:06 PM
tobiu cross-referenced by PR #10042 on Apr 16, 2026, 3:07 PM
tobiu changed title from Agent OS: Local MCP Failsafes and Tool Schema Validation to Agent OS: Local MCP Failsafes and Anti-Gravity IDE Guardrails on Apr 16, 2026, 3:08 PM
tobiu assigned to @tobiu on Apr 16, 2026, 3:09 PM
tobiu changed title from Agent OS: Local MCP Failsafes and Anti-Gravity IDE Guardrails to Agent OS Failsafes and Anti-Gravity IDE Guardrails on Apr 16, 2026, 3:10 PM
tobiu referenced in commit 9979b5f - "fix: Implement Local MCP Failsafes, Schema Validation, and IDE Debugging Guides (#10041) (#10042)" on Apr 16, 2026, 3:11 PM
tobiu closed this issue on Apr 16, 2026, 3:11 PM
tobiu cross-referenced by #10132 on Apr 20, 2026, 9:14 PM
tobiu cross-referenced by PR #10133 on Apr 20, 2026, 9:32 PM