wile 0.4.15 → 0.4.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.
@@ -100,6 +100,9 @@ After completing steps 1-8, check if ALL stories in `.wile/prd.json` have `passe
100
100
  6. **No interactive prompts** - Use `echo -e "\n\n\n" |` if a command might prompt
101
101
  7. **NEVER commit node_modules, dist, or build artifacts** - .gitignore should already be set up at the start of the run
102
102
  8. **Use acceptance criteria as verification steps** - Run commands to confirm outputs or write tests that fail if the feature is removed
103
+ 9. **Integration tests must validate real system behavior, not just the harness**
104
+ 10. **If you discover reusable, module-specific guidance, add it to the nearest AGENTS.md**
105
+ Note: Never update .wile/AGENTS.md.
103
106
 
104
107
  ## Common Patterns
105
108
 
package/dist/cli.js CHANGED
@@ -7745,6 +7745,7 @@ Use bullet points for additional instructions, e.g.
7745
7745
  "Guidelines:",
7746
7746
  "- Use outcome-focused acceptance criteria (observable results).",
7747
7747
  '- Criteria should be hard to satisfy with "empty" tests.',
7748
+ "- For integration tests, write acceptance criteria that validate real system behavior (not just the harness).",
7748
7749
  "- If verification is a command, state the expected result of that command.",
7749
7750
  "- Use one behavior per bullet.",
7750
7751
  "- Keep IDs stable and unique (e.g., US-123).",
@@ -7753,9 +7754,6 @@ Use bullet points for additional instructions, e.g.
7753
7754
  "- Mark `passes: false` for work not done yet.",
7754
7755
  "- Place the STOP HERE note only on the last story that requires human approval.",
7755
7756
  "- Prefer concrete files/commands only when they reflect the real outcome.",
7756
- "- Integration tests must validate real system behavior, not just the harness.",
7757
- "- If you discover reusable, module-specific guidance, add it to the nearest AGENTS.md.",
7758
- " Note: Never update .wile/AGENTS.md.",
7759
7757
  "",
7760
7758
  "Environment notes:",
7761
7759
  "- Playwright (Chromium) is available in the agent container for UI checks.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wile",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "Autonomous AI coding agent that ships features while you sleep",
5
5
  "type": "module",
6
6
  "bin": {