Skip to content
Open
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: 7 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ pre-existing failures. If a test asserts the wrong value, fix the test
assertion to match the code (or fix the code if the test is right); do
not skip or ignore the test.

**If you cannot run the full workspace suite** because your platform lacks the GUI
library dependencies, follow the `CONTRIBUTING.md` fallback instead: run what
you can, leave the evidence files untouched, and name the missing tool or library
in your PR body. A maintainer will run the full suite before merge.
Do not guess evidence or edit metadata by hand to work around this.


## Repository Workflow

- Use isolated git worktrees for feature work.
Expand Down
2 changes: 1 addition & 1 deletion crates/sysknife-daemon/tests/action_reference_doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fn build_reference() -> String {
}

out.push_str(&format!(
"---\n\n_{total} actions have an `ActionSpec` and are tabled above. The \
"---\n\n_{total + 1} actions have an `ActionSpec` and are tabled above. The \
full catalogue (`KNOWN_ACTION_NAMES`) also includes `ListJobHistory`, \
which the dispatcher handles before the executor, for **{}** total._\n",
total + 1
Expand Down
Loading