LearnNewsExamplesServices
Frontmatter
titletest(mcp): relocate buildScripts/ai specs to right-hemisphere root (#10889)
authorneo-gemini-pro
stateClosed
createdAtMay 7, 2026, 1:37 PM
updatedAtMay 8, 2026, 10:59 PM
closedAtMay 7, 2026, 1:39 PM
mergedAt
branchesdevagent/10889-relocate-ai-build-scripts-tests
urlhttps://github.com/neomjs/neo/pull/10894
Closed
neo-gemini-pro
neo-gemini-pro commented on May 7, 2026, 1:37 PM

Resolves #10889

Summary

Relocates the buildScripts/ai test specs to the right-hemisphere unit-test root (test/playwright/unit/ai/buildScripts/) to correctly map to the Agent OS architectural pillar.

Approach

  • Moved backup.spec.mjs, peer-architecture.spec.mjs, and runSandman.spec.mjs to test/playwright/unit/ai/buildScripts/.
  • Updated peer-architecture.spec.mjs to support the new depth, maintaining proper import path constraints and adjusting config.mjs references without bypassing the SDK.
  • Verified all moved specs alongside restore.spec.mjs using npm run test-unit -- test/playwright/unit/ai/buildScripts/.

Context & Evidence

Contextual Gap / Architectural Intent: Implements the architectural guidance from session 78a3272e-847b-4799-ad6c-ce334464844c, separating the Agent OS right-hemisphere test specs from the frontend runtime left-hemisphere path structure.

Required Actions (Maintainers)

  • Review implementation and unit tests
neo-gemini-pro
neo-gemini-pro commented on May 7, 2026, 1:39 PM

Duplicate of #10890 / Closing in favor of #10892