LICENSE
MANIFEST.in
README.md
pyproject.toml
src/seif/__init__.py
src/seif/__main__.py
src/seif/constants.py
src/seif/analysis/__init__.py
src/seif/analysis/physical_constants.py
src/seif/analysis/quality_gate.py
src/seif/analysis/stance_detector.py
src/seif/analysis/transcompiler.py
src/seif/bridge/__init__.py
src/seif/bridge/telegram_bot.py
src/seif/cli/__init__.py
src/seif/cli/__main__.py
src/seif/cli/cli.py
src/seif/cli/identity.py
src/seif/cli/main.py
src/seif/cli/serve.py
src/seif/cli/serve_v2.py
src/seif/cli/wrapper.py
src/seif/context/__init__.py
src/seif/context/advisor.py
src/seif/context/code_compressor.py
src/seif/context/context_bridge.py
src/seif/context/context_importer.py
src/seif/context/context_manager.py
src/seif/context/context_qr.py
src/seif/context/file_extractor.py
src/seif/context/git_context.py
src/seif/context/git_hooks.py
src/seif/context/ingest.py
src/seif/context/nucleus.py
src/seif/context/ref.py
src/seif/context/seif_io.py
src/seif/context/workspace.py
src/seif/core/__init__.py
src/seif/core/fingerprint.py
src/seif/core/resonance_encoding.py
src/seif/core/resonance_gate.py
src/seif/core/resonance_signal.py
src/seif/core/signing.py
src/seif/core/timestamping.py
src/seif/core/transfer_function.py
src/seif/core/triple_gate.py
src/seif/data/RESONANCE.json
src/seif/data/__init__.py
src/seif/data/paths.py
src/seif/data/defaults/__init__.py
src/seif/security/__init__.py
src/seif/security/mode.py
src/seif/security/redblue.py
src/seif_cli.egg-info/PKG-INFO
src/seif_cli.egg-info/SOURCES.txt
src/seif_cli.egg-info/dependency_links.txt
src/seif_cli.egg-info/entry_points.txt
src/seif_cli.egg-info/requires.txt
src/seif_cli.egg-info/top_level.txt
tests/test_advisor.py
tests/test_canonical_inputs.py
tests/test_code_compressor.py
tests/test_collaborative_seif.py
tests/test_context_qr.py
tests/test_context_repo.py
tests/test_git_context.py
tests/test_git_hooks.py
tests/test_init.py
tests/test_quality_gate.py
tests/test_ref.py
tests/test_resonance_gate.py
tests/test_seif_io.py
tests/test_stance_detector.py
tests/test_transcompiler.py
tests/test_transfer_function.py
tests/test_triple_gate.py
tests/test_workspace.py