LICENSE
MANIFEST.in
README.md
pyproject.toml
c4nary/__init__.py
c4nary/__main__.py
c4nary/cli.py
c4nary/integrity.py
c4nary/mcp_server.py
c4nary/parser.py
c4nary/remote.py
c4nary/report.py
c4nary/template_ast.py
c4nary.egg-info/PKG-INFO
c4nary.egg-info/SOURCES.txt
c4nary.egg-info/dependency_links.txt
c4nary.egg-info/entry_points.txt
c4nary.egg-info/requires.txt
c4nary.egg-info/top_level.txt
c4nary/known_templates/chatml.jinja
c4nary/known_templates/llama-3.jinja
c4nary/known_templates/mistral.jinja
c4nary/known_templates/qwen.jinja
c4nary/rules/__init__.py
c4nary/rules/metadata.py
c4nary/rules/registry.py
c4nary/rules/structure.py
c4nary/rules/template.py
c4nary/rules/tokenizer.py
docs/FINDINGS.md
docs/PROOF.md
docs/THREAT-MODEL.md
docs/VALIDATION.md
tests/test_behavioral.py
tests/test_cli.py
tests/test_consistency.py
tests/test_determinism.py
tests/test_integrity.py
tests/test_metadata.py
tests/test_parser.py
tests/test_remote.py
tests/test_rules_registry.py
tests/test_template.py