Architecture " This repository contains a small Python package implementing two helper features proposed for GenomeLoom: - Behavioral signature generator (compact, keyed HMAC over n-gram sketches) - PoeticCert composition checker + RepairHint emitter (lightweight admission helper) Tech Stack - Python 3.8+ - Packaging: setuptools/pyproject.toml - Testing: pytest Development - Run tests: ./test.sh - Build package: python3 -m build Contribution Rules - Keep changes small and focused. - Add tests for new behavior. ""