LICENSE
MANIFEST.in
README.md
pyproject.toml
src/seif/__init__.py
src/seif/__main__.py
src/seif/audio_provenance.py
src/seif/constants.py
src/seif/init_lite.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/native_client.py
src/seif/bridge/telegram_bot.py
src/seif/cli/__init__.py
src/seif/cli/__main__.py
src/seif/cli/chat.py
src/seif/cli/circuit_setup.py
src/seif/cli/cli.py
src/seif/cli/confirm_action.py
src/seif/cli/identity.py
src/seif/cli/main.py
src/seif/cli/plugin_detect.py
src/seif/cli/plugin_sync.py
src/seif/cli/resonance_display.py
src/seif/cli/serve.py
src/seif/cli/serve_engine.py
src/seif/cli/serve_v2.py
src/seif/cli/setup.py
src/seif/cli/wrapper.py
src/seif/cli/wrapper_shims.py
src/seif/context/__init__.py
src/seif/context/absorb_knowledge.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/cycle.py
src/seif/context/file_extractor.py
src/seif/context/git_context.py
src/seif/context/git_hooks.py
src/seif/context/host_init.py
src/seif/context/ingest.py
src/seif/context/install_state.py
src/seif/context/model_probe.py
src/seif/context/nucleus.py
src/seif/context/ref.py
src/seif/context/registry.py
src/seif/context/seed_constraint.py
src/seif/context/seif_io.py
src/seif/context/sessions.py
src/seif/context/workspace.py
src/seif/core/__init__.py
src/seif/core/fingerprint.py
src/seif/core/integrity.py
src/seif/core/n2_bundle.py
src/seif/core/resonance_encoding.py
src/seif/core/resonance_gate.py
src/seif/core/resonance_signal.py
src/seif/core/sign_resonance.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/canonical-node-layout.json
src/seif/data/paths.py
src/seif/data/defaults/__init__.py
src/seif/data/defaults/circuit-recovery-v1.seif
src/seif/data/defaults/definitions-v1.seif
src/seif/data/defaults/ise-dissonance-v1.seif
src/seif/data/defaults/multi-agent-sync-v1.seif
src/seif/data/defaults/onboarding.seif
src/seif/data/defaults/partial-attention-axiom-v1.seif
src/seif/data/defaults/seif-cycle-v1.seif
src/seif/data/defaults/seif-os-architecture-v1.seif
src/seif/data/defaults/triad-convergence-v1.seif
src/seif/data/init_lite/AGENTS.md
src/seif/data/init_lite/BOOT.md
src/seif/data/init_lite/README.md
src/seif/data/init_lite/__init__.py
src/seif/data/init_lite/decisions_pending.md
src/seif/data/init_lite/refs.md
src/seif/data/init_lite/session_log.md
src/seif/generators/__init__.py
src/seif/generators/watermark.py
src/seif/governance/__init__.py
src/seif/governance/transfer.py
src/seif/log/__init__.py
src/seif/log/canonical.py
src/seif/log/client.py
src/seif/log/identity.py
src/seif/mcp/__init__.py
src/seif/mcp/server.py
src/seif/mcp/watermark_server.py
src/seif/observability/__init__.py
src/seif/observability/bus_metrics.py
src/seif/plugins/__init__.py
src/seif/plugins/adapters/claude-code/hooks/hooks.json
src/seif/plugins/adapters/claude-code/scripts/circuit-check.sh
src/seif/plugins/adapters/claude-code/scripts/classification-gate.sh
src/seif/plugins/adapters/claude-code/scripts/quality-gate.sh
src/seif/plugins/adapters/claude-code/scripts/session-end.sh
src/seif/plugins/adapters/claude-code/scripts/session-start.sh
src/seif/plugins/adapters/claude-code/skills/gate/SKILL.md
src/seif/plugins/adapters/claude-code/skills/status/SKILL.md
src/seif/plugins/adapters/claude-code/skills/sync/SKILL.md
src/seif/plugins/adapters/copilot/render/render.py
src/seif/plugins/adapters/cursor/render/render.py
src/seif/plugins/adapters/gemini/render/render.py
src/seif/plugins/adapters/generic/render/render.py
src/seif/plugins/core/circuit_monitor.py
src/seif/plugins/core/cycle_coherence.py
src/seif/plugins/core/cycle_heal.py
src/seif/plugins/core/cycle_lifecycle.py
src/seif/plugins/core/cycle_reseal.py
src/seif/plugins/core/kernel_seed.py
src/seif/plugins/core/orchestra_probe.py
src/seif/plugins/core/preflight_diff.py
src/seif/plugins/core/session_lifecycle.py
src/seif/plugins/core/session_registry.py
src/seif/schemas/__init__.py
src/seif/schemas/n2_bundle.py
src/seif/schemas/pending.py
src/seif/scripts/host/README.md
src/seif/scripts/host/host-install-config.sample.seif
src/seif/scripts/host/rsync-soak-inspect.sh
src/seif/scripts/host/seif-update.sh
src/seif/security/__init__.py
src/seif/security/mode.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_a23_bus_metrics.py
tests/test_absorb_knowledge.py
tests/test_adapters.py
tests/test_advisor.py
tests/test_agents_set_tier1.py
tests/test_audio_mystic_strip.py
tests/test_audio_provenance.py
tests/test_audio_watermark_mvp.py
tests/test_audit_host.py
tests/test_audit_phase.py
tests/test_awareness_integration.py
tests/test_canonical_inputs.py
tests/test_check_pointer_sync.py
tests/test_check_seed_constraint.py
tests/test_cli_argparse_conflicts.py
tests/test_code_compressor.py
tests/test_collaborative_seif.py
tests/test_confirm_action.py
tests/test_context_qr.py
tests/test_context_repo.py
tests/test_cycle_absorb_in_package.py
tests/test_cycle_coherence.py
tests/test_cycle_heal.py
tests/test_cycle_lifecycle.py
tests/test_cycle_phase_aliases.py
tests/test_cycle_reseal.py
tests/test_daemon_activity_surface.py
tests/test_demo_chain_smoke.py
tests/test_drain_inbox_corrupted.py
tests/test_engine_cli_surface.py
tests/test_gap_46_ingest_send_import.py
tests/test_gap_47_pem_classification.py
tests/test_gap_58_session_list_v2.py
tests/test_git_context.py
tests/test_git_hooks.py
tests/test_host_init.py
tests/test_init.py
tests/test_init_auto_bind.py
tests/test_init_lite.py
tests/test_install_content_equality.py
tests/test_install_state.py
tests/test_integrity_orchestrator.py
tests/test_load_module_cache.py
tests/test_log_canonical.py
tests/test_log_client.py
tests/test_log_identity.py
tests/test_mcp_server.py
tests/test_mcp_watermark.py
tests/test_migrate_host_config.py
tests/test_model_probe.py
tests/test_n2_bundle.py
tests/test_next_session_count.py
tests/test_ots_coverage.py
tests/test_paths_seif_home.py
tests/test_pending_cleanup_on_seal.py
tests/test_pending_modules.py
tests/test_pending_modules_surface.py
tests/test_preflight_diff.py
tests/test_quality_gate.py
tests/test_rebuild_registry.py
tests/test_ref.py
tests/test_registry.py
tests/test_repo_state_diff.py
tests/test_resonance_display_default_clean.py
tests/test_resonance_gate.py
tests/test_resonance_v2_bump.py
tests/test_rsync_soak_inspect.py
tests/test_schemas_pending.py
tests/test_seed_auto_surfacing.py
tests/test_seif_io.py
tests/test_seif_update_interpreter_probe.py
tests/test_seif_update_kernel_verify.py
tests/test_seif_update_pipx_git_rollback.py
tests/test_seif_update_rsync_rollback.py
tests/test_seif_update_schema_v2.py
tests/test_seif_update_smoke_rollback.py
tests/test_seif_update_template_refresh.py
tests/test_serve_engine.py
tests/test_session_counter_advance.py
tests/test_session_id_normalization.py
tests/test_session_registry.py
tests/test_session_start_hook_uuid.py
tests/test_sessions_active_cli.py
tests/test_setup_core_install.py
tests/test_setup_memory_symlink.py
tests/test_sign_resonance.py
tests/test_signing.py
tests/test_smoke_10_sessions_no_unknown.py
tests/test_stance_detector.py
tests/test_transcompiler.py
tests/test_transfer.py
tests/test_transfer_function.py
tests/test_triple_gate.py
tests/test_vigilant_cli.py
tests/test_workspace.py
tests/test_workspace_architecture_v1.py
tests/test_workspace_disambiguation.py
tests/test_wrapper_shims.py