Problem
The conformance drift guard step uses paths relative to the repo root (spec/conformance/..., crates/cupel/conformance/...) without a working-directory key or comment clarifying this is GitHub Actions' default behavior. Readers unfamiliar with Actions defaults may find this ambiguous.
Solution
Add a brief comment or working-directory: . declaration to make intent explicit.
Created via Kata /kata-add-issue
Problem
The conformance drift guard step uses paths relative to the repo root (
spec/conformance/...,crates/cupel/conformance/...) without aworking-directorykey or comment clarifying this is GitHub Actions' default behavior. Readers unfamiliar with Actions defaults may find this ambiguous.Solution
Add a brief comment or
working-directory: .declaration to make intent explicit.Created via Kata
/kata-add-issue