LICENSE
README.md
pyproject.toml
src/__init__.py
src/__main__.py
src/app_paths.py
src/main.py
src/catalog/__init__.py
src/catalog/catalog.py
src/catalog/manifest.py
src/catalog/models.py
src/catalog/parity.py
src/catalog/query_engine.py
src/catalog/reports.py
src/catalog/runtime.py
src/catalog/session_store.py
src/catalog/reference_data/archive_surface_snapshot.json
src/catalog/reference_data/commands_snapshot.json
src/catalog/reference_data/tools_snapshot.json
src/cli/__init__.py
src/cli/config.py
src/cli/repl.py
src/compact/__init__.py
src/core/__init__.py
src/core/agent.py
src/core/session.py
src/core/system_prompt.py
src/data/__init__.py
src/data/env.example
src/games/__init__.py
src/games/flappy_bird.py
src/graph/__init__.py
src/graph/schema.py
src/graph/storage.py
src/graph/traversal.py
src/graph/visualizer.py
src/hooks/__init__.py
src/learning/__init__.py
src/learning/ast_parser.py
src/learning/docs_fetcher.py
src/learning/frameworks.py
src/learning/knowledge.py
src/learning/reference.py
src/mcp/__init__.py
src/mcp/config.py
src/mcp/runtime.py
src/memory/__init__.py
src/modes/__init__.py
src/modes/modes.py
src/permissions/__init__.py
src/plugins/__init__.py
src/provider/__init__.py
src/skills/__init__.py
src/skills/__init_marker__.py
src/skills/builtin/advisor.md
src/skills/builtin/commit.md
src/skills/builtin/compact.md
src/skills/builtin/dream.md
src/skills/builtin/init.md
src/skills/builtin/review.md
src/skills/builtin/security-review.md
src/tools/__init__.py
src/tools/agent_pool.py
src/tools/auxiliary.py
src/tools/background.py
src/tools/bash.py
src/tools/browser.py
src/tools/browser_agent.py
src/tools/files.py
src/tools/graph_tools.py
src/tools/notebook.py
src/tools/patch.py
src/tools/planning.py
src/tools/sandbox.py
src/tools/search.py
src/tools/shell_session.py
src/tools/subagent.py
src/tools/web.py
src/tools/worktree.py
src/ui/__init__.py
src/ui/zwischenzug.py
tests/test_agent_pool.py
tests/test_background.py
tests/test_browser.py
tests/test_browser_agent.py
tests/test_catalog.py
tests/test_cli_config.py
tests/test_cli_repl.py
tests/test_compact.py
tests/test_core_agent.py
tests/test_core_session.py
tests/test_graph.py
tests/test_hooks.py
tests/test_learning.py
tests/test_main_build_agent.py
tests/test_mcp.py
tests/test_memory.py
tests/test_modes.py
tests/test_notebook.py
tests/test_patch.py
tests/test_permissions.py
tests/test_permissions_manager.py
tests/test_planning.py
tests/test_plugins.py
tests/test_porting_workspace.py
tests/test_provider.py
tests/test_sandbox.py
tests/test_session_store.py
tests/test_shell_session.py
tests/test_skills.py
tests/test_subagent.py
tests/test_system_prompt.py
tests/test_tools_auxiliary.py
tests/test_tools_bash.py
tests/test_tools_files.py
tests/test_tools_registry.py
tests/test_tools_search.py
tests/test_tools_web.py
tests/test_ui_zwischenzug.py
tests/test_worktree.py
zwis.egg-info/PKG-INFO
zwis.egg-info/SOURCES.txt
zwis.egg-info/dependency_links.txt
zwis.egg-info/entry_points.txt
zwis.egg-info/requires.txt
zwis.egg-info/top_level.txt