Commit fbf303f
fix(hygiene): drop machine-path literals from the srcRelStem doc comment
ROOT-HYGIENE flagged the doc comment added in e58689b: it illustrated the
checkout-location bug with a literal CI runner path, and the gate rejects an
absolute machine path anywhere in a tracked file.
[machine-path] scripts/enumerate-signatures.ts: absolute machine path at line 868
Rewrites the two worked examples as `<workspace>/…` and `<home>/src/…`
placeholders. The contrast the comment is making — a parent directory named `src`
capturing before the repo's own `src/` — is exactly as clear without naming a real
machine, and ROOT-HYGIENE is clean rather than allowlisted.
Comment-only: the enumerator's output is byte-identical (sha256 e28eadf6…), so
port_signatures.json is untouched and SIGNATURES-FRESH stays green.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TSHZoWoxoPVK6FuNaNKWFh1 parent e58689b commit fbf303f
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
872 | 876 | | |
873 | 877 | | |
874 | | - | |
| 878 | + | |
875 | 879 | | |
876 | 880 | | |
877 | 881 | | |
| |||
0 commit comments