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/channel.py
src/specsmith/ci_manager.py
src/specsmith/cli.py
src/specsmith/compressor.py
src/specsmith/config.py
src/specsmith/console_utils.py
src/specsmith/context_orchestrator.py
src/specsmith/context_window.py
src/specsmith/credit_analyzer.py
src/specsmith/credits.py
src/specsmith/differ.py
src/specsmith/doctor.py
src/specsmith/drive.py
src/specsmith/editor.py
src/specsmith/executor.py
src/specsmith/exporter.py
src/specsmith/governance_logic.py
src/specsmith/governance_store.py
src/specsmith/governance_yaml.py
src/specsmith/history_search.py
src/specsmith/importer.py
src/specsmith/instinct.py
src/specsmith/issue_reporter.py
src/specsmith/languages.py
src/specsmith/ledger.py
src/specsmith/mcp_generator.py
src/specsmith/ollama_cmds.py
src/specsmith/patent.py
src/specsmith/paths.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/safe_write.py
src/specsmith/scaffolder.py
src/specsmith/serve.py
src/specsmith/session.py
src/specsmith/session_init.py
src/specsmith/session_store.py
src/specsmith/skills_builder.py
src/specsmith/sync.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/context_seed.py
src/specsmith/agent/core.py
src/specsmith/agent/endpoints.py
src/specsmith/agent/events.py
src/specsmith/agent/execution_profiles.py
src/specsmith/agent/fallback.py
src/specsmith/agent/hf_leaderboard.py
src/specsmith/agent/hf_sync.py
src/specsmith/agent/indexer.py
src/specsmith/agent/llm_client.py
src/specsmith/agent/mcp.py
src/specsmith/agent/memory.py
src/specsmith/agent/model_intelligence.py
src/specsmith/agent/model_profiles.py
src/specsmith/agent/orchestrator.py
src/specsmith/agent/permissions.py
src/specsmith/agent/profiles.py
src/specsmith/agent/provider_registry.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/spawner.py
src/specsmith/agent/suggester.py
src/specsmith/agent/teams.py
src/specsmith/agent/tools.py
src/specsmith/agent/verifier.py
src/specsmith/agent/voice.py
src/specsmith/agent/dispatch/__init__.py
src/specsmith/agent/dispatch/_status.py
src/specsmith/agent/dispatch/dag.py
src/specsmith/agent/dispatch/dispatcher.py
src/specsmith/agent/dispatch/events.py
src/specsmith/agent/dispatch/result.py
src/specsmith/commands/__init__.py
src/specsmith/commands/intelligence.py
src/specsmith/compliance/__init__.py
src/specsmith/compliance/_compat.py
src/specsmith/compliance/checker.py
src/specsmith/compliance/evidence.py
src/specsmith/compliance/regulations.py
src/specsmith/compliance/reporter.py
src/specsmith/datasources/__init__.py
src/specsmith/datasources/base.py
src/specsmith/datasources/citations.py
src/specsmith/datasources/fpd.py
src/specsmith/datasources/odp.py
src/specsmith/datasources/patentsview.py
src/specsmith/datasources/pfw.py
src/specsmith/datasources/ppubs.py
src/specsmith/datasources/ptab.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/esdb/__init__.py
src/specsmith/esdb/bridge.py
src/specsmith/eval/__init__.py
src/specsmith/eval/builtins.py
src/specsmith/eval/runner.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/migrations/__init__.py
src/specsmith/migrations/m001_governance_yaml.py
src/specsmith/migrations/m002_agents_slim.py
src/specsmith/migrations/m003_compliance_init.py
src/specsmith/migrations/m004_ledger_esdb.py
src/specsmith/migrations/m005_agent_run_tool.py
src/specsmith/migrations/runner.py
src/specsmith/skills/__init__.py
src/specsmith/skills/cloud.py
src/specsmith/skills/corporate.py
src/specsmith/skills/cross_platform.py
src/specsmith/skills/devops.py
src/specsmith/skills/docs.py
src/specsmith/skills/embedded.py
src/specsmith/skills/governance.py
src/specsmith/skills/hardware.py
src/specsmith/skills/mobile.py
src/specsmith/skills/productivity.py
src/specsmith/skills/ssh.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_ai_client.py
tests/test_ai_intelligence.py
tests/test_auditor.py
tests/test_channel.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_compliance.py
tests/test_compressor.py
tests/test_dispatch.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_intelligence.py
tests/test_issue_reporter.py
tests/test_mcp_client.py
tests/test_new_modules.py
tests/test_nexus.py
tests/test_permissions.py
tests/test_phase1_4_new.py
tests/test_phase34_completion.py
tests/test_rate_limits.py
tests/test_req_248_262.py
tests/test_scaffolder.py
tests/test_skill_marketplace.py
tests/test_skills_mcp.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