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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main, enhs ]
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
12 changes: 12 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# YOLO Development

**Always consult `SPEC.md`, `README.md`, and `tests/` before making changes.**
The spec and tests must be kept in sync with the code.

## Testing

`bats tests/` — requires bats-core and the submodules in `tests/test_helper/`.

## Branching

`main` is the primary branch. `enhs` is used for enhancement batches.
Loading
Loading