perstack 0.0.128 → 0.0.129
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/bin/cli.js +5 -2
- package/dist/bin/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/bin/cli.js
CHANGED
|
@@ -21092,7 +21092,7 @@ async function expertVersionsHandler(scopeName, options) {
|
|
|
21092
21092
|
}
|
|
21093
21093
|
//#endregion
|
|
21094
21094
|
//#region ../../packages/runtime/package.json
|
|
21095
|
-
var version$1 = "0.0.
|
|
21095
|
+
var version$1 = "0.0.140";
|
|
21096
21096
|
//#endregion
|
|
21097
21097
|
//#region ../../packages/runtime/src/helpers/usage.ts
|
|
21098
21098
|
function createEmptyUsage() {
|
|
@@ -92490,6 +92490,9 @@ function getDelegateMetaInstruction() {
|
|
|
92490
92490
|
return import_dist.dedent`
|
|
92491
92491
|
Before starting work, investigate the workspace and understand the current state. Then use the todo tool to create a plan of action. Work through the todos step by step, marking each completed as you go.
|
|
92492
92492
|
|
|
92493
|
+
NEVER create files unless they're absolutely necessary for achieving your goal. ALWAYS prefer editing an existing file to creating a new one.
|
|
92494
|
+
NEVER proactively create documentation files. Only create documentation files if explicitly requested.
|
|
92495
|
+
|
|
92493
92496
|
When the task is complete, call attemptCompletion with a result parameter containing your final response.
|
|
92494
92497
|
When you cannot help, call attemptCompletion without a result.
|
|
92495
92498
|
|
|
@@ -124509,7 +124512,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
|
|
|
124509
124512
|
//#endregion
|
|
124510
124513
|
//#region package.json
|
|
124511
124514
|
var name = "perstack";
|
|
124512
|
-
var version = "0.0.
|
|
124515
|
+
var version = "0.0.129";
|
|
124513
124516
|
var description = "PerStack CLI";
|
|
124514
124517
|
//#endregion
|
|
124515
124518
|
//#region bin/cli.ts
|