LICENSE.txt
NOTICE.txt
README.md
pyproject.toml
coreason_workspace_env.egg-info/PKG-INFO
coreason_workspace_env.egg-info/SOURCES.txt
coreason_workspace_env.egg-info/dependency_links.txt
coreason_workspace_env.egg-info/entry_points.txt
coreason_workspace_env.egg-info/requires.txt
coreason_workspace_env.egg-info/top_level.txt
src/main.py
src/agents/agent_pm/orchestrator.py
src/agents/agent_pm/tools/__init__.py
src/agents/agent_validator/orchestrator.py
src/agents/backend_pm/orchestrator.py
src/agents/backend_pm/tools/__init__.py
src/agents/context_compressor/orchestrator.py
src/agents/database_architect/orchestrator.py
src/agents/database_architect/tools/__init__.py
src/agents/factory_ceo/orchestrator.py
src/agents/factory_ceo/tools/__init__.py
src/agents/fastapi_coder/orchestrator.py
src/agents/fastapi_coder/tools/__init__.py
src/agents/frontend_pm/orchestrator.py
src/agents/frontend_pm/tools/__init__.py
src/agents/knowledge_archivist/__init__.py
src/agents/knowledge_consultant/__init__.py
src/agents/legacy_deconstructor/__init__.py
src/agents/librarian_pm/__init__.py
src/agents/output_sanitizer/orchestrator.py
src/agents/prompt_engineer/orchestrator.py
src/agents/prompt_engineer/tools/__init__.py
src/agents/react_coder/orchestrator.py
src/agents/react_coder/tools/__init__.py
src/agents/ui_designer/orchestrator.py
src/agents/ui_designer/tools/__init__.py
src/agents/yaml_compiler/orchestrator.py
src/agents/yaml_compiler/tools/fs_tools.py
src/api/router.py
src/api/endpoints/agents.py
src/api/endpoints/docs.py
src/api/endpoints/mcp.py
src/api/endpoints/projects.py
src/api/streaming/__init__.py
src/api/streaming/agent_progress.py
src/api/streaming/crdt.py
src/api/streaming/state_sync.py
src/api/streaming/tty.py
src/cli/main.py
src/core/config.py
src/core/db.py
src/core/fsm_decoder.py
src/core/mcp_client.py
src/core/mcp_server.py
src/core/queue.py
src/core/skill_loader.py
src/core/skill_registry_schema.py
src/core/ws_backplane.py
src/core/schemas/__init__.py
src/core/schemas/epistemic_firewall.py
src/core/schemas/knowledge_receipt.py
src/core/schemas/legacy_ir.py
src/core/security/audit.py
src/core/security/auth.py
src/core/security/encryption.py
src/core/security/proxy_delegation.py
src/core/security/vault.py
src/core/services/__init__.py
src/core/services/agent_service.py
src/core/services/docs_service.py
src/core/services/health_service.py
src/core/services/mcp_service.py
src/core/services/project_service.py
src/core/skills/__init__.py
src/core/skills/context_compressor.py
src/core/skills/escalate_to_human.py
src/core/skills/output_sanitizer.py
src/core/tracing/__init__.py
src/core/tracing/callbacks.py
src/core/tracing/config.py
src/core/tracing/langfuse_bridge.py
src/core/vfs/crdt_sync.py
src/core/vfs/git_backend.py
src/core/vfs/terminal_tty.py
src/mcp/__init__.py
src/mcp/server.py
src/mcp/memory_server/__init__.py
src/mcp/memory_server/server.py
src/sdk/__init__.py
src/sdk/client.py
src/workers/keda_worker.py
tests/test_core.py
tests/test_envelope_fsm.py
tests/test_epistemic_graph.py
tests/test_framework.py
tests/test_knowledge_management.py
tests/test_legacy_modernization.py
tests/test_mcp.py
tests/test_parity.py
tests/test_security.py
tests/test_services.py
tests/test_skill_loader.py
tests/test_tracing.py
tests/test_vfs.py