Skip to content

Commit 6bdd287

Browse files
committed
feat: AGENT Anweisung ergänzt
1 parent bc3cbbf commit 6bdd287

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ This file provides guidance to agents when working with code in this repository.
77
- **TFA Protocol Gotcha:** `mcBit2TFA` implements duplicate message detection by chunking the *entire* received bitstream, not just the expected message length.
88
- **Grothe Constraint:** `mcBit2Grothe` enforces an *exact* 32-bit length, overriding general length checks.
99
- **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:
14+
`python3 main.py --timeout 1`

0 commit comments

Comments
 (0)