18 lines
343 B
Text
18 lines
343 B
Text
|
|
# CI loop configuration
|
||
|
|
|
||
|
|
# Claude binary path
|
||
|
|
claude claude
|
||
|
|
|
||
|
|
# Max lines of guard output to keep
|
||
|
|
max-tail 200
|
||
|
|
|
||
|
|
# Scope rules (diff boundary enforcement)
|
||
|
|
# Most-specific (longest) prefix wins.
|
||
|
|
allow .
|
||
|
|
allow src/
|
||
|
|
allow loop/guards/
|
||
|
|
add-only tests/
|
||
|
|
|
||
|
|
# Guards (run in order, fail-fast)
|
||
|
|
guard cargo check -p yoke
|