wile 0.3.0 → 0.3.1
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.js +1 -4
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -7727,10 +7727,7 @@ var runConfig = async () => {
|
|
|
7727
7727
|
await writeIfMissing(prdExamplePath, JSON.stringify(prdExample, null, 2) + `
|
|
7728
7728
|
`);
|
|
7729
7729
|
const hadAdditionalInstructions = existsSync(additionalInstructionsPath);
|
|
7730
|
-
await writeIfMissing(additionalInstructionsPath,
|
|
7731
|
-
|
|
7732
|
-
Add project-specific guidance for the agent here.
|
|
7733
|
-
`);
|
|
7730
|
+
await writeIfMissing(additionalInstructionsPath, "");
|
|
7734
7731
|
console.log(`
|
|
7735
7732
|
Wile config complete.`);
|
|
7736
7733
|
console.log("Add project env vars to .wile/secrets/.env.project when needed.");
|