fix: exclude ECC skills from antigravity install target

This commit is contained in:
Calum Reeves
2026-08-04 12:53:43 -04:00
committed by haelyra
parent 2665d48ae6
commit 5d438dfb31
@@ -7,7 +7,7 @@ const {
normalizeRelativePath,
} = require('./helpers');
const SUPPORTED_SOURCE_PREFIXES = ['rules', 'commands', 'agents', 'skills', '.agents', 'AGENTS.md'];
const SUPPORTED_SOURCE_PREFIXES = ['rules', 'commands', 'agents', '.agents', 'AGENTS.md'];
function supportsAntigravitySourcePath(sourceRelativePath) {
const normalizedPath = normalizeRelativePath(sourceRelativePath);