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.
Files changed (298) hide show
  1. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/LICENSE +1 -1
  2. {specsmith-0.13.0.dev518/src/specsmith.egg-info → specsmith-0.13.0.dev520}/PKG-INFO +8 -8
  3. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/README.md +2 -2
  4. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/pyproject.toml +6 -6
  5. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/__init__.py +1 -1
  6. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/belief.py +1 -1
  7. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/certainty.py +1 -1
  8. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/failure_graph.py +1 -1
  9. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/recovery.py +1 -1
  10. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/session.py +1 -1
  11. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/stress_tester.py +1 -1
  12. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/trace.py +1 -1
  13. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/__init__.py +1 -1
  14. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/__main__.py +1 -1
  15. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/broker.py +1 -1
  16. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/chat_runner.py +1 -1
  17. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/cleanup.py +1 -1
  18. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/context_seed.py +1 -1
  19. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/core.py +1 -1
  20. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/__init__.py +1 -1
  21. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/_status.py +1 -1
  22. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/dag.py +1 -1
  23. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/dispatcher.py +1 -1
  24. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/events.py +1 -1
  25. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/dispatch/result.py +1 -1
  26. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/endpoints.py +1 -1
  27. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/events.py +1 -1
  28. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/execution_profiles.py +1 -1
  29. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/fallback.py +1 -1
  30. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/hf_leaderboard.py +1 -1
  31. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/hf_sync.py +1 -1
  32. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/llm_client.py +1 -1
  33. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/mcp.py +1 -1
  34. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/memory.py +1 -1
  35. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/model_intelligence.py +1 -1
  36. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/model_profiles.py +1 -1
  37. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/permissions.py +1 -1
  38. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/profiles.py +1 -1
  39. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/provider_registry.py +1 -1
  40. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/router.py +1 -1
  41. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/rules.py +1 -1
  42. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/runner.py +1 -1
  43. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/spawner.py +1 -1
  44. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/suggester.py +1 -1
  45. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/teams.py +1 -1
  46. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/verifier.py +1 -1
  47. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/voice.py +1 -1
  48. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/architect.py +1 -1
  49. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/auditor.py +1 -1
  50. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/auth.py +1 -1
  51. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/block_export.py +1 -1
  52. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/channel.py +1 -1
  53. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/ci_manager.py +1 -1
  54. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/cli.py +2 -2
  55. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/commands/__init__.py +1 -1
  56. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/commands/intelligence.py +1 -1
  57. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/__init__.py +1 -1
  58. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/_compat.py +1 -1
  59. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/checker.py +1 -1
  60. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/evidence.py +1 -1
  61. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/regulations.py +1 -1
  62. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compliance/reporter.py +1 -1
  63. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/compressor.py +1 -1
  64. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/config.py +1 -1
  65. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/console_utils.py +1 -1
  66. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/context_orchestrator.py +1 -1
  67. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/context_window.py +1 -1
  68. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/credit_analyzer.py +1 -1
  69. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/credits.py +1 -1
  70. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/__init__.py +1 -1
  71. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/base.py +1 -1
  72. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/citations.py +1 -1
  73. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/fpd.py +1 -1
  74. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/odp.py +1 -1
  75. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/patentsview.py +1 -1
  76. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/pfw.py +1 -1
  77. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/ppubs.py +1 -1
  78. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/datasources/ptab.py +1 -1
  79. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/differ.py +1 -1
  80. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/doctor.py +1 -1
  81. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/drive.py +1 -1
  82. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/editor.py +1 -1
  83. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/__init__.py +1 -1
  84. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/belief.py +1 -1
  85. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/certainty.py +1 -1
  86. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/failure_graph.py +1 -1
  87. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/recovery.py +1 -1
  88. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/epistemic/stress_tester.py +1 -1
  89. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/_license.py +1 -1
  90. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/sqlite_store.py +1 -1
  91. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/eval/__init__.py +1 -1
  92. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/eval/builtins.py +1 -1
  93. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/eval/runner.py +1 -1
  94. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/executor.py +1 -1
  95. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/exporter.py +1 -1
  96. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/governance_logic.py +1 -1
  97. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/governance_store.py +1 -1
  98. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/governance_yaml.py +1 -1
  99. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/__init__.py +1 -1
  100. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/app.py +2 -2
  101. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/main_window.py +1 -1
  102. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/session_tab.py +1 -1
  103. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/theme.py +1 -1
  104. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/__init__.py +1 -1
  105. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/chat_view.py +1 -1
  106. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/input_bar.py +1 -1
  107. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/provider_bar.py +1 -1
  108. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/token_meter.py +1 -1
  109. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/tool_panel.py +1 -1
  110. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/widgets/update_checker.py +1 -1
  111. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/gui/worker.py +1 -1
  112. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/history_search.py +1 -1
  113. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/importer.py +1 -1
  114. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/instinct.py +1 -1
  115. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/__init__.py +1 -1
  116. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/agent_skill.py +1 -1
  117. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/aider.py +1 -1
  118. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/base.py +1 -1
  119. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/claude_code.py +1 -1
  120. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/codity.py +1 -1
  121. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/copilot.py +1 -1
  122. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/cursor.py +1 -1
  123. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/gemini.py +1 -1
  124. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/integrations/windsurf.py +1 -1
  125. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/issue_reporter.py +5 -5
  126. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/ledger.py +1 -1
  127. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/mcp_generator.py +1 -1
  128. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/mcp_server.py +1 -1
  129. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/__init__.py +1 -1
  130. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m001_governance_yaml.py +1 -1
  131. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m002_agents_slim.py +1 -1
  132. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m003_compliance_init.py +1 -1
  133. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m004_ledger_esdb.py +1 -1
  134. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m005_agent_run_tool.py +1 -1
  135. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/m006_session_governance.py +1 -1
  136. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/migrations/runner.py +1 -1
  137. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/patent.py +1 -1
  138. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/paths.py +1 -1
  139. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/plugins.py +1 -1
  140. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/profiles.py +1 -1
  141. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/rate_limits.py +1 -1
  142. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/releaser.py +1 -1
  143. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/requirements.py +1 -1
  144. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/requirements_parser.py +1 -1
  145. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/retrieval.py +1 -1
  146. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/safe_write.py +1 -1
  147. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/scaffolder.py +1 -1
  148. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/serve.py +1 -1
  149. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/session.py +1 -1
  150. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/session_init.py +1 -1
  151. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/session_store.py +1 -1
  152. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/__init__.py +1 -1
  153. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/ai_agents.py +1 -1
  154. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/data_engineering.py +1 -1
  155. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/devops.py +1 -1
  156. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/docs.py +2 -3
  157. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/platform_engineering.py +1 -1
  158. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/software_engineering.py +1 -1
  159. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/web_backend.py +1 -1
  160. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills_builder.py +1 -1
  161. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/sync.py +1 -1
  162. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/contributing.md.j2 +1 -1
  163. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/readme.md.j2 +1 -1
  164. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/tool_installer.py +1 -1
  165. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/toolrules.py +1 -1
  166. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/tools.py +1 -1
  167. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/trace.py +1 -1
  168. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/updater.py +1 -1
  169. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/upgrader.py +1 -1
  170. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/validator.py +1 -1
  171. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/__init__.py +1 -1
  172. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/base.py +1 -1
  173. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/bitbucket.py +1 -1
  174. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/github.py +1 -1
  175. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs/gitlab.py +1 -1
  176. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/vcs_commands.py +1 -1
  177. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/wireframes.py +1 -1
  178. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/workspace.py +1 -1
  179. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520/src/specsmith.egg-info}/PKG-INFO +8 -8
  180. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_agent_run_feedback.py +1 -1
  181. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_ai_client.py +1 -1
  182. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_ai_intelligence.py +1 -1
  183. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_auditor.py +1 -1
  184. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_channel.py +1 -1
  185. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_chat_diff_decision.py +1 -1
  186. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_chat_runner_openai_compat.py +1 -1
  187. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_chat_stdin_protocol.py +1 -1
  188. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_cli.py +1 -1
  189. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_cli_workflows_history_drive.py +1 -1
  190. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_compliance.py +1 -1
  191. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_compressor.py +1 -1
  192. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_dispatch.py +1 -1
  193. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_e2e_nexus.py +1 -1
  194. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_endpoints_cli.py +1 -1
  195. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_endpoints_store.py +1 -1
  196. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_epistemic.py +1 -1
  197. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_fallback_chain.py +1 -1
  198. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_importer.py +1 -1
  199. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_integrations.py +1 -1
  200. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_integrations_codity.py +1 -1
  201. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_intelligence.py +1 -1
  202. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_issue_reporter.py +3 -3
  203. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_mcp_client.py +1 -1
  204. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_mcp_server.py +1 -1
  205. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_new_modules.py +1 -1
  206. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_nexus.py +1 -1
  207. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_permissions.py +1 -1
  208. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_phase1_4_new.py +1 -1
  209. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_phase34_completion.py +1 -1
  210. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_rate_limits.py +1 -1
  211. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_req_248_262.py +1 -1
  212. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_req_358_359.py +1 -1
  213. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_scaffolder.py +1 -1
  214. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_skill_marketplace.py +1 -1
  215. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_skills_mcp.py +1 -1
  216. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_smoke.py +1 -1
  217. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_suggester.py +1 -1
  218. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_tools.py +1 -1
  219. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_validator.py +1 -1
  220. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_vcs.py +1 -1
  221. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_warp_parity.py +1 -1
  222. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_warp_parity_followup.py +1 -1
  223. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/setup.cfg +0 -0
  224. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/epistemic/py.typed +0 -0
  225. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/__init__.py +0 -0
  226. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/indexer.py +0 -0
  227. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/orchestrator.py +0 -0
  228. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/repl.py +0 -0
  229. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/safety.py +0 -0
  230. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/agent/tools.py +0 -0
  231. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/__init__.py +0 -0
  232. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/esdb/bridge.py +0 -0
  233. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/languages.py +0 -0
  234. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/ollama_cmds.py +0 -0
  235. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/phase.py +0 -0
  236. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/cloud.py +0 -0
  237. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/corporate.py +0 -0
  238. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/cross_platform.py +0 -0
  239. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/embedded.py +0 -0
  240. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/governance.py +0 -0
  241. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/hardware.py +0 -0
  242. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/mobile.py +0 -0
  243. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/productivity.py +0 -0
  244. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/specsmith_skills.py +0 -0
  245. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/skills/ssh.py +0 -0
  246. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/agents.md.j2 +0 -0
  247. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/bug_report.md.j2 +0 -0
  248. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/code_of_conduct.md.j2 +0 -0
  249. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/feature_request.md.j2 +0 -0
  250. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/license-Apache-2.0.j2 +0 -0
  251. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/license-MIT.j2 +0 -0
  252. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/pull_request_template.md.j2 +0 -0
  253. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/community/security.md.j2 +0 -0
  254. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/architecture.md.j2 +0 -0
  255. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/mkdocs.yml.j2 +0 -0
  256. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/readthedocs.yaml.j2 +0 -0
  257. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/requirements.md.j2 +0 -0
  258. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/docs/test-spec.md.j2 +0 -0
  259. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/editorconfig.j2 +0 -0
  260. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/gitattributes.j2 +0 -0
  261. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/gitignore.j2 +0 -0
  262. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/go/go.mod.j2 +0 -0
  263. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/go/main.go.j2 +0 -0
  264. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/belief-registry.md.j2 +0 -0
  265. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/context-budget.md.j2 +0 -0
  266. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/drift-metrics.md.j2 +0 -0
  267. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/epistemic-axioms.md.j2 +0 -0
  268. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/failure-modes.md.j2 +0 -0
  269. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/lifecycle.md.j2 +0 -0
  270. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/roles.md.j2 +0 -0
  271. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/rules.md.j2 +0 -0
  272. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/session-protocol.md.j2 +0 -0
  273. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/uncertainty-map.md.j2 +0 -0
  274. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/governance/verification.md.j2 +0 -0
  275. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/js/package.json.j2 +0 -0
  276. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/ledger.md.j2 +0 -0
  277. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/python/cli.py.j2 +0 -0
  278. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/python/init.py.j2 +0 -0
  279. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/python/pyproject.toml.j2 +0 -0
  280. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/rust/Cargo.toml.j2 +0 -0
  281. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/rust/main.rs.j2 +0 -0
  282. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/exec.cmd.j2 +0 -0
  283. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/exec.sh.j2 +0 -0
  284. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/run.cmd.j2 +0 -0
  285. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/run.sh.j2 +0 -0
  286. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/setup.cmd.j2 +0 -0
  287. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/scripts/setup.sh.j2 +0 -0
  288. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith/templates/workflows/release.yml.j2 +0 -0
  289. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/SOURCES.txt +0 -0
  290. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/dependency_links.txt +0 -0
  291. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/entry_points.txt +0 -0
  292. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/requires.txt +0 -0
  293. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/src/specsmith.egg-info/top_level.txt +0 -0
  294. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_CMD_001.py +0 -0
  295. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_agent_profiles.py +0 -0
  296. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_agent_runner_ready.py +0 -0
  297. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_esdb_license.py +0 -0
  298. {specsmith-0.13.0.dev518 → specsmith-0.13.0.dev520}/tests/test_esdb_sqlite.py +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 BitConcepts, LLC.
3
+ Copyright (c) 2026 Layer1Labs Silicon, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: specsmith
3
- Version: 0.13.0.dev518
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: BitConcepts
5
+ Author: Layer1Labs
6
6
  License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/BitConcepts/specsmith
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/BitConcepts/specsmith
10
- Project-URL: Changelog, https://github.com/BitConcepts/specsmith/blob/main/CHANGELOG.md
11
- Project-URL: Issues, https://github.com/BitConcepts/specsmith/issues
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 (BitConcepts Research, 2026), which empirically validated
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 BitConcepts, LLC.
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 (BitConcepts Research, 2026), which empirically validated
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 BitConcepts, LLC.
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.dev518"
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 = "BitConcepts"},
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/BitConcepts/specsmith"
104
+ Homepage = "https://github.com/layer1labs/specsmith"
105
105
  Documentation = "https://specsmith.readthedocs.io"
106
- Repository = "https://github.com/BitConcepts/specsmith"
107
- Changelog = "https://github.com/BitConcepts/specsmith/blob/main/CHANGELOG.md"
108
- Issues = "https://github.com/BitConcepts/specsmith/issues"
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 BitConcepts, LLC. All rights reserved.
2
+ # Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
3
3
  """Applied Epistemic Engineering — standalone Python library.
4
4
 
5
5
  Install
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
2
+ # Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
3
3
  """Allow running specsmith as ``python -m specsmith``."""
4
4
 
5
5
  from specsmith.cli import main
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
2
+ # Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
3
3
  """specsmith.agent.dispatch — Multi-agent DAG dispatcher.
4
4
 
5
5
  Public surface (REQ-321..REQ-330):
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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.
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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)
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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,
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts/kairos and BitConcepts/specsmith repos.
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,3 +1,3 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
2
+ # Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
3
3
  """specsmith command implementations."""
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
2
+ # Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
3
3
  """Structured AI regulation definitions — May 2026.
4
4
 
5
5
  Each Regulation has Articles (or Controls) with:
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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 BitConcepts, LLC. All rights reserved.
2
+ # Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
3
3
  """Compressor — ledger archival (Spec Section 26.3)."""
4
4
 
5
5
  from __future__ import annotations
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
2
+ # Copyright (c) 2026 Layer1Labs Silicon, Inc. All rights reserved.
3
3
  """Project configuration schema for specsmith."""
4
4
 
5
5
  from __future__ import annotations
@@ -1,5 +1,5 @@
1
1
  # SPDX-License-Identifier: MIT
2
- # Copyright (c) 2026 BitConcepts, LLC. All rights reserved.
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