.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
pyproject.toml
run.bat
run.sh
test.bat
test.sh
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish.yml
docs/client_integration.md
docs/daemon_guide.md
docs/index.md
docs/protocol_spec.md
src/shellwire/__init__.py
src/shellwire/__main__.py
src/shellwire/_version.py
src/shellwire/auth.py
src/shellwire/cli.py
src/shellwire/client_manager.py
src/shellwire/config.py
src/shellwire/env_tracking.py
src/shellwire/executor.py
src/shellwire/file_ops.py
src/shellwire/memory_monitor.py
src/shellwire/output.py
src/shellwire/protocol.py
src/shellwire/pty_bridge.py
src/shellwire/server.py
src/shellwire/session.py
src/shellwire/shell_rewrite.py
src/shellwire/shutdown_forensics.py
src/shellwire.egg-info/PKG-INFO
src/shellwire.egg-info/SOURCES.txt
src/shellwire.egg-info/dependency_links.txt
src/shellwire.egg-info/entry_points.txt
src/shellwire.egg-info/requires.txt
src/shellwire.egg-info/top_level.txt
tests/test_auth.py
tests/test_client_manager.py
tests/test_env_tracking.py
tests/test_executor.py
tests/test_output.py
tests/test_server.py
tests/test_session.py
tests/test_shell_rewrite.py
website/.gitignore
website/astro.config.mjs
website/index.html
website/metadata.json
website/package-lock.json
website/package.json
website/tsconfig.json
website/public/seo-image.png
website/src/env.d.ts
website/src/index.css
website/src/vesper-light-theme.LICENSE.txt
website/src/vesper-light-theme.json
website/src/vesper-theme.LICENSE.txt
website/src/vesper-theme.json
website/src/components/CodeSnippet.astro
website/src/components/CodeTabs.astro
website/src/components/CopyButton.astro
website/src/components/Footer.astro
website/src/components/InlineCode.astro
website/src/components/Mermaid.astro
website/src/components/ThemeToggle.astro
website/src/layouts/DocLayout.astro
website/src/layouts/HomeLayout.astro
website/src/layouts/Layout.astro
website/src/pages/index.mdx
website/src/pages/documentation/_codeSnippets.js
website/src/pages/documentation/client-integration.mdx
website/src/pages/documentation/daemon-guide.mdx
website/src/pages/documentation/overview.mdx
website/src/pages/documentation/protocol-spec.mdx