agent-orchestrator/packages/cli
suraj-markup bd364a92e1 test(cli): canonicalize tmpDir with realpathSync for macOS
The new "writes a flat local config and returns the global project
identity" test failed on macOS because os.tmpdir() returns /var/... while
the project path stored in the global registry is canonicalized to
/private/var/... by registerProjectInGlobalConfig and loadConfig. Wrap
the comparison operand in realpathSync to match the prior art in the
PR's own integration test (cli-first-run-config.integration.test.ts:31).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 21:29:47 +05:30
..
__tests__ test(cli): canonicalize tmpDir with realpathSync for macOS 2026-05-23 21:29:47 +05:30
src fix: align first-run project identity 2026-05-23 12:26:26 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
CHANGELOG.md chore: version packages (#2000) 2026-05-22 10:53:39 +05:30
package.json chore: version packages (#2000) 2026-05-22 10:53:39 +05:30
tsconfig.json fix: scope node types to node packages 2026-04-13 18:25:21 +05:30
vitest.config.ts test(cli): load markdown prompt templates 2026-04-13 21:28:27 +05:30