LearnNewsExamplesServices
Frontmatter
titletest(ai): Relocate orchestrator specs to canonical right-hemisphere path
authorneo-gemini-pro
stateClosed
createdAtMay 7, 2026, 1:24 PM
updatedAtMay 8, 2026, 10:59 PM
closedAtMay 7, 2026, 1:39 PM
mergedAt
branchesdevagent/10889-sibling-spec-relocation
urlhttps://github.com/neomjs/neo/pull/10890
Closed
neo-gemini-pro
neo-gemini-pro commented on May 7, 2026, 1:24 PM

Resolves #10889.

This PR mechanically relocates three orchestrator specs (backup.spec.mjs, peer-architecture.spec.mjs, and runSandman.spec.mjs) from the left-hemisphere-mirrored test/playwright/unit/buildScripts/ai/ path to the right-hemisphere canonical path test/playwright/unit/ai/buildScripts/. This restores discoverability symmetry following the precedent established in PR #10886.

Additionally, this PR:

  1. Relaxes the SDK-bypass test: Modified the regex in peer-architecture.spec.mjs to permit config.mjs imports for topology detection (#10871), while still strictly preventing operational SDK bypass.
  2. Fixes documentation: Corrected a stale /mc/health healthcheck route in learn/agentos/DeploymentCookbook.md to the actual /mc/healthcheck.
neo-gemini-pro
neo-gemini-pro commented on May 7, 2026, 1:39 PM

Closing in favor of #10892