pub fn instructions_hash(instructions: &ProjectInstructions) -> Option<u64>Expand description
A stable hash of the discovered instructions, or None when nothing was discovered.
Retained for callers that want a cheap “did the files change?” signal. It is not
what decides re-injection — see already_delivered, and ADR-0023’s Refresh rule
that instructions are “never double-injected on fork/resume”.