Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ maintainer's review time. The CI workflow at
`.github/workflows/ci.yml` enforces the same four gates;
matching them locally first is the contract.

**AI assistants: ALWAYS ask for explicit permission before
opening a pull request.** Even when the four gates above are
green and the work looks ready, do not run `gh pr create`
without the maintainer's go-ahead. PR creation is a public,
shared-state action (notifies reviewers, kicks CI, lands in the
PR list); the maintainer wants the final call on timing, title,
and body. Push the feature branch if needed, summarise the
gate results, and wait for a "yes" before opening the PR.

## Onboarding a new BareDOM component

Two-step recipe:
Expand Down
Loading
Loading