lalph 0.3.131 → 0.3.132

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
@@ -248807,9 +248807,11 @@ ${options.plan}
248807
248807
  accordingly.
248808
248808
  - When interviewing the user, ask one question at a time about anything that
248809
248809
  needs clarification.
248810
+ - At the end of the interview, there should be no open questions left.
248810
248811
  2. Add a detailed implementation plan to the specification, breaking down the work into
248811
248812
  smaller, manageable tasks.
248812
- 3. Start two subagents to review the plan:
248813
+ 3. If there are any open questions, restart the interview process from step 1.
248814
+ 4. Start two subagents to review the plan:
248813
248815
  - The first subagent will recieve the following prompt:
248814
248816
  \`\`\`
248815
248817
  Your job is to thoroughly review the specification created for the request,
@@ -248837,13 +248839,13 @@ ${options.plan}
248837
248839
  {insert original prompt here}
248838
248840
  \`\`\`
248839
248841
 
248840
- 4. Write the specification details to a \`.lalph/plan.json\` file using the following format:
248842
+ 5. Write the specification details to a \`.lalph/plan.json\` file using the following format:
248841
248843
  \`\`\`json
248842
248844
  {
248843
248845
  "specification": "path/to/specification/file.md"
248844
248846
  }
248845
248847
  \`\`\`
248846
- 5. Present the full path to the specification file for review.
248848
+ 6. Present the full absolute path to the specification file for review.
248847
248849
 
248848
248850
  **Important:** You are only creating or updating a plan, not implementing any tasks yet.
248849
248851
 
@@ -250617,7 +250619,7 @@ const commandEdit = make$60("edit").pipe(withDescription("Open the selected proj
250617
250619
  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));
250618
250620
  //#endregion
250619
250621
  //#region package.json
250620
- var version = "0.3.131";
250622
+ var version = "0.3.132";
250621
250623
  //#endregion
250622
250624
  //#region src/Tracing.ts
250623
250625
  const TracingLayer = unwrap$3(gen(function* () {