oh-my-customcode 0.151.0 → 0.151.1
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/dist/cli/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -592,14 +592,14 @@ agents:
|
|
|
592
592
|
base_confidence: 85
|
|
593
593
|
routing_rule: "Invoke token-efficiency-audit skill"
|
|
594
594
|
|
|
595
|
-
skill-
|
|
595
|
+
skill-dev-refactor:
|
|
596
596
|
keywords:
|
|
597
597
|
korean: [단순화, 코드 정리, 중복 제거]
|
|
598
598
|
english: [simplify, cleanup, deduplicate, "reduce complexity"]
|
|
599
599
|
file_patterns: []
|
|
600
600
|
supported_actions: [simplify, clean, reduce]
|
|
601
601
|
base_confidence: 75
|
|
602
|
-
routing_rule: "Invoke
|
|
602
|
+
routing_rule: "Invoke dev-refactor skill"
|
|
603
603
|
|
|
604
604
|
# Memory skills
|
|
605
605
|
skill-memory-save:
|
package/templates/manifest.json
CHANGED