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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -4
  2. 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, `# Additional Instructions
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.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wile",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Autonomous AI coding agent that ships features while you sleep",
5
5
  "type": "module",
6
6
  "bin": {