Run a cosmic-ray mutation-testing audit of a PyTCP package (net_addr / net_proto / pytcp) to find untested behaviour, triage survivors into equivalent-vs-real-gap, and close the real gaps with kill-proven unit tests. Invoke when asked to "mutation test", "run…
Add a new runtime-tunable sysctl knob to PyTCP — the registered policy-tunable equivalent of a Linux net.* sysctl. Invoke when adding a new knob, migrating an existing module-level constant from static to runtime-tunable, or doing a per-package migration…
Author and maintain per-RFC adherence records under docs/rfc/<group>/rfc_XXXX__<name>/ — paragraph-by-paragraph audit of how PyTCP code complies with each normative statement, including a parallel test-coverage audit. Invoke when creating a new RFC adherence…