lalph 0.1.15 → 0.1.16

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
@@ -140428,8 +140428,8 @@ permission.
140428
140428
  ${sourceMeta.githubPrInstructions}
140429
140429
  The PR description should include a summary of the changes made.
140430
140430
  - None of the files in the \`.lalph\` directory should be committed.
140431
- - You have permission to create or update the PR as needed. No need to ask for
140432
- permission to push branches or create PRs.
140431
+ - You have permission to create or update the PR as needed. You have full
140432
+ permission to push branches, create PRs or create git commits.
140433
140433
  7. Update the prd.json file to reflect any changes in task states.
140434
140434
  - Add follow up tasks only if needed.
140435
140435
  - Append to the \`description\` field with any notes or important discoveries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.15",
4
+ "version": "0.1.16",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
package/src/PromptGen.ts CHANGED
@@ -69,8 +69,8 @@ permission.
69
69
  ${sourceMeta.githubPrInstructions}
70
70
  The PR description should include a summary of the changes made.
71
71
  - None of the files in the \`.lalph\` directory should be committed.
72
- - You have permission to create or update the PR as needed. No need to ask for
73
- permission to push branches or create PRs.
72
+ - You have permission to create or update the PR as needed. You have full
73
+ permission to push branches, create PRs or create git commits.
74
74
  7. Update the prd.json file to reflect any changes in task states.
75
75
  - Add follow up tasks only if needed.
76
76
  - Append to the \`description\` field with any notes or important discoveries.