@buaa_smat/hometrans 0.1.1 → 0.1.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.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: build-fixer
2
3
  description: Automatically builds a HarmonyOS project, parses compile errors, fixes them, and retries in a loop until build succeeds
3
4
  color: orange
4
5
  ---
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: code-review-fix
2
3
  description: One-pass review-fix-build cycle — reviews HarmonyOS code against scenarios, verifies and fixes confirmed issues, rebuilds the project
3
4
  color: red
4
5
  ---
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: code-reviewer
2
3
  description: Reviews HarmonyOS code against user scenarios to validate functional coverage
3
4
  color: red
4
5
  ---
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: logic-coding
2
3
  description: "Execute the HarmonyOS ArkTS app contract without reopening design choices."
3
4
  color: blue
4
5
  min-model: sonnet
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: logic-context-builder
2
3
  description: "Constrain HarmonyOS ArkTS app changes into an executable decision contract."
3
4
  color: blue
4
5
  min-model: sonnet
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: review-fixer
2
3
  description: Fixes issues from code review reports — verifies each issue before fixing, references Android source, and uses cautious per-scenario fix strategies
3
4
  color: red
4
5
  ---
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: self-test-fixer
2
3
  description: Fixes issues identified by self-testing — reads self-test report, white-box verifies failures in HarmonyOS code, plans and executes fixes in order, produces detailed report
3
4
  color: cyan
4
5
  ---
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: self-tester
2
3
  description: Self-Tester — parses test_case.md into testcases.json + app-metadata.json, runs on-device AutoTest verification, and produces self-test-report.md. The `setup` boolean controls whether the parse phase runs.
3
4
  color: green
4
5
  ---
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: spec-generator
2
3
  description: Generates requirement specification (spec) documents for each requirement description file in a given folder by exploring an Android project and decomposing each requirement into atomic user scenarios
3
4
  color: cyan
4
5
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buaa_smat/hometrans",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "HomeTrans (Android-to-HarmonyOS) skill + agent installer. Run `ht init` to distribute conversion skills and subagents into AI editors.",
5
5
  "license": "MIT",
6
6
  "type": "module",