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/cli.py
src/specsmith/compressor.py
src/specsmith/config.py
src/specsmith/credit_analyzer.py
src/specsmith/credits.py
src/specsmith/differ.py
src/specsmith/doctor.py
src/specsmith/executor.py
src/specsmith/exporter.py
src/specsmith/importer.py
src/specsmith/ledger.py
src/specsmith/patent.py
src/specsmith/plugins.py
src/specsmith/rate_limits.py
src/specsmith/releaser.py
src/specsmith/requirements.py
src/specsmith/scaffolder.py
src/specsmith/session.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/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/core.py
src/specsmith/agent/hooks.py
src/specsmith/agent/optimizer.py
src/specsmith/agent/runner.py
src/specsmith/agent/skills.py
src/specsmith/agent/tools.py
src/specsmith/agent/profiles/epistemic-auditor.md
src/specsmith/agent/profiles/planner.md
src/specsmith/agent/profiles/verifier.md
src/specsmith/agent/providers/__init__.py
src/specsmith/agent/providers/anthropic.py
src/specsmith/agent/providers/gemini.py
src/specsmith/agent/providers/mistral.py
src/specsmith/agent/providers/ollama.py
src/specsmith/agent/providers/openai.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/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/warp.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/docs/workflow.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/roles.md.j2
src/specsmith/templates/governance/rules.md.j2
src/specsmith/templates/governance/uncertainty-map.md.j2
src/specsmith/templates/governance/verification.md.j2
src/specsmith/templates/governance/workflow.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_auditor.py
tests/test_cli.py
tests/test_compressor.py
tests/test_epistemic.py
tests/test_importer.py
tests/test_integrations.py
tests/test_optimizer.py
tests/test_rate_limits.py
tests/test_scaffolder.py
tests/test_smoke.py
tests/test_tools.py
tests/test_validator.py
tests/test_vcs.py