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
7 changes: 4 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ vertical video out via headless Chrome + ffmpeg + ElevenLabs).

## Commands

- Nix is the preferred dependency path: `nix develop` (dev shell) /
`nix build .#videoeditor` (the install artifact CI gates on). Keep
`flake.lock` committed; `nix flake update` only as a deliberate PR.
- Nix is the preferred dependency path: `nix develop` (dev shell; puts a
source-fresh `videoeditor` on PATH) / `nix build .#videoeditor` (the
install artifact CI gates on). Details: docs/nix.md. Keep `flake.lock`
committed; `nix flake update` only as a deliberate PR.

- `just check` — clippy -D warnings + fmt --check (CI runs the same recipe).
- `just test` / `cargo test --workspace` — parser + fit-check tests live in
Expand Down
Loading
Loading