@dadado/agent-kit-cli 4.2.4 → 4.3.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/dist/index.js +6 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -897,6 +897,10 @@ var L0_ARTIFACTS = [
|
|
|
897
897
|
source: ".cursor/commands/start-project.md",
|
|
898
898
|
target: ".cursor/commands/start-project.md"
|
|
899
899
|
},
|
|
900
|
+
{
|
|
901
|
+
source: ".cursor/commands/onboard.md",
|
|
902
|
+
target: ".cursor/commands/onboard.md"
|
|
903
|
+
},
|
|
900
904
|
{
|
|
901
905
|
source: ".cursor/commands/continue-plan.md",
|
|
902
906
|
target: ".cursor/commands/continue-plan.md"
|
|
@@ -2395,7 +2399,7 @@ var initCommand = defineCommand5({
|
|
|
2395
2399
|
}
|
|
2396
2400
|
console.log("\nNext:");
|
|
2397
2401
|
console.log(` Open this folder in Cursor: ${scan.rootDir}`);
|
|
2398
|
-
console.log(" Run /start-project
|
|
2402
|
+
console.log(" Run /onboard in chat; then /start-project when you have a goal");
|
|
2399
2403
|
console.log(" Optional: agent-kit status");
|
|
2400
2404
|
outro("Setup completed.");
|
|
2401
2405
|
}
|
|
@@ -2450,7 +2454,7 @@ function parsePackList(raw) {
|
|
|
2450
2454
|
function printInstallNextSteps(projectRoot) {
|
|
2451
2455
|
console.log("\nNext:");
|
|
2452
2456
|
console.log(` Open this folder in Cursor: ${projectRoot}`);
|
|
2453
|
-
console.log(" Run /start-project
|
|
2457
|
+
console.log(" Run /onboard in chat; then /start-project when you have a goal");
|
|
2454
2458
|
console.log(" Optional: agent-kit status");
|
|
2455
2459
|
}
|
|
2456
2460
|
var installCommand = defineCommand6({
|