legacy-squad 1.0.0-beta.1 → 1.0.0-beta.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/cli.mjs +4 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -1187,7 +1187,10 @@ program.command("install").description("Install Legacy Squad Framework inside th
|
|
|
1187
1187
|
console.log(" 1. Open Claude Code: claude");
|
|
1188
1188
|
console.log(" 2. Run: /legacy-squad-security");
|
|
1189
1189
|
console.log(" 3. Run: /legacy-squad-architecture");
|
|
1190
|
-
console.log(" 4. Run: /legacy-squad-
|
|
1190
|
+
console.log(" 4. Run: /legacy-squad-legacy-code");
|
|
1191
|
+
console.log(" 5. Run: /legacy-squad-business-rules");
|
|
1192
|
+
console.log(" 6. Run: /legacy-squad-modernization");
|
|
1193
|
+
console.log(" 7. Run: /legacy-squad-generate-prs");
|
|
1191
1194
|
console.log("\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n");
|
|
1192
1195
|
});
|
|
1193
1196
|
program.command("scan").description("Re-scan the project and update .legacy-squad/memory/").option("-p, --path <dir>", "Project root directory", ".").action(async (opts) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "legacy-squad",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "AI-Powered Legacy Modernization Platform — Install-first, IDE-native, evidence-driven framework that transforms legacy systems into modernization-ready assets.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|