README.md
pyproject.toml
src/strawpot/__init__.py
src/strawpot/__main__.py
src/strawpot/_process.py
src/strawpot/activity.py
src/strawpot/ask_user_bridge.py
src/strawpot/cancel.py
src/strawpot/cli.py
src/strawpot/config.py
src/strawpot/context.py
src/strawpot/delegation.py
src/strawpot/doctor.py
src/strawpot/progress.py
src/strawpot/session.py
src/strawpot/trace.py
src/strawpot.egg-info/PKG-INFO
src/strawpot.egg-info/SOURCES.txt
src/strawpot.egg-info/dependency_links.txt
src/strawpot.egg-info/entry_points.txt
src/strawpot.egg-info/requires.txt
src/strawpot.egg-info/top_level.txt
src/strawpot/agents/__init__.py
src/strawpot/agents/interactive.py
src/strawpot/agents/protocol.py
src/strawpot/agents/registry.py
src/strawpot/agents/wrapper.py
src/strawpot/isolation/__init__.py
src/strawpot/isolation/protocol.py
src/strawpot/mcp/__init__.py
src/strawpot/mcp/server.py
src/strawpot/mcp/setup.py
src/strawpot/mcp/status.py
src/strawpot/memory/__init__.py
src/strawpot/memory/breadcrumbs.py
src/strawpot/memory/registry.py
src/strawpot/memory/standalone.py
src/strawpot/scheduler/__init__.py
src/strawpot/scheduler/store.py
src/strawpot/scheduler/templates/__init__.py
src/strawpot/scheduler/templates/issue-triage.yaml
src/strawpot/scheduler/templates/pr-review.yaml
src/strawpot/scheduler/templates/test-coverage.yaml
tests/conftest.py
tests/test_activity.py
tests/test_agents_interactive.py
tests/test_agents_protocol.py
tests/test_agents_registry.py
tests/test_agents_wrapper.py
tests/test_ask_user_bridge.py
tests/test_breadcrumbs.py
tests/test_cancel.py
tests/test_cancel_integration.py
tests/test_cli.py
tests/test_cli_bootstrap.py
tests/test_cli_cancel.py
tests/test_cli_forget_memory_list.py
tests/test_cli_getting_started.py
tests/test_cli_headless.py
tests/test_cli_memory_commands.py
tests/test_cli_sessions_agents.py
tests/test_config.py
tests/test_context.py
tests/test_delegation.py
tests/test_delegation_cache.py
tests/test_doctor.py
tests/test_isolation_protocol.py
tests/test_mcp_server.py
tests/test_mcp_setup.py
tests/test_memory_protocol.py
tests/test_memory_registry.py
tests/test_memory_standalone.py
tests/test_progress.py
tests/test_scheduler.py
tests/test_session.py
tests/test_trace.py
tests/test_update_check.py
tests/test_workflow_templates.py
tests/e2e/__init__.py
tests/e2e/conftest.py
tests/e2e/stub_agent.py
tests/e2e/stub_agent_delegate.py
tests/e2e/stub_wrapper.py
tests/e2e/test_delegation_flow.py
tests/e2e/test_error_handling.py
tests/e2e/test_memory_e2e.py
tests/e2e/test_session_lifecycle.py
tests/e2e/fixtures/roles/forwarder/.version
tests/e2e/fixtures/roles/forwarder/ROLE.md
tests/e2e/fixtures/roles/implementer/.version
tests/e2e/fixtures/roles/implementer/ROLE.md
tests/e2e/fixtures/roles/orchestrator/.version
tests/e2e/fixtures/roles/orchestrator/ROLE.md
tests/e2e/fixtures/skills/denden/.version
tests/e2e/fixtures/skills/denden/SKILL.md