LICENSE
README.md
pyproject.toml
src/epistemic/__init__.py
src/epistemic/belief.py
src/epistemic/certainty.py
src/epistemic/failure_graph.py
src/epistemic/py.typed
src/epistemic/recovery.py
src/epistemic/session.py
src/epistemic/stress_tester.py
src/epistemic/trace.py
src/specsmith/__init__.py
src/specsmith/__main__.py
src/specsmith/architect.py
src/specsmith/auditor.py
src/specsmith/auth.py
src/specsmith/block_export.py
src/specsmith/cli.py
src/specsmith/compressor.py
src/specsmith/config.py
src/specsmith/console_utils.py
src/specsmith/credit_analyzer.py
src/specsmith/credits.py
src/specsmith/differ.py
src/specsmith/doctor.py
src/specsmith/drive.py
src/specsmith/executor.py
src/specsmith/exporter.py
src/specsmith/history_search.py
src/specsmith/importer.py
src/specsmith/languages.py
src/specsmith/ledger.py
src/specsmith/patent.py
src/specsmith/phase.py
src/specsmith/plugins.py
src/specsmith/profiles.py
src/specsmith/rate_limits.py
src/specsmith/releaser.py
src/specsmith/requirements.py
src/specsmith/requirements_parser.py
src/specsmith/retrieval.py
src/specsmith/scaffolder.py
src/specsmith/serve.py
src/specsmith/session.py
src/specsmith/skills.py
src/specsmith/tool_installer.py
src/specsmith/toolrules.py
src/specsmith/tools.py
src/specsmith/trace.py
src/specsmith/updater.py
src/specsmith/upgrader.py
src/specsmith/validator.py
src/specsmith/vcs_commands.py
src/specsmith/wireframes.py
src/specsmith/workspace.py
src/specsmith.egg-info/PKG-INFO
src/specsmith.egg-info/SOURCES.txt
src/specsmith.egg-info/dependency_links.txt
src/specsmith.egg-info/entry_points.txt
src/specsmith.egg-info/requires.txt
src/specsmith.egg-info/top_level.txt
src/specsmith/agent/__init__.py
src/specsmith/agent/broker.py
src/specsmith/agent/chat_runner.py
src/specsmith/agent/cleanup.py
src/specsmith/agent/core.py
src/specsmith/agent/endpoints.py
src/specsmith/agent/events.py
src/specsmith/agent/fallback.py
src/specsmith/agent/indexer.py
src/specsmith/agent/mcp.py
src/specsmith/agent/memory.py
src/specsmith/agent/orchestrator.py
src/specsmith/agent/profiles.py
src/specsmith/agent/repl.py
src/specsmith/agent/router.py
src/specsmith/agent/rules.py
src/specsmith/agent/runner.py
src/specsmith/agent/safety.py
src/specsmith/agent/suggester.py
src/specsmith/agent/tools.py
src/specsmith/agent/verifier.py
src/specsmith/agent/voice.py
src/specsmith/commands/__init__.py
src/specsmith/epistemic/__init__.py
src/specsmith/epistemic/belief.py
src/specsmith/epistemic/certainty.py
src/specsmith/epistemic/failure_graph.py
src/specsmith/epistemic/recovery.py
src/specsmith/epistemic/stress_tester.py
src/specsmith/gui/__init__.py
src/specsmith/gui/app.py
src/specsmith/gui/main_window.py
src/specsmith/gui/session_tab.py
src/specsmith/gui/theme.py
src/specsmith/gui/worker.py
src/specsmith/gui/widgets/__init__.py
src/specsmith/gui/widgets/chat_view.py
src/specsmith/gui/widgets/input_bar.py
src/specsmith/gui/widgets/provider_bar.py
src/specsmith/gui/widgets/token_meter.py
src/specsmith/gui/widgets/tool_panel.py
src/specsmith/gui/widgets/update_checker.py
src/specsmith/integrations/__init__.py
src/specsmith/integrations/agent_skill.py
src/specsmith/integrations/aider.py
src/specsmith/integrations/base.py
src/specsmith/integrations/claude_code.py
src/specsmith/integrations/copilot.py
src/specsmith/integrations/cursor.py
src/specsmith/integrations/gemini.py
src/specsmith/integrations/windsurf.py
src/specsmith/templates/agents.md.j2
src/specsmith/templates/editorconfig.j2
src/specsmith/templates/gitattributes.j2
src/specsmith/templates/gitignore.j2
src/specsmith/templates/ledger.md.j2
src/specsmith/templates/readme.md.j2
src/specsmith/templates/community/bug_report.md.j2
src/specsmith/templates/community/code_of_conduct.md.j2
src/specsmith/templates/community/contributing.md.j2
src/specsmith/templates/community/feature_request.md.j2
src/specsmith/templates/community/license-Apache-2.0.j2
src/specsmith/templates/community/license-MIT.j2
src/specsmith/templates/community/pull_request_template.md.j2
src/specsmith/templates/community/security.md.j2
src/specsmith/templates/docs/architecture.md.j2
src/specsmith/templates/docs/mkdocs.yml.j2
src/specsmith/templates/docs/readthedocs.yaml.j2
src/specsmith/templates/docs/requirements.md.j2
src/specsmith/templates/docs/test-spec.md.j2
src/specsmith/templates/go/go.mod.j2
src/specsmith/templates/go/main.go.j2
src/specsmith/templates/governance/belief-registry.md.j2
src/specsmith/templates/governance/context-budget.md.j2
src/specsmith/templates/governance/drift-metrics.md.j2
src/specsmith/templates/governance/epistemic-axioms.md.j2
src/specsmith/templates/governance/failure-modes.md.j2
src/specsmith/templates/governance/lifecycle.md.j2
src/specsmith/templates/governance/roles.md.j2
src/specsmith/templates/governance/rules.md.j2
src/specsmith/templates/governance/session-protocol.md.j2
src/specsmith/templates/governance/uncertainty-map.md.j2
src/specsmith/templates/governance/verification.md.j2
src/specsmith/templates/js/package.json.j2
src/specsmith/templates/python/cli.py.j2
src/specsmith/templates/python/init.py.j2
src/specsmith/templates/python/pyproject.toml.j2
src/specsmith/templates/rust/Cargo.toml.j2
src/specsmith/templates/rust/main.rs.j2
src/specsmith/templates/scripts/exec.cmd.j2
src/specsmith/templates/scripts/exec.sh.j2
src/specsmith/templates/scripts/run.cmd.j2
src/specsmith/templates/scripts/run.sh.j2
src/specsmith/templates/scripts/setup.cmd.j2
src/specsmith/templates/scripts/setup.sh.j2
src/specsmith/templates/workflows/release.yml.j2
src/specsmith/vcs/__init__.py
src/specsmith/vcs/base.py
src/specsmith/vcs/bitbucket.py
src/specsmith/vcs/github.py
src/specsmith/vcs/gitlab.py
tests/test_CMD_001.py
tests/test_agent_profiles.py
tests/test_agent_runner_ready.py
tests/test_auditor.py
tests/test_chat_diff_decision.py
tests/test_chat_runner_openai_compat.py
tests/test_chat_stdin_protocol.py
tests/test_cli.py
tests/test_cli_workflows_history_drive.py
tests/test_compressor.py
tests/test_e2e_nexus.py
tests/test_endpoints_cli.py
tests/test_endpoints_store.py
tests/test_epistemic.py
tests/test_fallback_chain.py
tests/test_importer.py
tests/test_integrations.py
tests/test_mcp_client.py
tests/test_nexus.py
tests/test_phase1_4_new.py
tests/test_phase34_completion.py
tests/test_rate_limits.py
tests/test_scaffolder.py
tests/test_skill_marketplace.py
tests/test_smoke.py
tests/test_suggester.py
tests/test_tools.py
tests/test_validator.py
tests/test_vcs.py
tests/test_warp_parity.py
tests/test_warp_parity_followup.py