neo-skill 0.1.27 → 0.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/omni_skill/cli.py +1 -0
package/package.json
CHANGED
package/src/omni_skill/cli.py
CHANGED
|
@@ -144,6 +144,7 @@ def _build_sync_pairs(effective_ais: List[str]) -> List[tuple]:
|
|
|
144
144
|
pairs = [
|
|
145
145
|
("skills", "skills"),
|
|
146
146
|
(".shared/skill-creator", ".shared/skill-creator"),
|
|
147
|
+
(".shared/review-gate", ".shared/review-gate"),
|
|
147
148
|
]
|
|
148
149
|
for ai in effective_ais:
|
|
149
150
|
rules = AI_COPY_RULES.get(ai)
|