From e439898d6235bea1bfb87f9169094adb746350ee Mon Sep 17 00:00:00 2001 From: main Date: Tue, 31 Mar 2026 14:00:51 -0400 Subject: Add fahrenheit-451 skill --- .../references/contradiction-register-template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fahrenheit-451/references/contradiction-register-template.md (limited to 'fahrenheit-451/references/contradiction-register-template.md') diff --git a/fahrenheit-451/references/contradiction-register-template.md b/fahrenheit-451/references/contradiction-register-template.md new file mode 100644 index 0000000..ef779d4 --- /dev/null +++ b/fahrenheit-451/references/contradiction-register-template.md @@ -0,0 +1,15 @@ +# Contradiction Register Template + +Use this for genuine doc-vs-code contradictions where supersession is unclear. + +```text +| doc_path | code_anchor | contradiction | possible_precedence | why_unclear | action_needed | +|----------|-------------|---------------|---------------------|-------------|---------------| +| docs/protocol.md | crates/protocol/src/lib.rs | doc says field is required; code treats it as optional | doc_or_code_unclear | public contract vs implementation drift | human decision | +``` + +Rules: + +- record only real contradictions, not vague doubts +- if precedence is obvious, update the loser instead of logging it here +- unresolved entries must be surfaced in the final response -- cgit v1.2.3