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 +1 -1
- package/templates/CLAUDE.md +1 -1
package/package.json
CHANGED
package/templates/CLAUDE.md
CHANGED
|
@@ -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):
|