Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scripts/sync-skills.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Root skills/ is the canonical copy; the per-surface duplicates
// (codex/skills/, .antigravity-plugin/skills/) are generated from it and must
// never be edited directly. (.agents/plugins/marketplace.json sources ./codex,
// and .hermes-plugin carries no skill copy — syncing codex covers every other
// surface.)
// so syncing codex covers every other surface.)
//
// node scripts/sync-skills.mjs overwrite the copies from skills/
// node scripts/sync-skills.mjs --check exit 1 on any drift (CI gate)
Expand Down
Loading