specsmith 0.13.0.dev518__tar.gz → 0.13.0.dev520__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/LICENSE +1 -1
- {specsmith-0.13.0.dev518/src/specsmith.egg-info → specsmith-0.13.0.dev520}/PKG-INFO +8 -8
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/README.md +2 -2
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/pyproject.toml +6 -6
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/belief.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/certainty.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/failure_graph.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/recovery.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/session.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/stress_tester.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/trace.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/__main__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/broker.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/chat_runner.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/cleanup.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/context_seed.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/core.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/_status.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/dag.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/dispatcher.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/events.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/result.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/endpoints.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/events.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/execution_profiles.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/fallback.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/hf_leaderboard.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/hf_sync.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/llm_client.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/mcp.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/memory.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/model_intelligence.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/model_profiles.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/permissions.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/profiles.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/provider_registry.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/router.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/rules.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/runner.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/spawner.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/suggester.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/teams.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/verifier.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/voice.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/architect.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/auditor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/auth.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/block_export.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/channel.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/ci_manager.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/cli.py +2 -2
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/commands/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/commands/intelligence.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/_compat.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/checker.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/evidence.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/regulations.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/reporter.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compressor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/config.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/console_utils.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/context_orchestrator.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/context_window.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/credit_analyzer.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/credits.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/base.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/citations.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/fpd.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/odp.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/patentsview.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/pfw.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/ppubs.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/ptab.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/differ.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/doctor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/drive.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/editor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/belief.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/certainty.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/failure_graph.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/recovery.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/stress_tester.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/_license.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/sqlite_store.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/eval/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/eval/builtins.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/eval/runner.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/executor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/exporter.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/governance_logic.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/governance_store.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/governance_yaml.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/app.py +2 -2
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/main_window.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/session_tab.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/theme.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/chat_view.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/input_bar.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/provider_bar.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/token_meter.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/tool_panel.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/update_checker.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/worker.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/history_search.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/importer.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/instinct.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/agent_skill.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/aider.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/base.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/claude_code.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/codity.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/copilot.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/cursor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/gemini.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/windsurf.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/issue_reporter.py +5 -5
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/ledger.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/mcp_generator.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/mcp_server.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m001_governance_yaml.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m002_agents_slim.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m003_compliance_init.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m004_ledger_esdb.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m005_agent_run_tool.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m006_session_governance.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/runner.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/patent.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/paths.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/plugins.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/profiles.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/rate_limits.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/releaser.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/requirements.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/requirements_parser.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/retrieval.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/safe_write.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/scaffolder.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/serve.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/session.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/session_init.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/session_store.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/ai_agents.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/data_engineering.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/devops.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/docs.py +2 -3
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/platform_engineering.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/software_engineering.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/web_backend.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills_builder.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/sync.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/contributing.md.j2 +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/readme.md.j2 +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/tool_installer.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/toolrules.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/tools.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/trace.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/updater.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/upgrader.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/validator.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/__init__.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/base.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/bitbucket.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/github.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/gitlab.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs_commands.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/wireframes.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/workspace.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520/src/specsmith.egg-info}/PKG-INFO +8 -8
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_agent_run_feedback.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_ai_client.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_ai_intelligence.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_auditor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_channel.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_chat_diff_decision.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_chat_runner_openai_compat.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_chat_stdin_protocol.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_cli.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_cli_workflows_history_drive.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_compliance.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_compressor.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_dispatch.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_e2e_nexus.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_endpoints_cli.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_endpoints_store.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_epistemic.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_fallback_chain.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_importer.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_integrations.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_integrations_codity.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_intelligence.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_issue_reporter.py +3 -3
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_mcp_client.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_mcp_server.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_new_modules.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_nexus.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_permissions.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_phase1_4_new.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_phase34_completion.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_rate_limits.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_req_248_262.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_req_358_359.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_scaffolder.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_skill_marketplace.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_skills_mcp.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_smoke.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_suggester.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_tools.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_validator.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_vcs.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_warp_parity.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_warp_parity_followup.py +1 -1
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/setup.cfg +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/py.typed +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/__init__.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/indexer.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/orchestrator.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/repl.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/safety.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/tools.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/__init__.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/bridge.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/languages.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/ollama_cmds.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/phase.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/cloud.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/corporate.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/cross_platform.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/embedded.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/governance.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/hardware.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/mobile.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/productivity.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/specsmith_skills.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/ssh.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/agents.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/bug_report.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/code_of_conduct.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/feature_request.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/license-Apache-2.0.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/license-MIT.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/pull_request_template.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/security.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/architecture.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/mkdocs.yml.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/readthedocs.yaml.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/requirements.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/test-spec.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/editorconfig.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/gitattributes.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/gitignore.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/go/go.mod.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/go/main.go.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/belief-registry.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/context-budget.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/drift-metrics.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/epistemic-axioms.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/failure-modes.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/lifecycle.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/roles.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/rules.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/session-protocol.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/uncertainty-map.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/verification.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/js/package.json.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/ledger.md.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/python/cli.py.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/python/init.py.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/python/pyproject.toml.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/rust/Cargo.toml.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/rust/main.rs.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/exec.cmd.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/exec.sh.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/run.cmd.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/run.sh.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/setup.cmd.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/setup.sh.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/workflows/release.yml.j2 +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/SOURCES.txt +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/dependency_links.txt +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/entry_points.txt +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/requires.txt +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/top_level.txt +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_CMD_001.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_agent_profiles.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_agent_runner_ready.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_esdb_license.py +0 -0
- {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_esdb_sqlite.py +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: specsmith
|
|
3
|
-
Version: 0.13.0.
|
|
3
|
+
Version: 0.13.0.dev520
|
|
4
4
|
Summary: AEE governance toolkit for AI-assisted development — session preflight gates, multi-agent dispatch, requirements↔test traceability, ESDB persistence, MCP server, and skills for Warp, Cursor, Claude Code, Copilot, Windsurf, and Aider.
|
|
5
|
-
Author:
|
|
5
|
+
Author: Layer1Labs
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/layer1labs/specsmith
|
|
8
8
|
Project-URL: Documentation, https://specsmith.readthedocs.io
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
10
|
-
Project-URL: Changelog, https://github.com/
|
|
11
|
-
Project-URL: Issues, https://github.com/
|
|
9
|
+
Project-URL: Repository, https://github.com/layer1labs/specsmith
|
|
10
|
+
Project-URL: Changelog, https://github.com/layer1labs/specsmith/blob/main/CHANGELOG.md
|
|
11
|
+
Project-URL: Issues, https://github.com/layer1labs/specsmith/issues
|
|
12
12
|
Keywords: agentic,scaffold,governance,agents-md,cli,epistemic-engineering,belief-artifacts,stress-testing,certainty,trace-vault,aee,knowledge-engineering,fpga,hdl,vhdl,execution-profiles,tool-installer,llm,ollama,requirements-management
|
|
13
13
|
Classifier: Development Status :: 4 - Beta
|
|
14
14
|
Classifier: Environment :: Console
|
|
@@ -924,7 +924,7 @@ Full rule text: [`docs/governance/RULES.md`](docs/governance/RULES.md)
|
|
|
924
924
|
**H15–H22 — Anti-hallucination and epistemic stability (OEA framework):**
|
|
925
925
|
|
|
926
926
|
Rules H15–H22 are derived from the *"Ontology-Epistemic-Agentic (OEA) Recursive
|
|
927
|
-
Generative Stability"* study (
|
|
927
|
+
Generative Stability"* study (Layer1Labs Research, 2026), which empirically validated
|
|
928
928
|
the primary control mechanisms for preventing hallucination and semantic drift in
|
|
929
929
|
production LLM systems:
|
|
930
930
|
|
|
@@ -1090,4 +1090,4 @@ command reference, project types, tool registry, governance model, ESDB, skills
|
|
|
1090
1090
|
|
|
1091
1091
|
## License
|
|
1092
1092
|
|
|
1093
|
-
MIT — Copyright (c) 2026
|
|
1093
|
+
MIT — Copyright (c) 2026 Layer1Labs Silicon, Inc.
|
|
@@ -846,7 +846,7 @@ Full rule text: [`docs/governance/RULES.md`](docs/governance/RULES.md)
|
|
|
846
846
|
**H15–H22 — Anti-hallucination and epistemic stability (OEA framework):**
|
|
847
847
|
|
|
848
848
|
Rules H15–H22 are derived from the *"Ontology-Epistemic-Agentic (OEA) Recursive
|
|
849
|
-
Generative Stability"* study (
|
|
849
|
+
Generative Stability"* study (Layer1Labs Research, 2026), which empirically validated
|
|
850
850
|
the primary control mechanisms for preventing hallucination and semantic drift in
|
|
851
851
|
production LLM systems:
|
|
852
852
|
|
|
@@ -1012,4 +1012,4 @@ command reference, project types, tool registry, governance model, ESDB, skills
|
|
|
1012
1012
|
|
|
1013
1013
|
## License
|
|
1014
1014
|
|
|
1015
|
-
MIT — Copyright (c) 2026
|
|
1015
|
+
MIT — Copyright (c) 2026 Layer1Labs Silicon, Inc.
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "specsmith"
|
|
7
|
-
version = "0.13.0.
|
|
7
|
+
version = "0.13.0.dev520"
|
|
8
8
|
description = "AEE governance toolkit for AI-assisted development — session preflight gates, multi-agent dispatch, requirements↔test traceability, ESDB persistence, MCP server, and skills for Warp, Cursor, Claude Code, Copilot, Windsurf, and Aider."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
11
11
|
requires-python = ">=3.10"
|
|
12
12
|
authors = [
|
|
13
|
-
{name = "
|
|
13
|
+
{name = "Layer1Labs"},
|
|
14
14
|
]
|
|
15
15
|
keywords = [
|
|
16
16
|
"agentic", "scaffold", "governance", "agents-md", "cli",
|
|
@@ -101,11 +101,11 @@ license-verify = ["cryptography>=42.0"]
|
|
|
101
101
|
specsmith = "specsmith.cli:main"
|
|
102
102
|
|
|
103
103
|
[project.urls]
|
|
104
|
-
Homepage = "https://github.com/
|
|
104
|
+
Homepage = "https://github.com/layer1labs/specsmith"
|
|
105
105
|
Documentation = "https://specsmith.readthedocs.io"
|
|
106
|
-
Repository = "https://github.com/
|
|
107
|
-
Changelog = "https://github.com/
|
|
108
|
-
Issues = "https://github.com/
|
|
106
|
+
Repository = "https://github.com/layer1labs/specsmith"
|
|
107
|
+
Changelog = "https://github.com/layer1labs/specsmith/blob/main/CHANGELOG.md"
|
|
108
|
+
Issues = "https://github.com/layer1labs/specsmith/issues"
|
|
109
109
|
|
|
110
110
|
[tool.setuptools.packages.find]
|
|
111
111
|
where = ["src"]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Belief Artifact model — core AEE primitive.
|
|
4
4
|
|
|
5
5
|
This module is part of the standalone ``epistemic`` library and has
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Certainty Engine — confidence scoring and propagation (CERTUS-inspired).
|
|
4
4
|
|
|
5
5
|
Part of the standalone ``epistemic`` library. Zero external dependencies.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Failure-Mode Graph (G) — maps stress-test → breakpoint relations.
|
|
4
4
|
|
|
5
5
|
Part of the standalone ``epistemic`` library. Zero external dependencies.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Recovery Operator (R) — resolves Logic Knots and Failure Modes.
|
|
4
4
|
|
|
5
5
|
Part of the standalone ``epistemic`` library. Zero external dependencies.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""AEESession — high-level facade for Applied Epistemic Engineering.
|
|
4
4
|
|
|
5
5
|
This is the primary entry point for projects that want to use AEE practices
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Stress-Test Operator (S) — AEE adversarial challenge engine.
|
|
4
4
|
|
|
5
5
|
Part of the standalone ``epistemic`` library. Zero external dependencies.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Trace Vault — STP-inspired cryptographic decision sealing.
|
|
4
4
|
|
|
5
5
|
Part of the standalone ``epistemic`` library. Zero external dependencies.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""specsmith — Forge governed project scaffolds."""
|
|
4
4
|
|
|
5
5
|
from importlib.metadata import PackageNotFoundError
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Natural-Language Governance Broker (REQ-084).
|
|
4
4
|
|
|
5
5
|
The broker translates plain-language user utterances into Specsmith-governed
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Real LLM-backed runner for `specsmith chat` (REQ-108, REQ-112-118).
|
|
4
4
|
|
|
5
5
|
This module replaces the deterministic stub that previously lived inside
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Safe repository cleanup (REQ-077..REQ-080).
|
|
4
4
|
|
|
5
5
|
Governed by ARCHITECTURE.md "Safe Repository Cleanup Boundary":
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Epistemic continuity — cross-session context seed for AgentRunner.
|
|
4
4
|
|
|
5
5
|
Addresses the gap where ``AgentRunner`` always started with an empty
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Shared agent runtime primitives (REQ-145).
|
|
4
4
|
|
|
5
5
|
Hosts low-level enums and dataclasses that span :mod:`specsmith.agent.runner`,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""TaskStatus enum — extracted here to break the dag ↔ result cyclic import."""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Task DAG — directed acyclic graph of agent work items.
|
|
4
4
|
|
|
5
5
|
REQ-322: TaskDAGBuilder validates acyclicity before any dispatch.
|
{specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/dispatcher.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""AgentPool + AgentDispatcher — bounded concurrent DAG scheduler.
|
|
4
4
|
|
|
5
5
|
REQ-324: independent nodes run concurrently up to max_workers.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Dispatch event bus — persists JSONL to disk and feeds live SSE subscribers.
|
|
4
4
|
|
|
5
5
|
REQ-328: every node state transition is emitted as a DispatchEvent and
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Dispatch result types — structured outcomes of node and DAG execution."""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Bring-Your-Own-Endpoint (BYOE) data model and persistence (REQ-142).
|
|
4
4
|
|
|
5
5
|
Specsmith historically hard-coded a closed provider list (``ollama`` /
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Block-based JSONL event protocol for `specsmith chat` (REQ-112, REQ-113, REQ-114).
|
|
4
4
|
|
|
5
5
|
The protocol is the contract between the Specsmith chat backend and any
|
{specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/execution_profiles.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Execution Profiles — provider-constraint layer (REQ-221).
|
|
4
4
|
|
|
5
5
|
A profile defines **which providers are allowed** for a session. The model
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Resilient fallback-chain executor for agent profiles (REQ-146).
|
|
4
4
|
|
|
5
5
|
Profiles in :mod:`specsmith.agent.profiles` carry a ``fallback_chain``
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""HuggingFace Open LLM Leaderboard sync and bucket scoring (REQ-263..REQ-269).
|
|
4
4
|
|
|
5
5
|
Fetches model benchmark data from the HuggingFace Datasets Server and computes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""HuggingFace Open LLM Leaderboard sync for model intelligence (REQ-223).
|
|
4
4
|
|
|
5
5
|
Fetches benchmark scores from the HuggingFace API and populates
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Multi-provider LLM client with automatic fallback (REQ-275..REQ-277).
|
|
4
4
|
|
|
5
5
|
Tries a configurable ordered list of providers; first configured one that
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Real MCP (Model Context Protocol) client for Nexus (REQ-121, REQ-130).
|
|
4
4
|
|
|
5
5
|
Replaces the prior loader-only stub with a working JSON-RPC 2.0 client
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Persistent session memory for the Nexus chat surface (REQ-120, REQ-125).
|
|
4
4
|
|
|
5
5
|
Every chat turn (user utterance, broker decision, task result, tool calls)
|
{specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/model_intelligence.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Model Intelligence — automated capability scoring (REQ-223).
|
|
4
4
|
|
|
5
5
|
Scores models per-role using HuggingFace benchmark data. Scores are
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Model capability profiles for specsmith AEE agents (REQ-270..REQ-271).
|
|
4
4
|
|
|
5
5
|
Each profile controls how the LLM is called and how the system prompt is
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Least-privilege agent permissions (REG-012).
|
|
4
4
|
|
|
5
5
|
Every agent session operates with the minimum permissions required.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Agent Profiles + Activity Routing (REQ-146).
|
|
4
4
|
|
|
5
5
|
A *profile* unifies ``(provider, model, endpoint_id?, prompt_prefix,
|
{specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/provider_registry.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Unified Provider Registry (REQ-220).
|
|
4
4
|
|
|
5
5
|
A single flat list of all configured AI backends. Each entry is one of 5
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Dynamic agent / model routing for the Nexus orchestrator (REQ-122).
|
|
4
4
|
|
|
5
5
|
The orchestrator asks ``choose_tier`` which model tier should run a given
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Project rules auto-injection for the Nexus orchestrator (REQ-119).
|
|
4
4
|
|
|
5
5
|
Combines `docs/governance/*_RULES.md` files and the H-rules from
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Long-lived agent runtime driving ``specsmith run`` / ``specsmith serve``.
|
|
4
4
|
|
|
5
5
|
The runner is the bridge between the Click entry points in :mod:`cli` and
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Sub-agent spawner — spawn isolated agent workers with tool subsets.
|
|
4
4
|
|
|
5
5
|
ARCHITECTURE.md §13 Phase 2: Multi-Agent Layer.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Lightweight NL-to-command suggester for `specsmith suggest-command` (REQ-131).
|
|
4
4
|
|
|
5
5
|
Given a partial natural-language fragment, return a structured suggestion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Team definitions for multi-agent coordination.
|
|
4
4
|
|
|
5
5
|
ARCHITECTURE.md §13 Phase 2: predefined agent team compositions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Real verifier signal for the Nexus orchestrator (REQ-108).
|
|
4
4
|
|
|
5
5
|
Replaces the hardcoded ``0.85 / 0.4 / 0.0`` confidence in
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Voice transcription wrapper (REQ-141).
|
|
4
4
|
|
|
5
5
|
Wraps the optional ``whisper_cpp_python`` library so the rest of specsmith
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Architect — scan project and generate architecture documentation."""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Auditor — drift detection and health checks (Spec Sections 23 + 26)."""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Auth — secure API key management for platform integrations.
|
|
4
4
|
|
|
5
5
|
Priority order for credential resolution:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Per-block share/export for `specsmith chat` (REQ-134).
|
|
4
4
|
|
|
5
5
|
Reads ``.specsmith/sessions/<session_id>/events.jsonl`` (the chat replay log
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Persistent update-channel selection for specsmith.
|
|
4
4
|
|
|
5
5
|
Users can pin specsmith to a release channel so that ``self-update`` always
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""CI/CD Manager — enable, monitor, and watch CI/CD for any git platform.
|
|
4
4
|
|
|
5
5
|
Supports GitHub (gh CLI), GitLab (glab CLI), and Bitbucket (bb CLI).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""specsmith CLI — Forge governed project scaffolds."""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
@@ -11042,7 +11042,7 @@ def agent_endpoint_presets_cmd(as_json: bool) -> None:
|
|
|
11042
11042
|
def issue_group() -> None:
|
|
11043
11043
|
"""File and search GitHub issues with duplicate detection.
|
|
11044
11044
|
|
|
11045
|
-
All commands check
|
|
11045
|
+
All commands check layer1labs/kairos and layer1labs/specsmith repos.
|
|
11046
11046
|
Duplicate detection uses title-word Jaccard similarity; issues with
|
|
11047
11047
|
similarity ≥ 0.60 block filing unless --force is passed.
|
|
11048
11048
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""CLI commands for the AI Provider & Model Intelligence system.
|
|
4
4
|
|
|
5
5
|
Adds these command groups to specsmith:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""specsmith compliance — EU and North American AI regulation compliance.
|
|
4
4
|
|
|
5
5
|
Provides structured regulation definitions, ESDB-backed evidence collection,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Compliance scoring and reporting (REQ-224).
|
|
4
4
|
|
|
5
5
|
Provides compliance summary, requirement gaps, test coverage, and
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Per-regulation compliance checking against collected evidence.
|
|
4
4
|
|
|
5
5
|
ComplianceChecker runs each regulation's articles against the evidence
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""ESDB-backed evidence collection for compliance checking.
|
|
4
4
|
|
|
5
5
|
EvidenceCollector inspects a project's .specsmith/ directory and .chronomemory/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""Compliance report generation — JSON, Markdown, and self-contained HTML.
|
|
4
4
|
|
|
5
5
|
ComplianceReporter converts ComplianceResult objects into formatted reports
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# SPDX-License-Identifier: MIT
|
|
2
|
-
# Copyright (c) 2026
|
|
2
|
+
# Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
|
|
3
3
|
"""UTF-8 safe ``rich.console.Console`` factory.
|
|
4
4
|
|
|
5
5
|
Implements REQ-082: Specsmith CLI console output must not raise
|