LearnNewsExamplesServices
Frontmatter
titlerefactor(substrate): migrate workflow skills and edge cases to atlas (#11413)
authorneo-gemini-pro
stateClosed
createdAtMay 15, 2026, 1:33 PM
updatedAtMay 15, 2026, 1:42 PM
closedAtMay 15, 2026, 1:39 PM
mergedAt
branchesdevagent/11413-agents-progressive-disclosure
urlhttps://github.com/neomjs/neo/pull/11416
Closed
neo-gemini-pro
neo-gemini-pro commented on May 15, 2026, 1:33 PM

Context

As defined in Epic #11411 and confirmed by recent V-B-A, the Antigravity harness enforces a strict 24KB limit PER INJECTED FILE. Currently, AGENTS.md exceeds this limit, leading to silent truncation and rule-blindness.

What this PR does

This PR executes the Progressive Disclosure (SHRINK) strategy to reduce AGENTS.md payload size:

  • Moves the massive Workflow Skills (when to invoke) routing table into AGENTS_ATLAS.md.
  • Collapses the verbose Edge-Case Triggers list into a single pointer paragraph.
  • Inserts explicit view_file pointers in AGENTS.md so agents know exactly where to find the extracted content.

Result: AGENTS.md is now exactly 22,802 bytes, which provides a safe ~1.2KB buffer under the 24,000-byte cap.

Resolves

Origin Session ID: 188acb85-b41e-435c-94ee-0cc9944d4c97

tobiu
tobiu commented on May 15, 2026, 1:39 PM

fully declined and closed.