.dockerignore
.env.example
.gitignore
ARCHITECTURE.md
CLAUDE.md
CLOUDFLARE-SETUP.md
COMMIT_MSG.txt
CONTRIBUTING.md
DAEMON_INTEGRATION.md
Dockerfile
IMPLEMENTATION_SUMMARY.md
LICENSE
MISSION.md
QUICKSTART.md
README.md
SKCHAT.md
SKILL.md
config.example.yml
package.json
pyproject.toml
skchat.md
skill.yaml
.github/workflows/ci.yml
.github/workflows/publish.yml
deploy/Dockerfile.daemon
deploy/Dockerfile.voice
deploy/Dockerfile.webui
deploy/README.md
deploy/SECRETS.md
deploy/skstack01-stack.yml
deploy/v2/coturn-stack.yml
deploy/v2/livekit-stack.yml
deploy/v2/media-plane.env.example
deploy/v2/skchat-prod.env.example
deploy/v2/skchat-stack.yml
docs/ARCHITECTURE.md
docs/mcp-reference.md
docs/superpowers/plans/2026-06-10-chat-attachments-spec2-cli-tui.md
docs/superpowers/plans/2026-06-10-chat-file-attachments.md
docs/superpowers/plans/2026-06-10-qr-generator-page.md
docs/superpowers/plans/2026-06-10-qr-scanner-page.md
docs/superpowers/plans/2026-06-11-skchat-webrtc-session-A.md
docs/superpowers/plans/2026-06-12-unified-voice-engine-phase1.md
docs/superpowers/plans/2026-06-12-unified-voice-engine-phase2.md
docs/superpowers/specs/2026-06-10-chat-file-attachments-design.md
docs/superpowers/specs/2026-06-11-nextcloud-talk-fit-decision.md
docs/superpowers/specs/2026-06-11-skchat-webrtc-session-A-design.md
docs/superpowers/specs/2026-06-11-skchat-webrtc-session-B-design.md
docs/superpowers/specs/2026-06-11-webrtc-architecture-overview.md
docs/superpowers/specs/2026-06-12-skchat-architecture-reassessment.md
docs/superpowers/specs/2026-06-12-unified-voice-engine-design.md
docs/superpowers/specs/2026-06-13-identity-roles-access.md
docs/superpowers/specs/2026-06-13-skcomms-channel-adapter.md
docs/superpowers/specs/2026-06-13-unified-agent-memory.md
flutter_prd_backup/PRD.md
launchd/com.skcapstone.skchat-daemon.plist
launchd/com.skcapstone.skchat-lumina-bridge.plist
launchd/com.skcapstone.skchat-opus-bridge.plist
openclaw-plugin/package.json
openclaw-plugin/src/index.ts
openclaw-plugin/src/openclaw.plugin.json
scripts/bootstrap.sh
scripts/bridge-supervisor.py
scripts/bridge-supervisor.sh
scripts/check-health.sh
scripts/generate-peers-from-agents.py
scripts/install-livekit.sh
scripts/jarvis-heartbeat.py
scripts/lumina-bridge.py
scripts/lumina-join-call.py
scripts/lumina-livekit-agent.py
scripts/mcp-config-inject.sh
scripts/mcp-test.sh
scripts/nvidia-agent.sh
scripts/opus-bridge.py
scripts/publish-did.sh
scripts/rate-image.py
scripts/seed-peers.py
scripts/setup-skteam-room.py
scripts/setup-tls.sh
scripts/smoke-test.sh
scripts/test-lumina-bridge.sh
scripts/verify-install.sh
scripts/voice-llm-proxy.py
scripts/voxcpm-streaming-patch.py
scripts/hooks/install.sh
scripts/hooks/pre-push
src/skchat/__init__.py
src/skchat/_daemon_entry.py
src/skchat/_version.py
src/skchat/advocacy.py
src/skchat/agent_comm.py
src/skchat/agent_profile.py
src/skchat/attachments.py
src/skchat/call_observability.py
src/skchat/call_orchestrator.py
src/skchat/call_routes.py
src/skchat/call_session.py
src/skchat/cli.py
src/skchat/connectivity.py
src/skchat/context.py
src/skchat/crypto.py
src/skchat/daemon.py
src/skchat/encrypted_store.py
src/skchat/ephemeral.py
src/skchat/facetime.py
src/skchat/files.py
src/skchat/group.py
src/skchat/history.py
src/skchat/identity_bridge.py
src/skchat/integration.py
src/skchat/livekit_routes.py
src/skchat/lumina_mcp.py
src/skchat/lumina_recorder.py
src/skchat/mcp_server.py
src/skchat/media.py
src/skchat/memory_bridge.py
src/skchat/models.py
src/skchat/notifications.py
src/skchat/outbox.py
src/skchat/p2p_calls.py
src/skchat/pairing_gate.py
src/skchat/peer_discovery.py
src/skchat/plugins.py
src/skchat/plugins_builtin.py
src/skchat/plugins_skseal.py
src/skchat/presence.py
src/skchat/rating.py
src/skchat/reactions.py
src/skchat/transport.py
src/skchat/tui.py
src/skchat/voice.py
src/skchat/voice_backends.py
src/skchat/voice_stream.py
src/skchat/voice_ws_lite.py
src/skchat/watchdog.py
src/skchat/webui.py
src/skchat/static/facetime.html
src/skchat/static/livekit.html
src/skchat/static/recordings.html
src/skchat/static/video-chat.html
src/skchat/static/voice-chat.html
src/skchat/static/voice-group.html
src/skchat/transports/__init__.py
src/skchat/transports/serve_ws.py
src/skchat/transports/websocket.py
src/skchat/voice_engine/__init__.py
src/skchat/voice_engine/audio_codec.py
src/skchat/voice_engine/builtin_tools.py
src/skchat/voice_engine/config.py
src/skchat/voice_engine/engine.py
src/skchat/voice_engine/llm.py
src/skchat/voice_engine/memory.py
src/skchat/voice_engine/persona.py
src/skchat/voice_engine/stt.py
src/skchat/voice_engine/tools.py
src/skchat/voice_engine/tts.py
src/skchat_sovereign.egg-info/PKG-INFO
src/skchat_sovereign.egg-info/SOURCES.txt
src/skchat_sovereign.egg-info/dependency_links.txt
src/skchat_sovereign.egg-info/entry_points.txt
src/skchat_sovereign.egg-info/requires.txt
src/skchat_sovereign.egg-info/top_level.txt
systemd/install.sh
systemd/skchat-bridges.target
systemd/skchat-daemon.service
systemd/skchat-lumina-bridge.service
systemd/skchat-opus-bridge.service
tests/__init__.py
tests/conftest.py
tests/test_3way_chat.py
tests/test_advocacy.py
tests/test_agent_comm.py
tests/test_agent_profile.py
tests/test_attachments.py
tests/test_call_integration.py
tests/test_call_observability.py
tests/test_call_orchestrator.py
tests/test_call_routes.py
tests/test_call_session.py
tests/test_cli.py
tests/test_connectivity.py
tests/test_context.py
tests/test_crypto.py
tests/test_daemon.py
tests/test_daemon_integration.py
tests/test_e2e_chat.py
tests/test_e2e_claude_lumina.py
tests/test_e2e_live.py
tests/test_e2e_lumina.py
tests/test_encrypted_store.py
tests/test_ephemeral.py
tests/test_files.py
tests/test_group.py
tests/test_history.py
tests/test_identity_bridge.py
tests/test_integration.py
tests/test_integration_backbone.py
tests/test_integration_roundtrip.py
tests/test_lumina_bridge_dryrun.py
tests/test_mcp_server.py
tests/test_media.py
tests/test_models.py
tests/test_notifications.py
tests/test_outbox.py
tests/test_p2p_calls.py
tests/test_pairing_gate.py
tests/test_pairing_gate_webui.py
tests/test_peer_discovery.py
tests/test_plugins.py
tests/test_plugins_skseal.py
tests/test_presence.py
tests/test_reactions.py
tests/test_transport.py
tests/test_tui.py
tests/test_voice.py
tests/test_voice_backends.py
tests/test_voice_pluggable.py
tests/test_watchdog.py
tests/test_webrtc_health.py
tests/test_webui_attachments.py
tests/test_webui_pair.py
tests/transports/__init__.py
tests/transports/test_websocket.py
tests/voice_engine/__init__.py
tests/voice_engine/test_audio_codec.py
tests/voice_engine/test_builtin_tools.py
tests/voice_engine/test_config.py
tests/voice_engine/test_engine.py
tests/voice_engine/test_engine_live.py
tests/voice_engine/test_exports.py
tests/voice_engine/test_llm.py
tests/voice_engine/test_llm_tools.py
tests/voice_engine/test_memory.py
tests/voice_engine/test_persona.py
tests/voice_engine/test_smoke.py
tests/voice_engine/test_stt.py
tests/voice_engine/test_tools.py
tests/voice_engine/test_tts.py