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
Empty file modified .githooks/pre-commit
100644 → 100755
Empty file.
Empty file modified .githooks/pre-push
100644 → 100755
Empty file.
9 changes: 6 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,12 @@ cargo run -- get REQ-CORE-001

When told **"checkpoint"** or **"commit and push"**:
1. `git status` to check changes
2. `git add` relevant files
3. Commit with descriptive message + `Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>`
4. Push to `origin/main`
2. Create or switch to a short-lived branch — **never commit directly to `main`**
3. `git add` relevant files
4. Commit with descriptive message + `Co-Authored-By: ...`
5. Push the branch and open a PR (`gh pr create`); merge after CI passes

> Releases are the exception — the "Releasing" flow below pushes the version bump to `main` directly.

## Lattice Integration (Mandatory)

Expand Down
Loading