.gitignore
AGENT.md
MANIFEST.in
README.md
pw-dev
pyproject.toml
.github/workflows/publish.yml
docs/install.md
docs/usage.md
docs/commands/bind.md
docs/commands/chat.md
docs/commands/config.md
docs/commands/echo.md
docs/commands/msg.md
docs/commands/shell.md
docs/commands/sync.md
docs/commands/test.md
pw-backlog/2. Bind@Hoster.yaml
pw-backlog/3-Error.yaml
pw-tests/1-Echo@Domain.yaml
pw-tests/2-PublicKey.yaml
python/pollyweb_cli/__init__.py
python/pollyweb_cli/cli.py
python/pollyweb_cli/errors.py
python/pollyweb_cli/parser.py
python/pollyweb_cli.egg-info/PKG-INFO
python/pollyweb_cli.egg-info/SOURCES.txt
python/pollyweb_cli.egg-info/dependency_links.txt
python/pollyweb_cli.egg-info/entry_points.txt
python/pollyweb_cli.egg-info/requires.txt
python/pollyweb_cli.egg-info/top_level.txt
python/pollyweb_cli/features/__init__.py
python/pollyweb_cli/features/bind.py
python/pollyweb_cli/features/chat.py
python/pollyweb_cli/features/config.py
python/pollyweb_cli/features/echo.py
python/pollyweb_cli/features/echo_models.py
python/pollyweb_cli/features/echo_presentation.py
python/pollyweb_cli/features/echo_rendering.py
python/pollyweb_cli/features/echo_response.py
python/pollyweb_cli/features/echo_runtime.py
python/pollyweb_cli/features/echo_sections.py
python/pollyweb_cli/features/echo_textual.py
python/pollyweb_cli/features/msg.py
python/pollyweb_cli/features/shell.py
python/pollyweb_cli/features/sync.py
python/pollyweb_cli/features/test.py
python/pollyweb_cli/tools/__init__.py
python/pollyweb_cli/tools/debug.py
python/pollyweb_cli/tools/transport.py
tasks/lessons.md
tasks/todo.md
tests/README.md
tests/__init__.py
tests/cli_test_helpers.py
tests/conftest.py
tests/test_bind.py
tests/test_chat.py
tests/test_cli_core.py
tests/test_config.py
tests/test_debug_tools.py
tests/test_echo.py
tests/test_msg_command.py
tests/test_onboard.py
tests/test_shell.py
tests/test_sync.py
tests/test_test_command.py