You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,8 @@ This file provides guidance to agents when working with code in this repository.
7
7
-**TFA Protocol Gotcha:**`mcBit2TFA` implements duplicate message detection by chunking the *entire* received bitstream, not just the expected message length.
8
8
-**Grothe Constraint:**`mcBit2Grothe` enforces an *exact* 32-bit length, overriding general length checks.
9
9
-**Test Mocking:** MC Parser tests mock `mock_protocols.demodulate` to simulate the output of the protocol layer, not `demodulate_mc` directly.
10
-
-**Bit Conversion:**`_convert_mc_hex_to_bits` handles `polarity_invert` and firmware version toggling for polarity.
10
+
-**Bit Conversion:**`_convert_mc_hex_to_bits` handles `polarity_invert` and firmware version toggling for polarity.
11
+
12
+
## Verification Execution
13
+
- Das Hauptprogramm für Verifizierungen sollte wie folgt gestartet werden:
0 commit comments