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 CHANGED
@@ -241965,7 +241965,7 @@ ${options.plan}
241965
241965
  "specification": "path/to/specification/file.md"
241966
241966
  }
241967
241967
  \`\`\`
241968
- 5. Present the saved specification for review (include the full text in your response).
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.123";
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.3.123",
4
+ "version": "0.3.124",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
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 saved specification for review (include the full text in your response).
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