diff --git a/CLAUDE.md b/CLAUDE.md index 4d159d7e..9f95659d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. diff --git a/crates/sysknife-daemon/tests/action_reference_doc.rs b/crates/sysknife-daemon/tests/action_reference_doc.rs index c09a8fa2..8163963a 100644 --- a/crates/sysknife-daemon/tests/action_reference_doc.rs +++ b/crates/sysknife-daemon/tests/action_reference_doc.rs @@ -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