LICENSE
README.md
pyproject.toml
aether/__init__.py
aether/cli.py
aether/contradiction/__init__.py
aether/contradiction/mutex.py
aether/contradiction/tension.py
aether/epistemics/__init__.py
aether/epistemics/backprop.py
aether/governance/__init__.py
aether/governance/continuity_auditor.py
aether/governance/gap_auditor.py
aether/governance/layer.py
aether/governance/memory_corruption_guard.py
aether/governance/premature_resolution_guard.py
aether/governance/speech_leak_detector.py
aether/governance/template_detector.py
aether/mcp/__init__.py
aether/mcp/__main__.py
aether/mcp/server.py
aether/mcp/state.py
aether/memory/__init__.py
aether/memory/auto_ingest.py
aether/memory/graph.py
aether/memory/slots.py
aether_core.egg-info/PKG-INFO
aether_core.egg-info/SOURCES.txt
aether_core.egg-info/dependency_links.txt
aether_core.egg-info/entry_points.txt
aether_core.egg-info/requires.txt
aether_core.egg-info/top_level.txt
tests/test_backprop.py
tests/test_cli_v07.py
tests/test_governance.py
tests/test_graph.py
tests/test_mcp.py
tests/test_mcp_v05.py
tests/test_mcp_v06.py
tests/test_public_surface.py
tests/test_slots.py
tests/test_tension.py