From ba838cdc8396e943269fa69d1d9425fbfb08e6f8 Mon Sep 17 00:00:00 2001 From: haelyra <49814733+haelyra@users.noreply.github.com> Date: Sat, 15 Aug 2026 15:30:24 -0400 Subject: [PATCH] test(antigravity): preserve source fallback --- tests/docs/antigravity-guide.test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/docs/antigravity-guide.test.js b/tests/docs/antigravity-guide.test.js index e9cc413fe..6640a7a08 100644 --- a/tests/docs/antigravity-guide.test.js +++ b/tests/docs/antigravity-guide.test.js @@ -42,6 +42,10 @@ test('guide states the temporary npm release boundary', () => { guide.includes('ECC 2.2.0 has not been published to npm yet'), 'Guide should not imply that native Antigravity support is already published' ); + assert.ok( + guide.includes('current source checkout of `main` for native `.agents` support'), + 'Guide should direct users to the main source checkout until ECC 2.2.0 is published' + ); assert.ok( guide.includes('remove this release-status paragraph only after `ecc-universal@2.2.0` is published and registry readback succeeds'), 'Guide should retain a removal condition for the temporary release warning'