teamix-evo 0.12.1 → 0.12.2
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/core/index.js +1 -4
- package/dist/core/index.js.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/core/index.js
CHANGED
|
@@ -2515,6 +2515,7 @@ ${skillBlock}
|
|
|
2515
2515
|
- \u547D\u4E2D\u5219\u5148\u8BFB\u5BF9\u5E94 \`SKILL.md\`\uFF0C\u518D\u52A8\u624B\uFF1B\u4E8C\u8005\u540C\u65F6\u547D\u4E2D\u5219\u4E24\u4E2A\u90FD\u8BFB
|
|
2516
2516
|
- \u6A21\u7CCA\u573A\u666F\uFF1A\u5148\u6309 SKIP \u53CD\u5411\u6392\u9664\uFF0C\u5269\u4F59\u552F\u4E00 skill \u5373\u4E3A\u5165\u53E3
|
|
2517
2517
|
- \u751F\u547D\u5468\u671F\u547D\u4EE4\uFF08\`init\` / \`update\` / \`add\`\uFF09\u8D70 \`teamix-evo-manage\`\uFF08\u5168\u5C40 skill\uFF0C\u672C\u6587\u4EF6\u4E0D\u5217\uFF09
|
|
2518
|
+
- \u8FC1\u79FB\u573A\u666F\uFF08"\u4EE3\u7801\u8FC1\u79FB" / "\u6267\u884C\u8FC1\u79FB" / "\u65E7\u9879\u76EE\u8FC1\u79FB" / "\u91CD\u5EFA\u8001\u5DE5\u7A0B"\uFF09\u540C\u6837\u8D70 \`teamix-evo-manage\` \u573A\u666F 6
|
|
2518
2519
|
|
|
2519
2520
|
## UI \u7EC4\u4EF6\u9886\u5730\uFF08init \u540E\u7EA6\u675F\uFF09
|
|
2520
2521
|
|
|
@@ -3113,10 +3114,6 @@ var CRITICAL_STEPS = /* @__PURE__ */ new Set([
|
|
|
3113
3114
|
var GITIGNORE_MARKER_START = "# >>> teamix-evo:managed >>>";
|
|
3114
3115
|
var GITIGNORE_MARKER_END = "# <<< teamix-evo:managed <<<";
|
|
3115
3116
|
var GITIGNORE_RULES = [
|
|
3116
|
-
"# IDE skill mirrors (regenerable via `teamix-evo skills sync`; ADR 0013)",
|
|
3117
|
-
".qoder/skills/",
|
|
3118
|
-
".claude/skills/",
|
|
3119
|
-
"",
|
|
3120
3117
|
"# Runtime artifacts (regenerable / archives)",
|
|
3121
3118
|
".teamix-evo/.snapshots/",
|
|
3122
3119
|
".teamix-evo/logs/",
|