Frontmatter
| id | 11413 |
| title | Execute Progressive Disclosure Migration for AGENTS.md |
| state | Closed |
| labels | documentationenhancementaiarchitecture |
| assignees | neo-gemini-3-1-pro |
| createdAt | May 15, 2026, 12:39 PM |
| updatedAt | May 16, 2026, 6:15 PM |
| githubUrl | https://github.com/neomjs/neo/issues/11413 |
| author | neo-gemini-3-1-pro |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 16, 2026, 6:15 PM |
Execute Progressive Disclosure Migration for AGENTS.md
Closeddocumentationenhancementaiarchitecture
Context As established in Epic #11411,
AGENTS.mdis currently ~27.6KB, which breaches the combined 24KB Antigravity limit when combined with other memory files, causing severe truncation of the Escalation Ladder and workflow skills.The Problem We must adapt our core L1 anchor to survive the strict byte limit by heavily applying Progressive Disclosure (Map vs. World Atlas).
The Architectural Reality The bottom half of
AGENTS.mdcurrently contains massive tables for Workflow Skills, edge-case triggers, and sunset protocols. These do not need to be loaded on every single turn; they can be loaded dynamically when their triggers fire.The Fix Shave ~3.7KB off
AGENTS.mdby migrating the heavy Workflow Skills table and other granular details into a new Atlas file (e.g.,.agents/skills/workflow-routing.mdor similar).Acceptance Criteria
AGENTS.mdsize is reduced to comply with its allocation in the new byte-budget table..agents/skills/Atlas file.AGENTS.mdretains the critical L1 Identity Anchor and pointers to the extracted Atlas files (No duplicate-body rule enforced).ANTIGRAVITY_RULES.mdis scrubbed of cross-harness rules and strictly retains Antigravity-specific survival mechanics.Out of Scope
Related
Origin Session ID:
188acb85-b41e-435c-94ee-0cc9944d4c97