lalph 0.3.123 → 0.3.124
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 +2 -2
- package/package.json +1 -1
- package/src/PromptGen.ts +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -241965,7 +241965,7 @@ ${options.plan}
|
|
|
241965
241965
|
"specification": "path/to/specification/file.md"
|
|
241966
241966
|
}
|
|
241967
241967
|
\`\`\`
|
|
241968
|
-
5. Present the
|
|
241968
|
+
5. Present the full path to the specification file for review.
|
|
241969
241969
|
|
|
241970
241970
|
**Important:** You are only creating or updating a plan, not implementing any tasks yet.
|
|
241971
241971
|
|
|
@@ -243736,7 +243736,7 @@ const commandEdit = make$60("edit").pipe(withDescription("Open the selected proj
|
|
|
243736
243736
|
const commandSource = make$60("source").pipe(withDescription("Select the issue source to use (e.g. GitHub Issues or Linear). This applies to all projects."), withHandler(() => selectIssueSource), provide(Settings.layer));
|
|
243737
243737
|
//#endregion
|
|
243738
243738
|
//#region package.json
|
|
243739
|
-
var version = "0.3.
|
|
243739
|
+
var version = "0.3.124";
|
|
243740
243740
|
//#endregion
|
|
243741
243741
|
//#region src/Tracing.ts
|
|
243742
243742
|
const TracingLayer = unwrap$3(gen(function* () {
|
package/package.json
CHANGED
package/src/PromptGen.ts
CHANGED
|
@@ -420,7 +420,7 @@ ${options.plan}
|
|
|
420
420
|
"specification": "path/to/specification/file.md"
|
|
421
421
|
}
|
|
422
422
|
\`\`\`
|
|
423
|
-
5. Present the
|
|
423
|
+
5. Present the full path to the specification file for review.
|
|
424
424
|
|
|
425
425
|
**Important:** You are only creating or updating a plan, not implementing any tasks yet.
|
|
426
426
|
|