buildwright 0.0.7 → 0.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildwright",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Agent-first autonomous development workflow. Ship code you don't read.",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -96,7 +96,7 @@ If ANY required step fails: fix and retry (max 2 attempts). If same error repeat
96
96
  - Multi-agent safety: NEVER use git stash (other agents may be working)
97
97
  - Only `.buildwright/` is committed — never commit `.claude/` or `.opencode/` content files
98
98
  - After editing any file in `.buildwright/`, run `make sync` before committing
99
- - Before committing, update README.md, docs/, or CHANGELOG.md if the change affects user-facing behavior
99
+ - Before committing, update README.md, SKILL.md, docs/, or CHANGELOG.md if the change affects user-facing behavior
100
100
 
101
101
  ## Cross-Domain Features (Claw Architecture)
102
102
  When a feature touches multiple domains (e.g., DB + API + UI):