@code-migration/wow-migrator 0.1.8 → 0.2.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-migration/wow-migrator",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "description": "Install KMP migration skills into Claude Code, Codex, Cursor, Gemini, OpenCode, OpenClaw, and JiuwenSwarm via npm install.",
5
5
  "keywords": [
6
6
  "android",
@@ -6,7 +6,7 @@ description: |
6
6
  Do NOT use for quick file/symbol lookup, non-Android codebases, or single-agent skill authoring.
7
7
  version: "0.6"
8
8
  kind: swarm-skill
9
- disable-model-invocation: true
9
+ disable-model-invocation: false
10
10
  roles:
11
11
  - id: analysis-workspace-state
12
12
  kind: ai_agent
@@ -6,7 +6,7 @@ description: |
6
6
  Do NOT invoke before android-project-analyst completes P6. Do NOT treat migrator completion as final without invoking kmp-test-validator at V0. Do NOT use for Legacy Android analysis only, KMP-only feature work, or non-migration refactors.
7
7
  version: "0.7"
8
8
  kind: swarm-skill
9
- disable-model-invocation: true
9
+ disable-model-invocation: false
10
10
  roles:
11
11
  - id: migration-workspace-state
12
12
  kind: ai_agent
@@ -6,7 +6,7 @@ description: |
6
6
  Do NOT use for generic KMP testing, KMP-only feature work, isolated Gradle troubleshooting, Android analysis, or non-migration refactors.
7
7
  version: "0.5"
8
8
  kind: swarm-skill
9
- disable-model-invocation: true
9
+ disable-model-invocation: false
10
10
  roles:
11
11
  - id: validation-workspace-state
12
12
  kind: ai_agent
@@ -6,7 +6,7 @@ description: |
6
6
  Do NOT use for direct source lookup, single-file edits, generic KMP testing without migration context, or standalone implementation work.
7
7
  version: "0.2"
8
8
  kind: swarm-skill
9
- disable-model-invocation: true
9
+ disable-model-invocation: false
10
10
  roles:
11
11
  - id: task-route-orchestrator
12
12
  kind: ai_agent