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/index.js
CHANGED
|
@@ -8864,6 +8864,7 @@ ${skillBlock}
|
|
|
8864
8864
|
- \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
|
|
8865
8865
|
- \u6A21\u7CCA\u573A\u666F\uFF1A\u5148\u6309 SKIP \u53CD\u5411\u6392\u9664\uFF0C\u5269\u4F59\u552F\u4E00 skill \u5373\u4E3A\u5165\u53E3
|
|
8866
8866
|
- \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
|
|
8867
|
+
- \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
|
|
8867
8868
|
|
|
8868
8869
|
## UI \u7EC4\u4EF6\u9886\u5730\uFF08init \u540E\u7EA6\u675F\uFF09
|
|
8869
8870
|
|
|
@@ -9110,10 +9111,6 @@ var CRITICAL_STEPS = /* @__PURE__ */ new Set([
|
|
|
9110
9111
|
var GITIGNORE_MARKER_START = "# >>> teamix-evo:managed >>>";
|
|
9111
9112
|
var GITIGNORE_MARKER_END = "# <<< teamix-evo:managed <<<";
|
|
9112
9113
|
var GITIGNORE_RULES = [
|
|
9113
|
-
"# IDE skill mirrors (regenerable via `teamix-evo skills sync`; ADR 0013)",
|
|
9114
|
-
".qoder/skills/",
|
|
9115
|
-
".claude/skills/",
|
|
9116
|
-
"",
|
|
9117
9114
|
"# Runtime artifacts (regenerable / archives)",
|
|
9118
9115
|
".teamix-evo/.snapshots/",
|
|
9119
9116
|
".teamix-evo/logs/",
|