.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/README.md
deploy/skstack01-stack.yml
docs/ARCHITECTURE.md
docs/mcp-reference.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/erotic-router.py
scripts/generate-peers-from-agents.py
scripts/install-livekit.sh
scripts/jarvis-heartbeat.py
scripts/lumina-bridge.py
scripts/lumina-call.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/run-worship-session.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/cli.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/livekit_routes.py
src/skchat/lumina_mcp.py
src/skchat/lumina_recorder.py
src/skchat/mcp_server.py
src/skchat/memory_bridge.py
src/skchat/models.py
src/skchat/notifications.py
src/skchat/outbox.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_stream.py
src/skchat/voice_ws_lite.py
src/skchat/watchdog.py
src/skchat/webui.py
src/skchat/worship.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_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-lumina-call.service
systemd/skchat-lumina-call.service.d-musetalk.conf
systemd/skchat-opus-bridge.service
systemd/skchat-lumina-call.service.d/musetalk.conf
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_cli.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_roundtrip.py
tests/test_mcp_server.py
tests/test_models.py
tests/test_notifications.py
tests/test_outbox.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_watchdog.py