wright-engineering 0.1.0__tar.gz → 0.1.4__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 (968) hide show
  1. {wright_engineering-0.1.0 → wright_engineering-0.1.4}/.gitignore +5 -0
  2. {wright_engineering-0.1.0 → wright_engineering-0.1.4}/PKG-INFO +5 -4
  3. {wright_engineering-0.1.0 → wright_engineering-0.1.4}/README.md +3 -3
  4. {wright_engineering-0.1.0 → wright_engineering-0.1.4}/pyproject.toml +29 -1
  5. wright_engineering-0.1.4/src/wright_engineering/__init__.py +6 -0
  6. wright_engineering-0.1.4/src/wright_engineering/appliance.py +36 -0
  7. wright_engineering-0.1.4/src/wright_engineering/cli.py +101 -0
  8. wright_engineering-0.1.4/src/wright_engineering/diagnostics.py +31 -0
  9. wright_engineering-0.1.4/src/wright_engineering/mcp_bridge.py +84 -0
  10. wright_engineering-0.1.0/.agents/skills/speckit-agent-context-update/SKILL.md +0 -31
  11. wright_engineering-0.1.0/.agents/skills/speckit-analyze/SKILL.md +0 -257
  12. wright_engineering-0.1.0/.agents/skills/speckit-checklist/SKILL.md +0 -371
  13. wright_engineering-0.1.0/.agents/skills/speckit-clarify/SKILL.md +0 -283
  14. wright_engineering-0.1.0/.agents/skills/speckit-constitution/SKILL.md +0 -154
  15. wright_engineering-0.1.0/.agents/skills/speckit-git-commit/SKILL.md +0 -53
  16. wright_engineering-0.1.0/.agents/skills/speckit-git-feature/SKILL.md +0 -72
  17. wright_engineering-0.1.0/.agents/skills/speckit-git-initialize/SKILL.md +0 -54
  18. wright_engineering-0.1.0/.agents/skills/speckit-git-remote/SKILL.md +0 -50
  19. wright_engineering-0.1.0/.agents/skills/speckit-git-validate/SKILL.md +0 -54
  20. wright_engineering-0.1.0/.agents/skills/speckit-implement/SKILL.md +0 -221
  21. wright_engineering-0.1.0/.agents/skills/speckit-plan/SKILL.md +0 -161
  22. wright_engineering-0.1.0/.agents/skills/speckit-specify/SKILL.md +0 -342
  23. wright_engineering-0.1.0/.agents/skills/speckit-tasks/SKILL.md +0 -212
  24. wright_engineering-0.1.0/.agents/skills/speckit-taskstoissues/SKILL.md +0 -104
  25. wright_engineering-0.1.0/.all-contributorsrc +0 -14
  26. wright_engineering-0.1.0/.dockerignore +0 -42
  27. wright_engineering-0.1.0/.editorconfig +0 -14
  28. wright_engineering-0.1.0/.gitattributes +0 -2
  29. wright_engineering-0.1.0/.github/CODEOWNERS +0 -18
  30. wright_engineering-0.1.0/.github/FUNDING.yml +0 -3
  31. wright_engineering-0.1.0/.github/ISSUE_TEMPLATE/bug_report.yml +0 -161
  32. wright_engineering-0.1.0/.github/ISSUE_TEMPLATE/config.yml +0 -8
  33. wright_engineering-0.1.0/.github/ISSUE_TEMPLATE/feature_request.yml +0 -67
  34. wright_engineering-0.1.0/.github/PULL_REQUEST_TEMPLATE.md +0 -16
  35. wright_engineering-0.1.0/.github/dependabot.yml +0 -86
  36. wright_engineering-0.1.0/.github/labels.yml +0 -79
  37. wright_engineering-0.1.0/.github/release-drafter.yml +0 -30
  38. wright_engineering-0.1.0/.github/workflows/docker-build.yml +0 -176
  39. wright_engineering-0.1.0/.github/workflows/docs-deploy.yml +0 -64
  40. wright_engineering-0.1.0/.github/workflows/frontend-quality.yml +0 -129
  41. wright_engineering-0.1.0/.github/workflows/public-alpha-safety.yml +0 -53
  42. wright_engineering-0.1.0/.github/workflows/publish-python-packages.yml +0 -133
  43. wright_engineering-0.1.0/.github/workflows/python-quality.yml +0 -54
  44. wright_engineering-0.1.0/.github/workflows/release-drafter.yml +0 -20
  45. wright_engineering-0.1.0/.github/workflows/release.yml +0 -117
  46. wright_engineering-0.1.0/.github/workflows/sync-hermes-plugin-mirror.yml +0 -141
  47. wright_engineering-0.1.0/.github/workflows/test-windows.yml +0 -62
  48. wright_engineering-0.1.0/.gitleaks.toml +0 -21
  49. wright_engineering-0.1.0/.gitmodules +0 -4
  50. wright_engineering-0.1.0/.hermes.md +0 -22
  51. wright_engineering-0.1.0/.pre-commit-config.yaml +0 -29
  52. wright_engineering-0.1.0/.specify/extensions/.registry +0 -47
  53. wright_engineering-0.1.0/.specify/extensions/agent-context/README.md +0 -57
  54. wright_engineering-0.1.0/.specify/extensions/agent-context/agent-context-config.yml +0 -4
  55. wright_engineering-0.1.0/.specify/extensions/agent-context/commands/speckit.agent-context.update.md +0 -26
  56. wright_engineering-0.1.0/.specify/extensions/agent-context/extension.yml +0 -34
  57. wright_engineering-0.1.0/.specify/extensions/agent-context/scripts/bash/update-agent-context.sh +0 -200
  58. wright_engineering-0.1.0/.specify/extensions/agent-context/scripts/powershell/update-agent-context.ps1 +0 -237
  59. wright_engineering-0.1.0/.specify/extensions/git/README.md +0 -100
  60. wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.commit.md +0 -48
  61. wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.feature.md +0 -67
  62. wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.initialize.md +0 -49
  63. wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.remote.md +0 -45
  64. wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.validate.md +0 -49
  65. wright_engineering-0.1.0/.specify/extensions/git/config-template.yml +0 -62
  66. wright_engineering-0.1.0/.specify/extensions/git/extension.yml +0 -140
  67. wright_engineering-0.1.0/.specify/extensions/git/git-config.yml +0 -62
  68. wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/auto-commit.sh +0 -140
  69. wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/create-new-feature.sh +0 -453
  70. wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/git-common.sh +0 -54
  71. wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/initialize-repo.sh +0 -54
  72. wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/auto-commit.ps1 +0 -169
  73. wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/create-new-feature.ps1 +0 -403
  74. wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/git-common.ps1 +0 -51
  75. wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/initialize-repo.ps1 +0 -69
  76. wright_engineering-0.1.0/.specify/extensions.yml +0 -164
  77. wright_engineering-0.1.0/.specify/feature.json +0 -3
  78. wright_engineering-0.1.0/.specify/init-options.json +0 -9
  79. wright_engineering-0.1.0/.specify/integration.json +0 -15
  80. wright_engineering-0.1.0/.specify/integrations/agy.manifest.json +0 -16
  81. wright_engineering-0.1.0/.specify/integrations/speckit.manifest.json +0 -17
  82. wright_engineering-0.1.0/.specify/memory/constitution.md +0 -53
  83. wright_engineering-0.1.0/.specify/scripts/bash/check-prerequisites.sh +0 -192
  84. wright_engineering-0.1.0/.specify/scripts/bash/common.sh +0 -644
  85. wright_engineering-0.1.0/.specify/scripts/bash/create-new-feature.sh +0 -413
  86. wright_engineering-0.1.0/.specify/scripts/bash/setup-plan.sh +0 -91
  87. wright_engineering-0.1.0/.specify/scripts/bash/setup-tasks.sh +0 -96
  88. wright_engineering-0.1.0/.specify/templates/checklist-template.md +0 -40
  89. wright_engineering-0.1.0/.specify/templates/constitution-template.md +0 -50
  90. wright_engineering-0.1.0/.specify/templates/plan-template.md +0 -113
  91. wright_engineering-0.1.0/.specify/templates/spec-template.md +0 -131
  92. wright_engineering-0.1.0/.specify/templates/tasks-template.md +0 -252
  93. wright_engineering-0.1.0/.specify/workflows/speckit/workflow.yml +0 -77
  94. wright_engineering-0.1.0/.specify/workflows/workflow-registry.json +0 -13
  95. wright_engineering-0.1.0/.vscode/launch.json +0 -28
  96. wright_engineering-0.1.0/.vscode/tasks.json +0 -66
  97. wright_engineering-0.1.0/AGENTS.md +0 -16
  98. wright_engineering-0.1.0/CHANGELOG.md +0 -24
  99. wright_engineering-0.1.0/CODE_OF_CONDUCT.md +0 -67
  100. wright_engineering-0.1.0/CONTRIBUTING.md +0 -116
  101. wright_engineering-0.1.0/Makefile +0 -182
  102. wright_engineering-0.1.0/ROADMAP.md +0 -88
  103. wright_engineering-0.1.0/SECURITY.md +0 -42
  104. wright_engineering-0.1.0/SUPPORT.md +0 -41
  105. wright_engineering-0.1.0/apps/api/pyproject.toml +0 -38
  106. wright_engineering-0.1.0/apps/api/src/api/__init__.py +0 -4
  107. wright_engineering-0.1.0/apps/api/src/api/config.py +0 -106
  108. wright_engineering-0.1.0/apps/api/src/api/database/migrate.py +0 -374
  109. wright_engineering-0.1.0/apps/api/src/api/main.py +0 -338
  110. wright_engineering-0.1.0/apps/api/src/api/middleware/__init__.py +0 -1
  111. wright_engineering-0.1.0/apps/api/src/api/middleware/tracing.py +0 -140
  112. wright_engineering-0.1.0/apps/api/src/api/routers/__init__.py +0 -1
  113. wright_engineering-0.1.0/apps/api/src/api/routers/agent.py +0 -706
  114. wright_engineering-0.1.0/apps/api/src/api/routers/gateway.py +0 -212
  115. wright_engineering-0.1.0/apps/api/src/api/routers/logs.py +0 -41
  116. wright_engineering-0.1.0/apps/api/src/api/routers/mcp.py +0 -386
  117. wright_engineering-0.1.0/apps/api/src/api/routers/settings.py +0 -87
  118. wright_engineering-0.1.0/apps/api/src/api/routers/setup.py +0 -204
  119. wright_engineering-0.1.0/apps/api/src/api/routers/vault.py +0 -55
  120. wright_engineering-0.1.0/apps/api/src/api/routers/workspace.py +0 -1136
  121. wright_engineering-0.1.0/apps/api/src/api/schemas/__init__.py +0 -4
  122. wright_engineering-0.1.0/apps/api/src/api/schemas/common.py +0 -36
  123. wright_engineering-0.1.0/apps/api/src/api/schemas/logs.py +0 -18
  124. wright_engineering-0.1.0/apps/api/src/api/schemas/settings.py +0 -14
  125. wright_engineering-0.1.0/apps/api/src/api/schemas/workspace.py +0 -325
  126. wright_engineering-0.1.0/apps/api/src/api/services/__init__.py +0 -1
  127. wright_engineering-0.1.0/apps/api/src/api/services/hermes_sync.py +0 -33
  128. wright_engineering-0.1.0/apps/api/src/api/services/mcp_services.py +0 -150
  129. wright_engineering-0.1.0/apps/api/src/api/services/wright_gateway_sync.py +0 -174
  130. wright_engineering-0.1.0/apps/api/tests/conftest.py +0 -174
  131. wright_engineering-0.1.0/apps/api/tests/test_agent_commands.py +0 -48
  132. wright_engineering-0.1.0/apps/api/tests/test_agent_health.py +0 -91
  133. wright_engineering-0.1.0/apps/api/tests/test_agent_runtime_boot.py +0 -8
  134. wright_engineering-0.1.0/apps/api/tests/test_config.py +0 -86
  135. wright_engineering-0.1.0/apps/api/tests/test_gateway_api.py +0 -301
  136. wright_engineering-0.1.0/apps/api/tests/test_hermes_adapter.py +0 -569
  137. wright_engineering-0.1.0/apps/api/tests/test_hermes_sync.py +0 -120
  138. wright_engineering-0.1.0/apps/api/tests/test_mcp_api.py +0 -390
  139. wright_engineering-0.1.0/apps/api/tests/test_mcp_catalog_seed.py +0 -139
  140. wright_engineering-0.1.0/apps/api/tests/test_mcp_credentials.py +0 -552
  141. wright_engineering-0.1.0/apps/api/tests/test_setup_api.py +0 -92
  142. wright_engineering-0.1.0/apps/api/tests/test_trace_correlation.py +0 -5
  143. wright_engineering-0.1.0/apps/api/tests/test_webmcp.py +0 -127
  144. wright_engineering-0.1.0/apps/api/tests/test_workspace_api.py +0 -1778
  145. wright_engineering-0.1.0/apps/web/.gitignore +0 -30
  146. wright_engineering-0.1.0/apps/web/README.md +0 -28
  147. wright_engineering-0.1.0/apps/web/eslint.config.js +0 -35
  148. wright_engineering-0.1.0/apps/web/index.html +0 -33
  149. wright_engineering-0.1.0/apps/web/package-lock.json +0 -5608
  150. wright_engineering-0.1.0/apps/web/package.json +0 -48
  151. wright_engineering-0.1.0/apps/web/public/favicon.svg +0 -1
  152. wright_engineering-0.1.0/apps/web/public/icons.svg +0 -24
  153. wright_engineering-0.1.0/apps/web/src/App.css +0 -184
  154. wright_engineering-0.1.0/apps/web/src/App.tsx +0 -105
  155. wright_engineering-0.1.0/apps/web/src/assets/hero.png +0 -0
  156. wright_engineering-0.1.0/apps/web/src/assets/react.svg +0 -1
  157. wright_engineering-0.1.0/apps/web/src/assets/vite.svg +0 -1
  158. wright_engineering-0.1.0/apps/web/src/components/chat/AttachmentPill.tsx +0 -73
  159. wright_engineering-0.1.0/apps/web/src/components/chat/ChatLayout.tsx +0 -14
  160. wright_engineering-0.1.0/apps/web/src/components/chat/ChatTranscript.tsx +0 -394
  161. wright_engineering-0.1.0/apps/web/src/components/chat/CommandMenu.tsx +0 -153
  162. wright_engineering-0.1.0/apps/web/src/components/chat/EditorTabs.tsx +0 -168
  163. wright_engineering-0.1.0/apps/web/src/components/chat/MessageBubble.tsx +0 -317
  164. wright_engineering-0.1.0/apps/web/src/components/chat/MessageComposer.tsx +0 -880
  165. wright_engineering-0.1.0/apps/web/src/components/chat/SessionsSidebar.tsx +0 -172
  166. wright_engineering-0.1.0/apps/web/src/components/chat/ViewerInspector.tsx +0 -561
  167. wright_engineering-0.1.0/apps/web/src/components/chat/WorkspaceActivityBar.tsx +0 -121
  168. wright_engineering-0.1.0/apps/web/src/components/chat/WorkspacePanel.tsx +0 -2818
  169. wright_engineering-0.1.0/apps/web/src/components/common/CreateWorkspaceModal.tsx +0 -258
  170. wright_engineering-0.1.0/apps/web/src/components/common/DiffViewer.tsx +0 -119
  171. wright_engineering-0.1.0/apps/web/src/components/common/EditorTabs.tsx +0 -94
  172. wright_engineering-0.1.0/apps/web/src/components/common/FileEditor.tsx +0 -171
  173. wright_engineering-0.1.0/apps/web/src/components/common/FileTree.tsx +0 -411
  174. wright_engineering-0.1.0/apps/web/src/components/common/Icons.tsx +0 -444
  175. wright_engineering-0.1.0/apps/web/src/components/common/ImagePreviewer.tsx +0 -77
  176. wright_engineering-0.1.0/apps/web/src/components/common/NavItem.tsx +0 -89
  177. wright_engineering-0.1.0/apps/web/src/components/common/Placeholder.tsx +0 -53
  178. wright_engineering-0.1.0/apps/web/src/components/common/StatusDot.tsx +0 -54
  179. wright_engineering-0.1.0/apps/web/src/components/common/ThreeDViewer.tsx +0 -210
  180. wright_engineering-0.1.0/apps/web/src/components/common/ToolsMarketplace.tsx +0 -220
  181. wright_engineering-0.1.0/apps/web/src/components/layout/AppShell.tsx +0 -52
  182. wright_engineering-0.1.0/apps/web/src/components/layout/Header.tsx +0 -70
  183. wright_engineering-0.1.0/apps/web/src/components/layout/Sidebar.tsx +0 -82
  184. wright_engineering-0.1.0/apps/web/src/components/layout/StatusBar.tsx +0 -100
  185. wright_engineering-0.1.0/apps/web/src/components/pages/DashboardPage.tsx +0 -832
  186. wright_engineering-0.1.0/apps/web/src/components/pages/FileVaultPage.tsx +0 -487
  187. wright_engineering-0.1.0/apps/web/src/components/pages/LogsPage.tsx +0 -866
  188. wright_engineering-0.1.0/apps/web/src/components/pages/NotFoundPage.tsx +0 -72
  189. wright_engineering-0.1.0/apps/web/src/components/pages/SettingsPage.tsx +0 -585
  190. wright_engineering-0.1.0/apps/web/src/components/pages/SetupPage.tsx +0 -521
  191. wright_engineering-0.1.0/apps/web/src/components/pages/ToolRegistryPage.tsx +0 -672
  192. wright_engineering-0.1.0/apps/web/src/components/pages/WorkspacePage.tsx +0 -156
  193. wright_engineering-0.1.0/apps/web/src/components/tools/AddToolModal.tsx +0 -366
  194. wright_engineering-0.1.0/apps/web/src/components/tools/ServerTypeBadge.tsx +0 -56
  195. wright_engineering-0.1.0/apps/web/src/components/tools/ToolCard.tsx +0 -1643
  196. wright_engineering-0.1.0/apps/web/src/components/tools/WorkspaceEnablement.tsx +0 -196
  197. wright_engineering-0.1.0/apps/web/src/hooks/useDesktopIntegration.ts +0 -16
  198. wright_engineering-0.1.0/apps/web/src/hooks/useHealthStatus.ts +0 -31
  199. wright_engineering-0.1.0/apps/web/src/hooks/useLogger.ts +0 -9
  200. wright_engineering-0.1.0/apps/web/src/hooks/useTrace.ts +0 -31
  201. wright_engineering-0.1.0/apps/web/src/index.css +0 -525
  202. wright_engineering-0.1.0/apps/web/src/main.tsx +0 -17
  203. wright_engineering-0.1.0/apps/web/src/services/agent-service.ts +0 -580
  204. wright_engineering-0.1.0/apps/web/src/services/api-client.ts +0 -169
  205. wright_engineering-0.1.0/apps/web/src/services/health-service.ts +0 -123
  206. wright_engineering-0.1.0/apps/web/src/services/host-adapter/browser-adapter.ts +0 -122
  207. wright_engineering-0.1.0/apps/web/src/services/host-adapter/desktop-adapter.ts +0 -164
  208. wright_engineering-0.1.0/apps/web/src/services/host-adapter/detect.ts +0 -9
  209. wright_engineering-0.1.0/apps/web/src/services/host-adapter/host-adapter.ts +0 -15
  210. wright_engineering-0.1.0/apps/web/src/services/host-adapter/index.ts +0 -46
  211. wright_engineering-0.1.0/apps/web/src/services/host-adapter/wright-desktop.d.ts +0 -75
  212. wright_engineering-0.1.0/apps/web/src/services/log-store.ts +0 -254
  213. wright_engineering-0.1.0/apps/web/src/services/logger.ts +0 -97
  214. wright_engineering-0.1.0/apps/web/src/services/mcp-service.ts +0 -473
  215. wright_engineering-0.1.0/apps/web/src/services/telemetry.ts +0 -121
  216. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/__tests__/registry.test.ts +0 -199
  217. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/index.ts +0 -3
  218. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/panel-host.ts +0 -190
  219. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/code-provider.ts +0 -577
  220. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/iframe-provider.ts +0 -132
  221. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/image-provider.ts +0 -140
  222. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/markdown-provider.tsx +0 -277
  223. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/pdf-provider.ts +0 -129
  224. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/text-provider.ts +0 -115
  225. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/threed-provider.ts +0 -284
  226. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/registry.ts +0 -189
  227. wright_engineering-0.1.0/apps/web/src/services/viewer-panel/types.ts +0 -128
  228. wright_engineering-0.1.0/apps/web/src/services/webmcp-service.ts +0 -129
  229. wright_engineering-0.1.0/apps/web/src/services/workspace-service.ts +0 -1017
  230. wright_engineering-0.1.0/apps/web/src/store/sessions.tsx +0 -1076
  231. wright_engineering-0.1.0/apps/web/src/store/tools.tsx +0 -454
  232. wright_engineering-0.1.0/apps/web/src/store/types.ts +0 -94
  233. wright_engineering-0.1.0/apps/web/src/store/viewer.tsx +0 -599
  234. wright_engineering-0.1.0/apps/web/src/test/ToolRegistryLayout.spec.tsx +0 -89
  235. wright_engineering-0.1.0/apps/web/src/test/setup.ts +0 -46
  236. wright_engineering-0.1.0/apps/web/src/tokens/design-tokens.css +0 -121
  237. wright_engineering-0.1.0/apps/web/src/types/generated/wright-contracts.ts +0 -95
  238. wright_engineering-0.1.0/apps/web/tests/AddToolModal.spec.tsx +0 -138
  239. wright_engineering-0.1.0/apps/web/tests/AppShell.spec.tsx +0 -39
  240. wright_engineering-0.1.0/apps/web/tests/ChatLayout.spec.tsx +0 -225
  241. wright_engineering-0.1.0/apps/web/tests/ChatSessions.spec.tsx +0 -545
  242. wright_engineering-0.1.0/apps/web/tests/ChatTranscript.spec.tsx +0 -81
  243. wright_engineering-0.1.0/apps/web/tests/EditorTabs.spec.tsx +0 -30
  244. wright_engineering-0.1.0/apps/web/tests/MessageBubble.spec.tsx +0 -193
  245. wright_engineering-0.1.0/apps/web/tests/MessageComposer.spec.tsx +0 -170
  246. wright_engineering-0.1.0/apps/web/tests/SessionsSidebar.spec.tsx +0 -40
  247. wright_engineering-0.1.0/apps/web/tests/SetupPage.spec.tsx +0 -51
  248. wright_engineering-0.1.0/apps/web/tests/Sidebar.spec.tsx +0 -20
  249. wright_engineering-0.1.0/apps/web/tests/StatusBar.spec.tsx +0 -149
  250. wright_engineering-0.1.0/apps/web/tests/ThreeDViewer.spec.tsx +0 -80
  251. wright_engineering-0.1.0/apps/web/tests/ToolRegistry.spec.tsx +0 -273
  252. wright_engineering-0.1.0/apps/web/tests/ViewerStore.spec.tsx +0 -162
  253. wright_engineering-0.1.0/apps/web/tests/WorkspacePanelSessions.spec.tsx +0 -444
  254. wright_engineering-0.1.0/apps/web/tests/host-adapter/browser-adapter.spec.ts +0 -81
  255. wright_engineering-0.1.0/apps/web/tests/host-adapter/desktop-adapter.spec.ts +0 -134
  256. wright_engineering-0.1.0/apps/web/tests/host-adapter/detect.spec.ts +0 -32
  257. wright_engineering-0.1.0/apps/web/tests/host-adapter/filesystem.spec.ts +0 -61
  258. wright_engineering-0.1.0/apps/web/tests/host-adapter/notifications.spec.ts +0 -70
  259. wright_engineering-0.1.0/apps/web/tests/host-adapter/select-files.spec.ts +0 -57
  260. wright_engineering-0.1.0/apps/web/tsconfig.app.json +0 -26
  261. wright_engineering-0.1.0/apps/web/tsconfig.json +0 -7
  262. wright_engineering-0.1.0/apps/web/tsconfig.node.json +0 -25
  263. wright_engineering-0.1.0/apps/web/vite.config.ts +0 -51
  264. wright_engineering-0.1.0/constitution.md +0 -53
  265. wright_engineering-0.1.0/docker/.env.example +0 -10
  266. wright_engineering-0.1.0/docker/DOCKER_HUB_README.md +0 -107
  267. wright_engineering-0.1.0/docker/Dockerfile +0 -172
  268. wright_engineering-0.1.0/docker/Dockerfile.base +0 -49
  269. wright_engineering-0.1.0/docker/Dockerfile.dev +0 -36
  270. wright_engineering-0.1.0/docker/SOUL.md +0 -10
  271. wright_engineering-0.1.0/docker/container-manifest.md +0 -57
  272. wright_engineering-0.1.0/docker/entrypoint.sh +0 -115
  273. wright_engineering-0.1.0/docker/supervisord.conf +0 -42
  274. wright_engineering-0.1.0/docker-compose.minimal.yml +0 -55
  275. wright_engineering-0.1.0/docker-compose.test.yml +0 -71
  276. wright_engineering-0.1.0/docker-compose.yml +0 -71
  277. wright_engineering-0.1.0/docs/Comprehensive Specification for Robust Feature-Based CAD Methodology_ Best Practices in Onshape and Spec-Driven Design.md +0 -62
  278. wright_engineering-0.1.0/docs/Engineering MCP Tools Discovery.md +0 -229
  279. wright_engineering-0.1.0/docs/admin/github-public-readiness.md +0 -102
  280. wright_engineering-0.1.0/docs/agent-docker-architecture.md +0 -673
  281. wright_engineering-0.1.0/docs/alpha-release-notes-template.md +0 -76
  282. wright_engineering-0.1.0/docs/alpha-release-readiness.md +0 -236
  283. wright_engineering-0.1.0/docs/api/api-reference.md +0 -31
  284. wright_engineering-0.1.0/docs/architecture/agent-adapters.md +0 -57
  285. wright_engineering-0.1.0/docs/architecture/data-storage.md +0 -29
  286. wright_engineering-0.1.0/docs/architecture/observability.md +0 -26
  287. wright_engineering-0.1.0/docs/architecture/project-structure.md +0 -52
  288. wright_engineering-0.1.0/docs/architecture/refactoring-audit-2026-07-01.md +0 -455
  289. wright_engineering-0.1.0/docs/architecture/refactoring-phase-2-2026-07-01.md +0 -1014
  290. wright_engineering-0.1.0/docs/architecture/system-overview.md +0 -67
  291. wright_engineering-0.1.0/docs/architecture/tool-registry.md +0 -39
  292. wright_engineering-0.1.0/docs/awesome-list-submissions.md +0 -58
  293. wright_engineering-0.1.0/docs/blog/introducing-wright.md +0 -130
  294. wright_engineering-0.1.0/docs/community/commercial-support.md +0 -11
  295. wright_engineering-0.1.0/docs/community/demo-gallery.md +0 -17
  296. wright_engineering-0.1.0/docs/community/discord-admin.md +0 -53
  297. wright_engineering-0.1.0/docs/community/funding.md +0 -25
  298. wright_engineering-0.1.0/docs/community/launch-indicators.md +0 -13
  299. wright_engineering-0.1.0/docs/community/partner-brief.md +0 -18
  300. wright_engineering-0.1.0/docs/community/visibility-checklist.md +0 -12
  301. wright_engineering-0.1.0/docs/community-features/011-repo-hygiene.md +0 -54
  302. wright_engineering-0.1.0/docs/community-features/012-readme-branding.md +0 -138
  303. wright_engineering-0.1.0/docs/community-features/013-github-templates.md +0 -89
  304. wright_engineering-0.1.0/docs/community-features/014-ci-quality-gates.md +0 -84
  305. wright_engineering-0.1.0/docs/community-features/015-release-engineering.md +0 -86
  306. wright_engineering-0.1.0/docs/community-features/016-docs-site.md +0 -91
  307. wright_engineering-0.1.0/docs/community-features/017-docker-distribution.md +0 -92
  308. wright_engineering-0.1.0/docs/community-features/018-community-engagement.md +0 -95
  309. wright_engineering-0.1.0/docs/community-readiness-roadmap.md +0 -55
  310. wright_engineering-0.1.0/docs/contributing/ci-cd-workflows.md +0 -166
  311. wright_engineering-0.1.0/docs/contributing/code-style.md +0 -43
  312. wright_engineering-0.1.0/docs/contributing/dev-setup.md +0 -46
  313. wright_engineering-0.1.0/docs/contributing/linux-windows-test-drift-2026-07-02.md +0 -402
  314. wright_engineering-0.1.0/docs/contributing/pull-requests.md +0 -39
  315. wright_engineering-0.1.0/docs/contributing/spec-kit.md +0 -54
  316. wright_engineering-0.1.0/docs/contributing/testing.md +0 -139
  317. wright_engineering-0.1.0/docs/demo-script.md +0 -50
  318. wright_engineering-0.1.0/docs/deployment-configurations.md +0 -707
  319. wright_engineering-0.1.0/docs/dual-mode-desktop-integration.md +0 -453
  320. wright_engineering-0.1.0/docs/getting-started/enterprise-evaluation.md +0 -13
  321. wright_engineering-0.1.0/docs/getting-started/hermes-desktop.md +0 -11
  322. wright_engineering-0.1.0/docs/getting-started/hermes-plugin.md +0 -120
  323. wright_engineering-0.1.0/docs/getting-started/install-matrix.md +0 -14
  324. wright_engineering-0.1.0/docs/getting-started/linux-gb10.md +0 -15
  325. wright_engineering-0.1.0/docs/getting-started/mcp-contributors.md +0 -11
  326. wright_engineering-0.1.0/docs/getting-started/overview.md +0 -69
  327. wright_engineering-0.1.0/docs/getting-started/prerequisites.md +0 -37
  328. wright_engineering-0.1.0/docs/getting-started/python-packages.md +0 -12
  329. wright_engineering-0.1.0/docs/getting-started/quickstart-docker.md +0 -201
  330. wright_engineering-0.1.0/docs/getting-started/quickstart-local.md +0 -137
  331. wright_engineering-0.1.0/docs/getting-started/windows-11.md +0 -18
  332. wright_engineering-0.1.0/docs/getting-started/workstation-gb10-dgx.md +0 -159
  333. wright_engineering-0.1.0/docs/good-first-issues.md +0 -70
  334. wright_engineering-0.1.0/docs/hermes-desktop-wright.md +0 -161
  335. wright_engineering-0.1.0/docs/images/favicon.ico +0 -0
  336. wright_engineering-0.1.0/docs/images/screenshot_agent_chat.png +0 -0
  337. wright_engineering-0.1.0/docs/images/screenshot_file_vault.png +0 -0
  338. wright_engineering-0.1.0/docs/images/screenshot_initial.png +0 -0
  339. wright_engineering-0.1.0/docs/images/screenshot_tool_registry.png +0 -0
  340. wright_engineering-0.1.0/docs/images/social-preview.png +0 -0
  341. wright_engineering-0.1.0/docs/images/wright-logo.png +0 -0
  342. wright_engineering-0.1.0/docs/images/wright-logo.svg +0 -69
  343. wright_engineering-0.1.0/docs/index.md +0 -76
  344. wright_engineering-0.1.0/docs/mcp-catalog/custom-tools.md +0 -56
  345. wright_engineering-0.1.0/docs/mcp-catalog/engineering_mcp_research_handoff.md +0 -988
  346. wright_engineering-0.1.0/docs/mcp-catalog/evidence/openscad-mcp-server-validation.json +0 -82
  347. wright_engineering-0.1.0/docs/mcp-catalog/evidence/openscad-mcp-server-validation.md +0 -24
  348. wright_engineering-0.1.0/docs/mcp-catalog/followups/.gitkeep +0 -1
  349. wright_engineering-0.1.0/docs/mcp-catalog/followups/autodesk-fusion-mcp-python.md +0 -102
  350. wright_engineering-0.1.0/docs/mcp-catalog/followups/creoson-mcp-bridge.md +0 -34
  351. wright_engineering-0.1.0/docs/mcp-catalog/followups/freecad-copilot-contextform.md +0 -93
  352. wright_engineering-0.1.0/docs/mcp-catalog/followups/freecad-engineering-sandraschi.md +0 -104
  353. wright_engineering-0.1.0/docs/mcp-catalog/followups/kicad-mcp-lamaalrajih.md +0 -123
  354. wright_engineering-0.1.0/docs/mcp-catalog/followups/openscad-linter-trikos529.md +0 -58
  355. wright_engineering-0.1.0/docs/mcp-catalog/followups/solidworks-mcp-alisamsam.md +0 -72
  356. wright_engineering-0.1.0/docs/mcp-catalog/followups/solidworks-mcp-python.md +0 -77
  357. wright_engineering-0.1.0/docs/mcp-catalog/followups/wincc-unified-mcp.md +0 -38
  358. wright_engineering-0.1.0/docs/mcp-catalog/mcp-server-setup-recipes.md +0 -2056
  359. wright_engineering-0.1.0/docs/mcp-catalog/mcp-server-testing-process.md +0 -121
  360. wright_engineering-0.1.0/docs/mcp-catalog/offline-cache.md +0 -27
  361. wright_engineering-0.1.0/docs/mcp-catalog/testing-problem-log.md +0 -1645
  362. wright_engineering-0.1.0/docs/mcp-catalog/tools-list.md +0 -84
  363. wright_engineering-0.1.0/docs/metadata-guide.md +0 -39
  364. wright_engineering-0.1.0/docs/public-launch-checklist.md +0 -103
  365. wright_engineering-0.1.0/docs/release/community-release-readiness.md +0 -27
  366. wright_engineering-0.1.0/docs/release/container-publishing.md +0 -32
  367. wright_engineering-0.1.0/docs/release/hermes-plugin-mirror.md +0 -203
  368. wright_engineering-0.1.0/docs/release/python-packaging.md +0 -46
  369. wright_engineering-0.1.0/docs/technical_analysis.md +0 -323
  370. wright_engineering-0.1.0/docs/user-guide/docker.md +0 -176
  371. wright_engineering-0.1.0/docs/user-guide/env-vars.md +0 -69
  372. wright_engineering-0.1.0/docs/user-guide/maintenance.md +0 -94
  373. wright_engineering-0.1.0/docs/user-guide/makefile.md +0 -61
  374. wright_engineering-0.1.0/docs/user-guide/recovery.md +0 -107
  375. wright_engineering-0.1.0/docs/versioning.md +0 -51
  376. wright_engineering-0.1.0/docs/viewer-spec.md +0 -469
  377. wright_engineering-0.1.0/docs/virtual_engineer_architecture.pdf +0 -0
  378. wright_engineering-0.1.0/docs/wright-hermes-plugin-plan.md +0 -1460
  379. wright_engineering-0.1.0/examples/bolt-analysis/README.md +0 -21
  380. wright_engineering-0.1.0/examples/bolt-analysis/main.py +0 -141
  381. wright_engineering-0.1.0/examples/bolt-analysis/output/bolt_stress.txt +0 -22
  382. wright_engineering-0.1.0/examples/bolt-analysis/output/validation.json +0 -5
  383. wright_engineering-0.1.0/examples/bracket-design/README.md +0 -21
  384. wright_engineering-0.1.0/examples/bracket-design/main.py +0 -116
  385. wright_engineering-0.1.0/examples/bracket-design/output/bracket.scad +0 -9
  386. wright_engineering-0.1.0/examples/bracket-design/output/metadata.json +0 -5
  387. wright_engineering-0.1.0/examples/onshape_cube.py +0 -129
  388. wright_engineering-0.1.0/examples/quickstart/README.md +0 -24
  389. wright_engineering-0.1.0/examples/quickstart/main.py +0 -25
  390. wright_engineering-0.1.0/fc_bridge.py +0 -426
  391. wright_engineering-0.1.0/hermes-plugin-wright/PROVENANCE.md +0 -12
  392. wright_engineering-0.1.0/hermes-plugin-wright/README.md +0 -85
  393. wright_engineering-0.1.0/hermes-plugin-wright/__init__.py +0 -55
  394. wright_engineering-0.1.0/hermes-plugin-wright/bridge.py +0 -188
  395. wright_engineering-0.1.0/hermes-plugin-wright/catalog.py +0 -92
  396. wright_engineering-0.1.0/hermes-plugin-wright/catalog.yaml +0 -1946
  397. wright_engineering-0.1.0/hermes-plugin-wright/commands.py +0 -1117
  398. wright_engineering-0.1.0/hermes-plugin-wright/plugin.yaml +0 -12
  399. wright_engineering-0.1.0/hermes-plugin-wright/pyproject.toml +0 -29
  400. wright_engineering-0.1.0/hermes-plugin-wright/schemas.py +0 -106
  401. wright_engineering-0.1.0/hermes-plugin-wright/tests/conftest.py +0 -1
  402. wright_engineering-0.1.0/hermes-plugin-wright/tests/test_bridge.py +0 -212
  403. wright_engineering-0.1.0/hermes-plugin-wright/tests/test_catalog.py +0 -964
  404. wright_engineering-0.1.0/hermes-plugin-wright/tests/test_commands.py +0 -787
  405. wright_engineering-0.1.0/hermes-plugin-wright/tests/test_plugin_metadata.py +0 -60
  406. wright_engineering-0.1.0/hermes-plugin-wright/verify_plugin.py +0 -46
  407. wright_engineering-0.1.0/hermes-slash-commands.json +0 -1531
  408. wright_engineering-0.1.0/hermes-wright-panel/README.md +0 -54
  409. wright_engineering-0.1.0/hermes-wright-panel/package.json +0 -19
  410. wright_engineering-0.1.0/hermes-wright-panel/panel.cjs +0 -398
  411. wright_engineering-0.1.0/hermes-wright-panel/preload.cjs +0 -40
  412. wright_engineering-0.1.0/hermes-wright-panel/test/README.md +0 -25
  413. wright_engineering-0.1.0/hermes-wright-panel/test/electron-test.cjs +0 -50
  414. wright_engineering-0.1.0/hermes-wright-panel/types.d.ts +0 -21
  415. wright_engineering-0.1.0/mkdocs.yml +0 -99
  416. wright_engineering-0.1.0/package-lock.json +0 -6181
  417. wright_engineering-0.1.0/package.json +0 -16
  418. wright_engineering-0.1.0/packages/agent_adapters/pyproject.toml +0 -22
  419. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/__init__.py +0 -57
  420. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/base.py +0 -130
  421. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/context.py +0 -47
  422. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/gateway.py +0 -36
  423. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes-slash-commands.json +0 -1531
  424. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes.py +0 -1038
  425. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes_config.py +0 -190
  426. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes_gateway.py +0 -64
  427. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/openclaw.py +0 -90
  428. wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/registry.py +0 -184
  429. wright_engineering-0.1.0/packages/agent_adapters/tests/test_agent_registry.py +0 -84
  430. wright_engineering-0.1.0/packages/agent_adapters/tests/test_context_materialization.py +0 -86
  431. wright_engineering-0.1.0/packages/agent_adapters/tests/test_hermes_config.py +0 -162
  432. wright_engineering-0.1.0/packages/agent_adapters/tests/test_hermes_gateway_adapter.py +0 -337
  433. wright_engineering-0.1.0/packages/agent_adapters/tests/test_hermes_gateway_profile.py +0 -30
  434. wright_engineering-0.1.0/packages/agent_adapters/tests/test_openclaw_gateway_stub.py +0 -39
  435. wright_engineering-0.1.0/packages/agent_adapters/tests/test_wright_gateway_contracts.py +0 -47
  436. wright_engineering-0.1.0/packages/core/README.md +0 -12
  437. wright_engineering-0.1.0/packages/core/pyproject.toml +0 -38
  438. wright_engineering-0.1.0/packages/core/src/core/__init__.py +0 -4
  439. wright_engineering-0.1.0/packages/core/src/core/agent_sync.py +0 -82
  440. wright_engineering-0.1.0/packages/core/src/core/logging.py +0 -102
  441. wright_engineering-0.1.0/packages/core/src/core/redaction.py +0 -79
  442. wright_engineering-0.1.0/packages/core/src/core/telemetry.py +0 -46
  443. wright_engineering-0.1.0/packages/core/src/core/tracing.py +0 -136
  444. wright_engineering-0.1.0/packages/core/src/core/workspace.py +0 -1717
  445. wright_engineering-0.1.0/packages/core/tests/test_redaction.py +0 -34
  446. wright_engineering-0.1.0/packages/core/tests/test_telemetry.py +0 -39
  447. wright_engineering-0.1.0/packages/data_vault/pyproject.toml +0 -22
  448. wright_engineering-0.1.0/packages/data_vault/src/data_vault/__init__.py +0 -5
  449. wright_engineering-0.1.0/packages/data_vault/src/data_vault/state_store.py +0 -31
  450. wright_engineering-0.1.0/packages/data_vault/tests/test_state_store.py +0 -17
  451. wright_engineering-0.1.0/packages/tool_registry/README.md +0 -12
  452. wright_engineering-0.1.0/packages/tool_registry/pyproject.toml +0 -43
  453. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/__init__.py +0 -52
  454. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/catalog_loader.py +0 -97
  455. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/catalog_models.py +0 -154
  456. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/db.py +0 -410
  457. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/engineering_catalog.py +0 -2728
  458. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/gateway.py +0 -174
  459. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/manager.py +0 -453
  460. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/mcp_catalog.py +0 -45
  461. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/mcp_followups.py +0 -87
  462. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/mcp_validation.py +0 -123
  463. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/models.py +0 -138
  464. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/__init__.py +0 -5
  465. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/base.py +0 -44
  466. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/sse.py +0 -388
  467. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/stdio.py +0 -282
  468. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/safety.py +0 -178
  469. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/secrets.py +0 -183
  470. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/services.py +0 -432
  471. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_cli.py +0 -81
  472. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_evidence.py +0 -99
  473. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_executor.py +0 -405
  474. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_plan.py +0 -135
  475. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_runner.py +0 -96
  476. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_writer.py +0 -66
  477. wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/version_check.py +0 -357
  478. wright_engineering-0.1.0/packages/tool_registry/tests/fixtures/catalog_normalization.yaml +0 -16
  479. wright_engineering-0.1.0/packages/tool_registry/tests/fixtures/validation_evidence.json +0 -20
  480. wright_engineering-0.1.0/packages/tool_registry/tests/mock_server.py +0 -77
  481. wright_engineering-0.1.0/packages/tool_registry/tests/test_catalog_normalization.py +0 -115
  482. wright_engineering-0.1.0/packages/tool_registry/tests/test_engineering_catalog.py +0 -24
  483. wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_followups.py +0 -30
  484. wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_safety.py +0 -83
  485. wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_services.py +0 -304
  486. wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation.py +0 -58
  487. wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation_evidence.py +0 -84
  488. wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation_plan.py +0 -69
  489. wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation_runner.py +0 -92
  490. wright_engineering-0.1.0/packages/tool_registry/tests/test_registry.py +0 -276
  491. wright_engineering-0.1.0/packages/tool_registry/tests/test_validation_cli.py +0 -132
  492. wright_engineering-0.1.0/packages/tool_registry/tests/test_validation_executor.py +0 -73
  493. wright_engineering-0.1.0/packages/tool_registry/tests/test_validation_writer.py +0 -41
  494. wright_engineering-0.1.0/packages/workspace_service/pyproject.toml +0 -26
  495. wright_engineering-0.1.0/packages/workspace_service/src/workspace_service/__init__.py +0 -28
  496. wright_engineering-0.1.0/packages/workspace_service/src/workspace_service/models.py +0 -75
  497. wright_engineering-0.1.0/packages/workspace_service/src/workspace_service/service.py +0 -670
  498. wright_engineering-0.1.0/packages/workspace_service/tests/test_non_hermes_activation.py +0 -87
  499. wright_engineering-0.1.0/packages/workspace_service/tests/test_workspace_service.py +0 -174
  500. wright_engineering-0.1.0/playwright.config.ts +0 -31
  501. wright_engineering-0.1.0/playwright.live.config.ts +0 -25
  502. wright_engineering-0.1.0/scripts/README.md +0 -363
  503. wright_engineering-0.1.0/scripts/alpha-release-check.ps1 +0 -55
  504. wright_engineering-0.1.0/scripts/alpha-release-check.sh +0 -35
  505. wright_engineering-0.1.0/scripts/backup-volumes.sh +0 -52
  506. wright_engineering-0.1.0/scripts/build-python-distributions.sh +0 -186
  507. wright_engineering-0.1.0/scripts/check-dev-merge.sh +0 -103
  508. wright_engineering-0.1.0/scripts/check-prod-merge.sh +0 -31
  509. wright_engineering-0.1.0/scripts/check-public-alpha-leaks.py +0 -218
  510. wright_engineering-0.1.0/scripts/cleanup-workspaces.py +0 -69
  511. wright_engineering-0.1.0/scripts/docker-smoke-test.sh +0 -129
  512. wright_engineering-0.1.0/scripts/fetch_ci_failures.py +0 -175
  513. wright_engineering-0.1.0/scripts/freecad_mcp.patch +0 -144
  514. wright_engineering-0.1.0/scripts/generate-frontend-contracts.py +0 -129
  515. wright_engineering-0.1.0/scripts/hermes-plugin-lifecycle-common.sh +0 -216
  516. wright_engineering-0.1.0/scripts/openscad-headless.sh +0 -3
  517. wright_engineering-0.1.0/scripts/patch-submodule.sh +0 -24
  518. wright_engineering-0.1.0/scripts/production-update.sh +0 -127
  519. wright_engineering-0.1.0/scripts/restore-volume.sh +0 -65
  520. wright_engineering-0.1.0/scripts/security-scan.ps1 +0 -65
  521. wright_engineering-0.1.0/scripts/security-scan.sh +0 -95
  522. wright_engineering-0.1.0/scripts/setup-wright-profile.sh +0 -56
  523. wright_engineering-0.1.0/scripts/sync-hermes-plugin-mirror.sh +0 -240
  524. wright_engineering-0.1.0/scripts/test-hermes-plugin-install.sh +0 -22
  525. wright_engineering-0.1.0/scripts/test-hermes-plugin-uninstall.sh +0 -30
  526. wright_engineering-0.1.0/scripts/test-hermes-plugin-update.sh +0 -36
  527. wright_engineering-0.1.0/scripts/validate-hermes-plugin-mirror.sh +0 -119
  528. wright_engineering-0.1.0/specs/001-initial-ui/checklists/requirements.md +0 -39
  529. wright_engineering-0.1.0/specs/001-initial-ui/contracts/ui-contracts.md +0 -212
  530. wright_engineering-0.1.0/specs/001-initial-ui/data-model.md +0 -176
  531. wright_engineering-0.1.0/specs/001-initial-ui/plan.md +0 -129
  532. wright_engineering-0.1.0/specs/001-initial-ui/quickstart.md +0 -73
  533. wright_engineering-0.1.0/specs/001-initial-ui/research.md +0 -101
  534. wright_engineering-0.1.0/specs/001-initial-ui/spec.md +0 -147
  535. wright_engineering-0.1.0/specs/001-initial-ui/tasks.md +0 -281
  536. wright_engineering-0.1.0/specs/002-hermes-llm-integration/checklists/requirements.md +0 -37
  537. wright_engineering-0.1.0/specs/002-hermes-llm-integration/contracts/api-contracts.md +0 -254
  538. wright_engineering-0.1.0/specs/002-hermes-llm-integration/data-model.md +0 -157
  539. wright_engineering-0.1.0/specs/002-hermes-llm-integration/plan.md +0 -103
  540. wright_engineering-0.1.0/specs/002-hermes-llm-integration/quickstart.md +0 -79
  541. wright_engineering-0.1.0/specs/002-hermes-llm-integration/research.md +0 -86
  542. wright_engineering-0.1.0/specs/002-hermes-llm-integration/spec.md +0 -123
  543. wright_engineering-0.1.0/specs/002-hermes-llm-integration/tasks.md +0 -217
  544. wright_engineering-0.1.0/specs/003-mcp-tool-registry/checklists/requirements.md +0 -35
  545. wright_engineering-0.1.0/specs/003-mcp-tool-registry/contracts/api-contracts.md +0 -137
  546. wright_engineering-0.1.0/specs/003-mcp-tool-registry/data-model.md +0 -55
  547. wright_engineering-0.1.0/specs/003-mcp-tool-registry/plan.md +0 -109
  548. wright_engineering-0.1.0/specs/003-mcp-tool-registry/quickstart.md +0 -48
  549. wright_engineering-0.1.0/specs/003-mcp-tool-registry/research.md +0 -27
  550. wright_engineering-0.1.0/specs/003-mcp-tool-registry/spec.md +0 -115
  551. wright_engineering-0.1.0/specs/003-mcp-tool-registry/tasks.md +0 -136
  552. wright_engineering-0.1.0/specs/004-openscad-mcp/checklists/requirements.md +0 -34
  553. wright_engineering-0.1.0/specs/004-openscad-mcp/contracts/api-contracts.md +0 -61
  554. wright_engineering-0.1.0/specs/004-openscad-mcp/data-model.md +0 -42
  555. wright_engineering-0.1.0/specs/004-openscad-mcp/plan.md +0 -98
  556. wright_engineering-0.1.0/specs/004-openscad-mcp/quickstart.md +0 -54
  557. wright_engineering-0.1.0/specs/004-openscad-mcp/research.md +0 -66
  558. wright_engineering-0.1.0/specs/004-openscad-mcp/spec.md +0 -97
  559. wright_engineering-0.1.0/specs/004-openscad-mcp/tasks.md +0 -140
  560. wright_engineering-0.1.0/specs/005-engineering-workspace/checklists/requirements.md +0 -34
  561. wright_engineering-0.1.0/specs/005-engineering-workspace/contracts/api-contracts.md +0 -221
  562. wright_engineering-0.1.0/specs/005-engineering-workspace/data-model.md +0 -117
  563. wright_engineering-0.1.0/specs/005-engineering-workspace/plan.md +0 -94
  564. wright_engineering-0.1.0/specs/005-engineering-workspace/quickstart.md +0 -93
  565. wright_engineering-0.1.0/specs/005-engineering-workspace/research.md +0 -88
  566. wright_engineering-0.1.0/specs/005-engineering-workspace/spec.md +0 -105
  567. wright_engineering-0.1.0/specs/005-engineering-workspace/tasks.md +0 -176
  568. wright_engineering-0.1.0/specs/006-ide-ui-redesign/checklists/requirements.md +0 -34
  569. wright_engineering-0.1.0/specs/006-ide-ui-redesign/contracts/api-contracts.md +0 -60
  570. wright_engineering-0.1.0/specs/006-ide-ui-redesign/data-model.md +0 -43
  571. wright_engineering-0.1.0/specs/006-ide-ui-redesign/plan.md +0 -89
  572. wright_engineering-0.1.0/specs/006-ide-ui-redesign/quickstart.md +0 -46
  573. wright_engineering-0.1.0/specs/006-ide-ui-redesign/research.md +0 -57
  574. wright_engineering-0.1.0/specs/006-ide-ui-redesign/spec.md +0 -104
  575. wright_engineering-0.1.0/specs/006-ide-ui-redesign/tasks.md +0 -109
  576. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/checklists/requirements.md +0 -36
  577. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/contracts/workspace-api.md +0 -124
  578. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/data-model.md +0 -99
  579. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/plan.md +0 -258
  580. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/quickstart.md +0 -69
  581. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/research.md +0 -74
  582. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/spec.md +0 -144
  583. wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/tasks.md +0 -194
  584. wright_engineering-0.1.0/specs/008-quality-testing-observability/checklists/requirements.md +0 -36
  585. wright_engineering-0.1.0/specs/008-quality-testing-observability/contracts/error-response.md +0 -92
  586. wright_engineering-0.1.0/specs/008-quality-testing-observability/data-model.md +0 -88
  587. wright_engineering-0.1.0/specs/008-quality-testing-observability/plan.md +0 -564
  588. wright_engineering-0.1.0/specs/008-quality-testing-observability/quickstart.md +0 -60
  589. wright_engineering-0.1.0/specs/008-quality-testing-observability/research.md +0 -85
  590. wright_engineering-0.1.0/specs/008-quality-testing-observability/spec.md +0 -264
  591. wright_engineering-0.1.0/specs/008-quality-testing-observability/tasks.md +0 -346
  592. wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/checklists/requirements.md +0 -34
  593. wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/contracts/mcp-version-check.md +0 -165
  594. wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/data-model.md +0 -91
  595. wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/plan.md +0 -353
  596. wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/research.md +0 -84
  597. wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/spec.md +0 -160
  598. wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/tasks.md +0 -234
  599. wright_engineering-0.1.0/specs/010-agent-docker-setup/checklists/requirements.md +0 -37
  600. wright_engineering-0.1.0/specs/010-agent-docker-setup/contracts/ci-docker-build.md +0 -54
  601. wright_engineering-0.1.0/specs/010-agent-docker-setup/contracts/entrypoint.md +0 -48
  602. wright_engineering-0.1.0/specs/010-agent-docker-setup/data-model.md +0 -89
  603. wright_engineering-0.1.0/specs/010-agent-docker-setup/plan.md +0 -91
  604. wright_engineering-0.1.0/specs/010-agent-docker-setup/research.md +0 -65
  605. wright_engineering-0.1.0/specs/010-agent-docker-setup/spec.md +0 -243
  606. wright_engineering-0.1.0/specs/010-agent-docker-setup/tasks.md +0 -302
  607. wright_engineering-0.1.0/specs/011-repo-hygiene/checklists/requirements.md +0 -36
  608. wright_engineering-0.1.0/specs/011-repo-hygiene/data-model.md +0 -31
  609. wright_engineering-0.1.0/specs/011-repo-hygiene/plan.md +0 -90
  610. wright_engineering-0.1.0/specs/011-repo-hygiene/quickstart.md +0 -42
  611. wright_engineering-0.1.0/specs/011-repo-hygiene/research.md +0 -37
  612. wright_engineering-0.1.0/specs/011-repo-hygiene/spec.md +0 -173
  613. wright_engineering-0.1.0/specs/011-repo-hygiene/tasks.md +0 -189
  614. wright_engineering-0.1.0/specs/012-readme-branding/checklists/requirements.md +0 -34
  615. wright_engineering-0.1.0/specs/012-readme-branding/data-model.md +0 -26
  616. wright_engineering-0.1.0/specs/012-readme-branding/plan.md +0 -82
  617. wright_engineering-0.1.0/specs/012-readme-branding/quickstart.md +0 -40
  618. wright_engineering-0.1.0/specs/012-readme-branding/research.md +0 -30
  619. wright_engineering-0.1.0/specs/012-readme-branding/spec.md +0 -113
  620. wright_engineering-0.1.0/specs/012-readme-branding/tasks.md +0 -164
  621. wright_engineering-0.1.0/specs/013-github-templates/checklists/requirements.md +0 -34
  622. wright_engineering-0.1.0/specs/013-github-templates/data-model.md +0 -48
  623. wright_engineering-0.1.0/specs/013-github-templates/plan.md +0 -111
  624. wright_engineering-0.1.0/specs/013-github-templates/quickstart.md +0 -29
  625. wright_engineering-0.1.0/specs/013-github-templates/research.md +0 -29
  626. wright_engineering-0.1.0/specs/013-github-templates/spec.md +0 -171
  627. wright_engineering-0.1.0/specs/013-github-templates/tasks.md +0 -168
  628. wright_engineering-0.1.0/specs/014-ci-quality-gates/checklists/requirements.md +0 -34
  629. wright_engineering-0.1.0/specs/014-ci-quality-gates/data-model.md +0 -71
  630. wright_engineering-0.1.0/specs/014-ci-quality-gates/plan.md +0 -79
  631. wright_engineering-0.1.0/specs/014-ci-quality-gates/quickstart.md +0 -56
  632. wright_engineering-0.1.0/specs/014-ci-quality-gates/research.md +0 -35
  633. wright_engineering-0.1.0/specs/014-ci-quality-gates/spec.md +0 -99
  634. wright_engineering-0.1.0/specs/014-ci-quality-gates/tasks.md +0 -138
  635. wright_engineering-0.1.0/specs/015-release-engineering/checklists/requirements.md +0 -34
  636. wright_engineering-0.1.0/specs/015-release-engineering/data-model.md +0 -52
  637. wright_engineering-0.1.0/specs/015-release-engineering/plan.md +0 -81
  638. wright_engineering-0.1.0/specs/015-release-engineering/quickstart.md +0 -45
  639. wright_engineering-0.1.0/specs/015-release-engineering/research.md +0 -34
  640. wright_engineering-0.1.0/specs/015-release-engineering/spec.md +0 -125
  641. wright_engineering-0.1.0/specs/015-release-engineering/tasks.md +0 -142
  642. wright_engineering-0.1.0/specs/016-docs-site/checklists/requirements.md +0 -34
  643. wright_engineering-0.1.0/specs/016-docs-site/data-model.md +0 -84
  644. wright_engineering-0.1.0/specs/016-docs-site/plan.md +0 -84
  645. wright_engineering-0.1.0/specs/016-docs-site/quickstart.md +0 -38
  646. wright_engineering-0.1.0/specs/016-docs-site/research.md +0 -31
  647. wright_engineering-0.1.0/specs/016-docs-site/spec.md +0 -108
  648. wright_engineering-0.1.0/specs/016-docs-site/tasks.md +0 -125
  649. wright_engineering-0.1.0/specs/017-docker-distribution-polish/checklists/requirements.md +0 -34
  650. wright_engineering-0.1.0/specs/017-docker-distribution-polish/data-model.md +0 -38
  651. wright_engineering-0.1.0/specs/017-docker-distribution-polish/plan.md +0 -81
  652. wright_engineering-0.1.0/specs/017-docker-distribution-polish/quickstart.md +0 -53
  653. wright_engineering-0.1.0/specs/017-docker-distribution-polish/research.md +0 -45
  654. wright_engineering-0.1.0/specs/017-docker-distribution-polish/spec.md +0 -108
  655. wright_engineering-0.1.0/specs/017-docker-distribution-polish/tasks.md +0 -158
  656. wright_engineering-0.1.0/specs/018-community-engagement/checklists/requirements.md +0 -34
  657. wright_engineering-0.1.0/specs/018-community-engagement/data-model.md +0 -63
  658. wright_engineering-0.1.0/specs/018-community-engagement/plan.md +0 -91
  659. wright_engineering-0.1.0/specs/018-community-engagement/quickstart.md +0 -79
  660. wright_engineering-0.1.0/specs/018-community-engagement/research.md +0 -50
  661. wright_engineering-0.1.0/specs/018-community-engagement/spec.md +0 -95
  662. wright_engineering-0.1.0/specs/018-community-engagement/tasks.md +0 -131
  663. wright_engineering-0.1.0/specs/019-ui-theme-redesign/checklists/requirements.md +0 -35
  664. wright_engineering-0.1.0/specs/019-ui-theme-redesign/data-model.md +0 -32
  665. wright_engineering-0.1.0/specs/019-ui-theme-redesign/plan.md +0 -83
  666. wright_engineering-0.1.0/specs/019-ui-theme-redesign/quickstart.md +0 -35
  667. wright_engineering-0.1.0/specs/019-ui-theme-redesign/research.md +0 -54
  668. wright_engineering-0.1.0/specs/019-ui-theme-redesign/spec.md +0 -97
  669. wright_engineering-0.1.0/specs/019-ui-theme-redesign/tasks.md +0 -152
  670. wright_engineering-0.1.0/specs/020-chat-composer-commands/checklists/requirements.md +0 -34
  671. wright_engineering-0.1.0/specs/020-chat-composer-commands/contracts/api.md +0 -35
  672. wright_engineering-0.1.0/specs/020-chat-composer-commands/data-model.md +0 -22
  673. wright_engineering-0.1.0/specs/020-chat-composer-commands/plan.md +0 -67
  674. wright_engineering-0.1.0/specs/020-chat-composer-commands/research.md +0 -16
  675. wright_engineering-0.1.0/specs/020-chat-composer-commands/spec.md +0 -102
  676. wright_engineering-0.1.0/specs/020-chat-composer-commands/tasks.md +0 -113
  677. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/checklists/requirements.md +0 -34
  678. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/contracts/api-contracts.md +0 -84
  679. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/data-model.md +0 -53
  680. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/plan.md +0 -140
  681. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/quickstart.md +0 -57
  682. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/research.md +0 -87
  683. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/spec.md +0 -138
  684. wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/tasks.md +0 -148
  685. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/checklists/requirements.md +0 -35
  686. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/contracts/api-contracts.md +0 -121
  687. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/data-model.md +0 -37
  688. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/plan.md +0 -93
  689. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/quickstart.md +0 -41
  690. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/research.md +0 -60
  691. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/spec.md +0 -181
  692. wright_engineering-0.1.0/specs/022-ui-navigation-redesign/tasks.md +0 -159
  693. wright_engineering-0.1.0/specs/023-viewer-panel-api/checklists/requirements.md +0 -34
  694. wright_engineering-0.1.0/specs/023-viewer-panel-api/contracts/api-contracts.md +0 -173
  695. wright_engineering-0.1.0/specs/023-viewer-panel-api/data-model.md +0 -98
  696. wright_engineering-0.1.0/specs/023-viewer-panel-api/plan.md +0 -87
  697. wright_engineering-0.1.0/specs/023-viewer-panel-api/quickstart.md +0 -59
  698. wright_engineering-0.1.0/specs/023-viewer-panel-api/research.md +0 -30
  699. wright_engineering-0.1.0/specs/023-viewer-panel-api/spec.md +0 -143
  700. wright_engineering-0.1.0/specs/023-viewer-panel-api/tasks.md +0 -207
  701. wright_engineering-0.1.0/specs/024-add-freecad-mcp/checklists/requirements.md +0 -34
  702. wright_engineering-0.1.0/specs/024-add-freecad-mcp/contracts/api-contracts.md +0 -98
  703. wright_engineering-0.1.0/specs/024-add-freecad-mcp/data-model.md +0 -35
  704. wright_engineering-0.1.0/specs/024-add-freecad-mcp/plan.md +0 -71
  705. wright_engineering-0.1.0/specs/024-add-freecad-mcp/quickstart.md +0 -41
  706. wright_engineering-0.1.0/specs/024-add-freecad-mcp/research.md +0 -21
  707. wright_engineering-0.1.0/specs/024-add-freecad-mcp/spec.md +0 -76
  708. wright_engineering-0.1.0/specs/024-add-freecad-mcp/tasks.md +0 -133
  709. wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/checklists/requirements.md +0 -37
  710. wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/data-model.md +0 -372
  711. wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/plan.md +0 -271
  712. wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/quickstart.md +0 -111
  713. wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/research.md +0 -128
  714. wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/spec.md +0 -150
  715. wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/tasks.md +0 -276
  716. wright_engineering-0.1.0/specs/026-mcp-credential-setup/checklists/requirements.md +0 -36
  717. wright_engineering-0.1.0/specs/026-mcp-credential-setup/data-model.md +0 -148
  718. wright_engineering-0.1.0/specs/026-mcp-credential-setup/plan.md +0 -266
  719. wright_engineering-0.1.0/specs/026-mcp-credential-setup/quickstart.md +0 -87
  720. wright_engineering-0.1.0/specs/026-mcp-credential-setup/research.md +0 -75
  721. wright_engineering-0.1.0/specs/026-mcp-credential-setup/spec.md +0 -123
  722. wright_engineering-0.1.0/specs/026-mcp-credential-setup/tasks.md +0 -215
  723. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/checklists/requirements.md +0 -34
  724. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/contracts/plugin_interface.md +0 -37
  725. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/data-model.md +0 -48
  726. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/plan.md +0 -71
  727. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/quickstart.md +0 -54
  728. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/research.md +0 -21
  729. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/spec.md +0 -94
  730. wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/tasks.md +0 -133
  731. wright_engineering-0.1.0/specs/028-wright-tool-catalog/checklists/requirements.md +0 -34
  732. wright_engineering-0.1.0/specs/028-wright-tool-catalog/contracts/catalog_interface.md +0 -42
  733. wright_engineering-0.1.0/specs/028-wright-tool-catalog/data-model.md +0 -58
  734. wright_engineering-0.1.0/specs/028-wright-tool-catalog/plan.md +0 -77
  735. wright_engineering-0.1.0/specs/028-wright-tool-catalog/quickstart.md +0 -30
  736. wright_engineering-0.1.0/specs/028-wright-tool-catalog/research.md +0 -20
  737. wright_engineering-0.1.0/specs/028-wright-tool-catalog/spec.md +0 -97
  738. wright_engineering-0.1.0/specs/028-wright-tool-catalog/tasks.md +0 -124
  739. wright_engineering-0.1.0/specs/029-wright-api-bridge/checklists/requirements.md +0 -34
  740. wright_engineering-0.1.0/specs/029-wright-api-bridge/contracts/bridge_interface.md +0 -85
  741. wright_engineering-0.1.0/specs/029-wright-api-bridge/data-model.md +0 -39
  742. wright_engineering-0.1.0/specs/029-wright-api-bridge/plan.md +0 -79
  743. wright_engineering-0.1.0/specs/029-wright-api-bridge/quickstart.md +0 -38
  744. wright_engineering-0.1.0/specs/029-wright-api-bridge/research.md +0 -21
  745. wright_engineering-0.1.0/specs/029-wright-api-bridge/spec.md +0 -97
  746. wright_engineering-0.1.0/specs/029-wright-api-bridge/tasks.md +0 -123
  747. wright_engineering-0.1.0/specs/030-wright-slash-commands/checklists/requirements.md +0 -35
  748. wright_engineering-0.1.0/specs/030-wright-slash-commands/contracts/command_contracts.md +0 -91
  749. wright_engineering-0.1.0/specs/030-wright-slash-commands/data-model.md +0 -55
  750. wright_engineering-0.1.0/specs/030-wright-slash-commands/plan.md +0 -122
  751. wright_engineering-0.1.0/specs/030-wright-slash-commands/quickstart.md +0 -84
  752. wright_engineering-0.1.0/specs/030-wright-slash-commands/research.md +0 -66
  753. wright_engineering-0.1.0/specs/030-wright-slash-commands/spec.md +0 -140
  754. wright_engineering-0.1.0/specs/030-wright-slash-commands/tasks.md +0 -188
  755. wright_engineering-0.1.0/specs/031-docker-integration-distribution/checklists/requirements.md +0 -34
  756. wright_engineering-0.1.0/specs/031-docker-integration-distribution/contracts/distribution_contracts.md +0 -55
  757. wright_engineering-0.1.0/specs/031-docker-integration-distribution/data-model.md +0 -37
  758. wright_engineering-0.1.0/specs/031-docker-integration-distribution/plan.md +0 -70
  759. wright_engineering-0.1.0/specs/031-docker-integration-distribution/quickstart.md +0 -45
  760. wright_engineering-0.1.0/specs/031-docker-integration-distribution/research.md +0 -55
  761. wright_engineering-0.1.0/specs/031-docker-integration-distribution/spec.md +0 -111
  762. wright_engineering-0.1.0/specs/031-docker-integration-distribution/tasks.md +0 -153
  763. wright_engineering-0.1.0/specs/032-dual-mode-desktop/contracts/ipc-contract.md +0 -51
  764. wright_engineering-0.1.0/specs/032-dual-mode-desktop/data-model.md +0 -99
  765. wright_engineering-0.1.0/specs/032-dual-mode-desktop/plan.md +0 -96
  766. wright_engineering-0.1.0/specs/032-dual-mode-desktop/quickstart.md +0 -84
  767. wright_engineering-0.1.0/specs/032-dual-mode-desktop/research.md +0 -75
  768. wright_engineering-0.1.0/specs/032-dual-mode-desktop/spec.md +0 -190
  769. wright_engineering-0.1.0/specs/032-dual-mode-desktop/tasks.md +0 -306
  770. wright_engineering-0.1.0/specs/033-fix-test-failures/checklists/requirements.md +0 -34
  771. wright_engineering-0.1.0/specs/033-fix-test-failures/contracts/validation-commands.md +0 -12
  772. wright_engineering-0.1.0/specs/033-fix-test-failures/data-model.md +0 -14
  773. wright_engineering-0.1.0/specs/033-fix-test-failures/plan.md +0 -77
  774. wright_engineering-0.1.0/specs/033-fix-test-failures/quickstart.md +0 -29
  775. wright_engineering-0.1.0/specs/033-fix-test-failures/research.md +0 -28
  776. wright_engineering-0.1.0/specs/033-fix-test-failures/spec.md +0 -86
  777. wright_engineering-0.1.0/specs/033-fix-test-failures/tasks.md +0 -115
  778. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/checklists/requirements.md +0 -34
  779. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/catalog-contract.md +0 -43
  780. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/followup-contract.md +0 -36
  781. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/ui-contract.md +0 -39
  782. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/validation-contract.md +0 -43
  783. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/data-model.md +0 -151
  784. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/plan.md +0 -123
  785. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/quickstart.md +0 -95
  786. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/research.md +0 -55
  787. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/spec.md +0 -130
  788. wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/tasks.md +0 -171
  789. wright_engineering-0.1.0/specs/035-alpha-release-readiness/alpha-release-readiness-prompt.md +0 -291
  790. wright_engineering-0.1.0/specs/035-alpha-release-readiness/plan.md +0 -47
  791. wright_engineering-0.1.0/specs/035-alpha-release-readiness/spec.md +0 -46
  792. wright_engineering-0.1.0/specs/035-alpha-release-readiness/tasks.md +0 -187
  793. wright_engineering-0.1.0/specs/036-port-nous-fixes/checklists/requirements.md +0 -34
  794. wright_engineering-0.1.0/specs/036-port-nous-fixes/contracts/extraction-contract.md +0 -35
  795. wright_engineering-0.1.0/specs/036-port-nous-fixes/contracts/validation-contract.md +0 -36
  796. wright_engineering-0.1.0/specs/036-port-nous-fixes/data-model.md +0 -84
  797. wright_engineering-0.1.0/specs/036-port-nous-fixes/plan.md +0 -107
  798. wright_engineering-0.1.0/specs/036-port-nous-fixes/quickstart.md +0 -57
  799. wright_engineering-0.1.0/specs/036-port-nous-fixes/research.md +0 -37
  800. wright_engineering-0.1.0/specs/036-port-nous-fixes/spec.md +0 -105
  801. wright_engineering-0.1.0/specs/036-port-nous-fixes/tasks.md +0 -146
  802. wright_engineering-0.1.0/specs/037-refactoring-audit/checklists/requirements.md +0 -35
  803. wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/agent-runtime-registry.md +0 -51
  804. wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/mcp-service-contract.md +0 -46
  805. wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/validation-evidence-contract.md +0 -65
  806. wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/wright-gateway-protocol.md +0 -57
  807. wright_engineering-0.1.0/specs/037-refactoring-audit/data-model.md +0 -77
  808. wright_engineering-0.1.0/specs/037-refactoring-audit/plan.md +0 -147
  809. wright_engineering-0.1.0/specs/037-refactoring-audit/quickstart.md +0 -50
  810. wright_engineering-0.1.0/specs/037-refactoring-audit/research.md +0 -50
  811. wright_engineering-0.1.0/specs/037-refactoring-audit/risk-review.md +0 -74
  812. wright_engineering-0.1.0/specs/037-refactoring-audit/spec.md +0 -176
  813. wright_engineering-0.1.0/specs/037-refactoring-audit/tasks.md +0 -316
  814. wright_engineering-0.1.0/specs/038-refactoring-phase-2/checklists/requirements.md +0 -35
  815. wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/agent-context-materialization.md +0 -36
  816. wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/frontend-contracts.md +0 -21
  817. wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/mcp-safety-policy.md +0 -32
  818. wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/telemetry-contract.md +0 -54
  819. wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/validation-cli.md +0 -36
  820. wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/workspace-service.md +0 -48
  821. wright_engineering-0.1.0/specs/038-refactoring-phase-2/data-model.md +0 -161
  822. wright_engineering-0.1.0/specs/038-refactoring-phase-2/plan.md +0 -159
  823. wright_engineering-0.1.0/specs/038-refactoring-phase-2/quickstart.md +0 -49
  824. wright_engineering-0.1.0/specs/038-refactoring-phase-2/research.md +0 -62
  825. wright_engineering-0.1.0/specs/038-refactoring-phase-2/spec.md +0 -180
  826. wright_engineering-0.1.0/specs/038-refactoring-phase-2/tasks.md +0 -239
  827. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/checklists/requirements.md +0 -34
  828. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/hermes-lifecycle-contract.md +0 -82
  829. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/mirror-repository-contract.md +0 -98
  830. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/python-package-contract.md +0 -75
  831. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/release-validation-contract.md +0 -94
  832. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/data-model.md +0 -151
  833. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/plan.md +0 -147
  834. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/quickstart.md +0 -167
  835. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/research.md +0 -88
  836. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/spec.md +0 -117
  837. wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/tasks.md +0 -242
  838. wright_engineering-0.1.0/specs/040-workspace-session-model/checklists/requirements.md +0 -34
  839. wright_engineering-0.1.0/specs/040-workspace-session-model/contracts/workspace-session-api.md +0 -153
  840. wright_engineering-0.1.0/specs/040-workspace-session-model/data-model.md +0 -101
  841. wright_engineering-0.1.0/specs/040-workspace-session-model/plan.md +0 -104
  842. wright_engineering-0.1.0/specs/040-workspace-session-model/quickstart.md +0 -55
  843. wright_engineering-0.1.0/specs/040-workspace-session-model/research.md +0 -47
  844. wright_engineering-0.1.0/specs/040-workspace-session-model/spec.md +0 -132
  845. wright_engineering-0.1.0/specs/040-workspace-session-model/tasks.md +0 -164
  846. wright_engineering-0.1.0/specs/041-community-release-readiness/checklists/requirements.md +0 -34
  847. wright_engineering-0.1.0/specs/041-community-release-readiness/contracts/public-release-artifacts.md +0 -90
  848. wright_engineering-0.1.0/specs/041-community-release-readiness/data-model.md +0 -118
  849. wright_engineering-0.1.0/specs/041-community-release-readiness/plan.md +0 -117
  850. wright_engineering-0.1.0/specs/041-community-release-readiness/quickstart.md +0 -86
  851. wright_engineering-0.1.0/specs/041-community-release-readiness/research.md +0 -74
  852. wright_engineering-0.1.0/specs/041-community-release-readiness/spec.md +0 -141
  853. wright_engineering-0.1.0/specs/041-community-release-readiness/tasks.md +0 -178
  854. wright_engineering-0.1.0/src/wright_engineering/__init__.py +0 -3
  855. wright_engineering-0.1.0/src/wright_engineering/cli.py +0 -37
  856. wright_engineering-0.1.0/tests/e2e/.gitkeep +0 -3
  857. wright_engineering-0.1.0/tests/e2e/README.md +0 -15
  858. wright_engineering-0.1.0/tests/e2e/conftest.py +0 -96
  859. wright_engineering-0.1.0/tests/e2e/test_agent_registry_smoke.py +0 -10
  860. wright_engineering-0.1.0/tests/e2e/test_api_health_smoke.py +0 -5
  861. wright_engineering-0.1.0/tests/e2e/test_mcp_listing_smoke.py +0 -9
  862. wright_engineering-0.1.0/tests/e2e/test_wright_gateway_smoke.py +0 -20
  863. wright_engineering-0.1.0/tests/e2e-live/live-chat.spec.ts +0 -74
  864. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/LICENSE +0 -1
  865. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/PROVENANCE.md +0 -8
  866. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/README.md +0 -44
  867. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/__init__.py +0 -2
  868. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/bridge.py +0 -1
  869. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/catalog.py +0 -1
  870. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/catalog.yaml +0 -1
  871. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/commands.py +0 -1
  872. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/plugin.yaml +0 -9
  873. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/provenance.json +0 -9
  874. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/pyproject.toml +0 -25
  875. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/schemas.py +0 -1
  876. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/tests/test_placeholder.py +0 -2
  877. wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/verify_plugin.py +0 -1
  878. wright_engineering-0.1.0/tests/release/__init__.py +0 -0
  879. wright_engineering-0.1.0/tests/release/conftest.py +0 -75
  880. wright_engineering-0.1.0/tests/test_alpha_release_readiness.py +0 -166
  881. wright_engineering-0.1.0/tests/test_alpha_release_wrapup.py +0 -32
  882. wright_engineering-0.1.0/tests/test_architecture_alpha_docs.py +0 -78
  883. wright_engineering-0.1.0/tests/test_blog_intro_alpha_docs.py +0 -64
  884. wright_engineering-0.1.0/tests/test_ci_cd_workflow_docs.py +0 -94
  885. wright_engineering-0.1.0/tests/test_community_feature_docs.py +0 -83
  886. wright_engineering-0.1.0/tests/test_deployment_configuration_docs.py +0 -78
  887. wright_engineering-0.1.0/tests/test_docker_smoke_contract.py +0 -84
  888. wright_engineering-0.1.0/tests/test_docs_home_overview_alpha_contract.py +0 -114
  889. wright_engineering-0.1.0/tests/test_docs_release_gate.py +0 -79
  890. wright_engineering-0.1.0/tests/test_frontend_contracts.py +0 -13
  891. wright_engineering-0.1.0/tests/test_getting_started_paths.py +0 -107
  892. wright_engineering-0.1.0/tests/test_github_labels.py +0 -66
  893. wright_engineering-0.1.0/tests/test_hermes_plugin_lifecycle_contract.py +0 -26
  894. wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_docs.py +0 -30
  895. wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_provenance.py +0 -29
  896. wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_readme.py +0 -35
  897. wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_sync.py +0 -132
  898. wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_validation.py +0 -111
  899. wright_engineering-0.1.0/tests/test_import_boundaries.py +0 -34
  900. wright_engineering-0.1.0/tests/test_legacy_plan_alpha_language.py +0 -38
  901. wright_engineering-0.1.0/tests/test_public_alpha_leak_scan.py +0 -85
  902. wright_engineering-0.1.0/tests/test_publish_python_packages_workflow.py +0 -25
  903. wright_engineering-0.1.0/tests/test_python_package_distribution_build.py +0 -31
  904. wright_engineering-0.1.0/tests/test_python_package_metadata.py +0 -49
  905. wright_engineering-0.1.0/tests/test_readme_branding_and_docker_user_guide.py +0 -80
  906. wright_engineering-0.1.0/tests/test_release_engineering_scripts.py +0 -59
  907. wright_engineering-0.1.0/tests/test_release_policy.py +0 -91
  908. wright_engineering-0.1.0/tests/test_security_scanner_setup.py +0 -95
  909. wright_engineering-0.1.0/tests/test_sync_hermes_plugin_mirror_workflow.py +0 -18
  910. wright_engineering-0.1.0/tests/ui-integration/.gitkeep +0 -3
  911. wright_engineering-0.1.0/tests/ui-integration/agent-chat.spec.ts +0 -608
  912. wright_engineering-0.1.0/tests/ui-integration/capture-screenshot.spec.ts +0 -89
  913. wright_engineering-0.1.0/tests/ui-integration/create-session.spec.ts +0 -203
  914. wright_engineering-0.1.0/tests/ui-integration/dashboard-real.spec.ts +0 -62
  915. wright_engineering-0.1.0/tests/ui-integration/dashboard.spec.ts +0 -254
  916. wright_engineering-0.1.0/tests/ui-integration/mcp-directory.spec.ts +0 -46
  917. wright_engineering-0.1.0/tests/ui-integration/navigation-redesign.spec.ts +0 -554
  918. wright_engineering-0.1.0/tests/ui-integration/navigation.spec.ts +0 -43
  919. wright_engineering-0.1.0/tests/ui-integration/setup.spec.ts +0 -123
  920. wright_engineering-0.1.0/tests/ui-integration/tool-registry.spec.ts +0 -410
  921. wright_engineering-0.1.0/tests/ui-integration/ui-consistency-theme.spec.ts +0 -172
  922. wright_engineering-0.1.0/tests/ui-integration/viewer-panel-lifecycle.spec.ts +0 -482
  923. wright_engineering-0.1.0/tests/ui-integration/viewer-panel-persistence.spec.ts +0 -278
  924. wright_engineering-0.1.0/tests/ui-integration/viewer-panel-watchdog.spec.ts +0 -263
  925. wright_engineering-0.1.0/tests/ui-smoke-test.ts +0 -112
  926. wright_engineering-0.1.0/uv.lock +0 -1755
  927. wright_engineering-0.1.0/windows-sandbox/README.md +0 -319
  928. wright_engineering-0.1.0/windows-sandbox/bootstrap-base-vm.ps1 +0 -64
  929. wright_engineering-0.1.0/windows-sandbox/diagnose-running-vm.ps1 +0 -134
  930. wright_engineering-0.1.0/windows-sandbox/hermes-code-search.ps1 +0 -19
  931. wright_engineering-0.1.0/windows-sandbox/image-factory/Build-WrightHermesImage.ps1 +0 -233
  932. wright_engineering-0.1.0/windows-sandbox/image-factory/Checkpoint-ManualHermesVm.ps1 +0 -50
  933. wright_engineering-0.1.0/windows-sandbox/image-factory/Diagnose-HermesApiInManualVm.ps1 +0 -119
  934. wright_engineering-0.1.0/windows-sandbox/image-factory/Disable-ManualHermesVmNetwork.ps1 +0 -47
  935. wright_engineering-0.1.0/windows-sandbox/image-factory/Install-WrightOnManualHermesVm.ps1 +0 -125
  936. wright_engineering-0.1.0/windows-sandbox/image-factory/New-WrightHermesTestVm.ps1 +0 -118
  937. wright_engineering-0.1.0/windows-sandbox/image-factory/README.md +0 -129
  938. wright_engineering-0.1.0/windows-sandbox/image-factory/Repair-ManualHermesVmBoot.ps1 +0 -61
  939. wright_engineering-0.1.0/windows-sandbox/image-factory/Restart-WrightApiInManualHermesVm.ps1 +0 -128
  940. wright_engineering-0.1.0/windows-sandbox/image-factory/Start-ExistingManualHermesVm.ps1 +0 -57
  941. wright_engineering-0.1.0/windows-sandbox/image-factory/Start-HermesGatewayInManualVm.ps1 +0 -112
  942. wright_engineering-0.1.0/windows-sandbox/image-factory/Start-ManualHermesVm.ps1 +0 -87
  943. wright_engineering-0.1.0/windows-sandbox/image-factory/Start-ManualHermesVmCheckpoint.ps1 +0 -57
  944. wright_engineering-0.1.0/windows-sandbox/image-factory/guest/Install-WrightForHermesTest.ps1 +0 -247
  945. wright_engineering-0.1.0/windows-sandbox/image-factory/guest/Test-WrightHermesGuest.ps1 +0 -52
  946. wright_engineering-0.1.0/windows-sandbox/image-factory/guest/Test-WrightHermesManualGuest.ps1 +0 -132
  947. wright_engineering-0.1.0/windows-sandbox/image-factory/packer/autounattend/Autounattend.xml.template +0 -147
  948. wright_engineering-0.1.0/windows-sandbox/image-factory/packer/scripts/Install-BaseTools.ps1 +0 -32
  949. wright_engineering-0.1.0/windows-sandbox/image-factory/packer/scripts/Install-HermesDesktop.ps1 +0 -156
  950. wright_engineering-0.1.0/windows-sandbox/image-factory/packer/scripts/Test-HermesReady.ps1 +0 -30
  951. wright_engineering-0.1.0/windows-sandbox/image-factory/packer/wright-hermes.pkr.hcl +0 -112
  952. wright_engineering-0.1.0/windows-sandbox/inspect-gateway-help.ps1 +0 -14
  953. wright_engineering-0.1.0/windows-sandbox/inspect-hermes-auth.ps1 +0 -99
  954. wright_engineering-0.1.0/windows-sandbox/install-wright-on-hermes-vm.ps1 +0 -154
  955. wright_engineering-0.1.0/windows-sandbox/manage-vm.ps1 +0 -189
  956. wright_engineering-0.1.0/windows-sandbox/probe-gateway-ports.ps1 +0 -10
  957. wright_engineering-0.1.0/windows-sandbox/probe-gateway.ps1 +0 -27
  958. wright_engineering-0.1.0/windows-sandbox/provision-vm.ps1 +0 -849
  959. wright_engineering-0.1.0/windows-sandbox/restore-hermes-installed-stage2.ps1 +0 -19
  960. wright_engineering-0.1.0/windows-sandbox/restore-hermes-installed.ps1 +0 -22
  961. wright_engineering-0.1.0/windows-sandbox/run-clean-vm-install.ps1 +0 -59
  962. wright_engineering-0.1.0/windows-sandbox/run-vm-test.ps1 +0 -625
  963. wright_engineering-0.1.0/windows-sandbox/setup-and-test.ps1 +0 -80
  964. wright_engineering-0.1.0/windows-sandbox/stop-vm-test-runners.ps1 +0 -30
  965. wright_engineering-0.1.0/windows-sandbox/test-windows.wsb +0 -15
  966. wright_engineering-0.1.0/windows-sandbox/update-running-vm.ps1 +0 -421
  967. wright_engineering-0.1.0/windows-sandbox/vm-gateway-current.ps1 +0 -38
  968. {wright_engineering-0.1.0 → wright_engineering-0.1.4}/LICENSE +0 -0
@@ -226,6 +226,10 @@ yarn-error.log*
226
226
 
227
227
  # Playwright / E2E Testing
228
228
  test-results/
229
+ release-evidence*.json
230
+ !specs/047-python-oci-release-train/contracts/release-evidence.schema.json
231
+ *.spdx.json
232
+ *.sarif
229
233
  playwright-report/
230
234
  blob-report/
231
235
  playwright/.cache/
@@ -248,6 +252,7 @@ vault/
248
252
  *.db-wal
249
253
  *.db-shm
250
254
  *.db-journal
255
+ *.lifecycle.lock
251
256
 
252
257
  # LanceDB vector database runtime data
253
258
  *.lance/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wright-engineering
3
- Version: 0.1.0
3
+ Version: 0.1.4
4
4
  Summary: Public-alpha helper CLI for the Wright local-first engineering appliance
5
5
  Project-URL: Homepage, https://github.com/burhop/wright
6
6
  Project-URL: Source, https://github.com/burhop/wright
@@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
22
23
  Classifier: Topic :: Scientific/Engineering
23
24
  Requires-Python: >=3.11
24
25
  Description-Content-Type: text/markdown
@@ -36,7 +37,7 @@ Description-Content-Type: text/markdown
36
37
  <p align="center">
37
38
  <a href="https://github.com/burhop/wright/actions/workflows/python-quality.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/python-quality.yml/badge.svg?branch=main" alt="Production Python CI"></a>
38
39
  <a href="https://github.com/burhop/wright/actions/workflows/frontend-quality.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/frontend-quality.yml/badge.svg?branch=main" alt="Production Frontend CI"></a>
39
- <a href="https://github.com/burhop/wright/actions/workflows/docker-build.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/docker-build.yml/badge.svg?branch=main" alt="Production Docker Build"></a>
40
+ <a href="https://github.com/burhop/wright/actions/workflows/docker-pr.yml"><img src="https://github.com/burhop/wright/actions/workflows/docker-pr.yml/badge.svg" alt="OCI Pull Request Validation"></a>
40
41
  <a href="https://github.com/burhop/wright/actions/workflows/docs-deploy.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/docs-deploy.yml/badge.svg?branch=main" alt="Production Docs"></a>
41
42
  <a href="https://github.com/burhop/wright/actions/workflows/public-alpha-safety.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/public-alpha-safety.yml/badge.svg?branch=main" alt="Production Security Scan"></a>
42
43
  <a href="https://github.com/burhop/wright/actions/workflows/release.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/release.yml/badge.svg?branch=main" alt="Production Release"></a>
@@ -211,9 +212,9 @@ wright/
211
212
  |-- packages/
212
213
  | |-- core/ # Shared domain models and logging
213
214
  | |-- agent_adapters/ # Adapter pattern for agent runtimes
214
- | |-- workspace_service/ # Workspace lifecycle orchestration facade
215
+ | |-- workspace_service/ # Workspace application use cases and local adapters
215
216
  | |-- tool_registry/ # MCP registry and validation logic
216
- | `-- data_vault/ # Placeholder package for future storage extraction
217
+ | `-- data_vault/ # SQLite lifecycle, repositories, and secret storage
217
218
  |-- hermes-plugin-wright/ # Wright Hermes plugin compatibility package
218
219
  |-- tests/
219
220
  | |-- ui-integration/ # Playwright integration tests
@@ -11,7 +11,7 @@
11
11
  <p align="center">
12
12
  <a href="https://github.com/burhop/wright/actions/workflows/python-quality.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/python-quality.yml/badge.svg?branch=main" alt="Production Python CI"></a>
13
13
  <a href="https://github.com/burhop/wright/actions/workflows/frontend-quality.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/frontend-quality.yml/badge.svg?branch=main" alt="Production Frontend CI"></a>
14
- <a href="https://github.com/burhop/wright/actions/workflows/docker-build.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/docker-build.yml/badge.svg?branch=main" alt="Production Docker Build"></a>
14
+ <a href="https://github.com/burhop/wright/actions/workflows/docker-pr.yml"><img src="https://github.com/burhop/wright/actions/workflows/docker-pr.yml/badge.svg" alt="OCI Pull Request Validation"></a>
15
15
  <a href="https://github.com/burhop/wright/actions/workflows/docs-deploy.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/docs-deploy.yml/badge.svg?branch=main" alt="Production Docs"></a>
16
16
  <a href="https://github.com/burhop/wright/actions/workflows/public-alpha-safety.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/public-alpha-safety.yml/badge.svg?branch=main" alt="Production Security Scan"></a>
17
17
  <a href="https://github.com/burhop/wright/actions/workflows/release.yml?query=branch%3Amain"><img src="https://github.com/burhop/wright/actions/workflows/release.yml/badge.svg?branch=main" alt="Production Release"></a>
@@ -186,9 +186,9 @@ wright/
186
186
  |-- packages/
187
187
  | |-- core/ # Shared domain models and logging
188
188
  | |-- agent_adapters/ # Adapter pattern for agent runtimes
189
- | |-- workspace_service/ # Workspace lifecycle orchestration facade
189
+ | |-- workspace_service/ # Workspace application use cases and local adapters
190
190
  | |-- tool_registry/ # MCP registry and validation logic
191
- | `-- data_vault/ # Placeholder package for future storage extraction
191
+ | `-- data_vault/ # SQLite lifecycle, repositories, and secret storage
192
192
  |-- hermes-plugin-wright/ # Wright Hermes plugin compatibility package
193
193
  |-- tests/
194
194
  | |-- ui-integration/ # Playwright integration tests
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "wright-engineering"
3
- version = "0.1.0"
3
+ version = "0.1.4"
4
4
  description = "Public-alpha helper CLI for the Wright local-first engineering appliance"
5
5
  requires-python = ">=3.11"
6
6
  readme = "README.md"
@@ -16,6 +16,7 @@ classifiers = [
16
16
  "Programming Language :: Python :: 3.11",
17
17
  "Programming Language :: Python :: 3.12",
18
18
  "Programming Language :: Python :: 3.13",
19
+ "Programming Language :: Python :: 3.14",
19
20
  "Topic :: Scientific/Engineering",
20
21
  ]
21
22
  dependencies = []
@@ -54,6 +55,11 @@ testpaths = [
54
55
  "packages/workspace_service/tests",
55
56
  "tests",
56
57
  ]
58
+ markers = [
59
+ "gateway: provider-neutral GatewayService contract and isolation tests",
60
+ "mcp_protocol: official MCP SDK transport and protocol compatibility tests",
61
+ "release: exact-artifact release identity, supply-chain, and recovery contracts",
62
+ ]
57
63
 
58
64
  [dependency-groups]
59
65
  dev = [
@@ -69,3 +75,25 @@ build-backend = "hatchling.build"
69
75
 
70
76
  [tool.hatch.build.targets.wheel]
71
77
  packages = ["src/wright_engineering"]
78
+
79
+ [tool.hatch.build.targets.sdist]
80
+ include = [
81
+ "/src/wright_engineering",
82
+ "/README.md",
83
+ "/LICENSE",
84
+ "/pyproject.toml",
85
+ ]
86
+ exclude = [
87
+ "/.gitignore",
88
+ "/.github",
89
+ "/.specify",
90
+ "/apps",
91
+ "/docker",
92
+ "/docs",
93
+ "/hermes-plugin-wright",
94
+ "/packages",
95
+ "/scripts",
96
+ "/specs",
97
+ "/tests",
98
+ "/windows-sandbox",
99
+ ]
@@ -0,0 +1,6 @@
1
+ """Wright public-alpha helper package."""
2
+
3
+ from importlib.metadata import version
4
+
5
+
6
+ __version__ = version("wright-engineering")
@@ -0,0 +1,36 @@
1
+ from __future__ import annotations
2
+
3
+ import json
4
+ import os
5
+ from urllib.error import HTTPError, URLError
6
+ from urllib.request import Request, urlopen
7
+
8
+
9
+ class ApplianceError(RuntimeError):
10
+ """Stable public error for appliance diagnostics."""
11
+
12
+
13
+ def appliance_status(
14
+ api_url: str, token_env: str = "WRIGHT_API_TOKEN"
15
+ ) -> dict[str, object]:
16
+ token = os.environ.get(token_env)
17
+ headers = {"Authorization": f"Bearer {token}"} if token else {}
18
+ request = Request(f"{api_url.rstrip('/')}/api/health", headers=headers)
19
+ try:
20
+ with urlopen(request, timeout=5) as response: # noqa: S310 - operator supplied URL
21
+ payload = json.loads(response.read())
22
+ except (HTTPError, URLError, TimeoutError, json.JSONDecodeError) as exc:
23
+ raise ApplianceError(
24
+ f"appliance status unavailable: {type(exc).__name__}"
25
+ ) from exc
26
+ if not isinstance(payload, dict):
27
+ raise ApplianceError("appliance returned an invalid health document")
28
+ return payload
29
+
30
+
31
+ def config_diagnostic(api_url: str, token_env: str) -> dict[str, str]:
32
+ return {
33
+ "api_url": api_url,
34
+ "token_env": token_env,
35
+ "token_status": "set" if os.environ.get(token_env) else "not set",
36
+ }
@@ -0,0 +1,101 @@
1
+ from __future__ import annotations
2
+
3
+ import argparse
4
+ import json
5
+ from pathlib import Path
6
+
7
+ from . import __version__
8
+ from .appliance import ApplianceError, appliance_status, config_diagnostic
9
+ from .diagnostics import run_diagnostics
10
+ from .mcp_bridge import serve_stdio
11
+
12
+
13
+ DOCKER_IMAGE = "burhop/wright"
14
+ GHCR_IMAGE = "ghcr.io/burhop/wright"
15
+ DOCS_URL = "https://burhop.github.io/wright/"
16
+ SUPPORT_EMAIL = "wright@makerengineer.com"
17
+
18
+
19
+ def main(argv: list[str] | None = None) -> int:
20
+ parser = argparse.ArgumentParser(
21
+ prog="wright",
22
+ description="Public-alpha helper for the Wright local-first engineering appliance.",
23
+ )
24
+ parser.add_argument(
25
+ "--version",
26
+ action="version",
27
+ version=f"wright-engineering {__version__}",
28
+ )
29
+ subcommands = parser.add_subparsers(dest="command")
30
+ doctor = subcommands.add_parser(
31
+ "doctor", help="Run dependency-safe local diagnostics."
32
+ )
33
+ doctor.add_argument(
34
+ "--strict",
35
+ action="store_true",
36
+ help="Fail when an optional appliance prerequisite is missing.",
37
+ )
38
+ appliance = subcommands.add_parser(
39
+ "appliance", help="Inspect a running Wright appliance."
40
+ )
41
+ appliance_subcommands = appliance.add_subparsers(
42
+ dest="appliance_command", required=True
43
+ )
44
+ appliance_status_parser = appliance_subcommands.add_parser("status")
45
+ appliance_status_parser.add_argument("--api-url", default="http://127.0.0.1:8000")
46
+ config = subcommands.add_parser(
47
+ "config", help="Inspect configuration without secrets."
48
+ )
49
+ config.add_argument("--api-url", default="http://127.0.0.1:8000")
50
+ config.add_argument("--token-env", default="WRIGHT_API_TOKEN")
51
+ config.add_argument("--dry-run", action="store_true", required=True)
52
+ mcp = subcommands.add_parser(
53
+ "mcp", help="Run the direct provider-neutral MCP bridge."
54
+ )
55
+ mcp_subcommands = mcp.add_subparsers(dest="mcp_command", required=True)
56
+ serve = mcp_subcommands.add_parser("serve")
57
+ serve.add_argument("--stdio", action="store_true", required=True)
58
+ serve.add_argument("--workspace", type=Path, required=True)
59
+ serve.add_argument("--api-url", default="http://127.0.0.1:8000")
60
+ serve.add_argument("--session-id", default="wright-engineering")
61
+ serve.add_argument("--token-env", default="WRIGHT_API_TOKEN")
62
+
63
+ args = parser.parse_args(argv)
64
+ if args.command is None:
65
+ print("Wright public alpha")
66
+ print(f"Docker Hub image: {DOCKER_IMAGE}:<tag>")
67
+ print(f"GHCR image: {GHCR_IMAGE}:<tag>")
68
+ print(f"Docs: {DOCS_URL}")
69
+ print(f"Support: {SUPPORT_EMAIL}")
70
+ print("Docker remains the primary end-user install path for alpha.")
71
+ return 0
72
+ if args.command == "doctor":
73
+ diagnostics = run_diagnostics()
74
+ for item in diagnostics:
75
+ print(f"{'PASS' if item.ok else 'WARN'} {item.name}: {item.detail}")
76
+ if args.strict and not all(
77
+ item.ok for item in diagnostics if item.name != "api-token"
78
+ ):
79
+ return 1
80
+ return 0
81
+ if args.command == "appliance" and args.appliance_command == "status":
82
+ try:
83
+ print(json.dumps(appliance_status(args.api_url), sort_keys=True))
84
+ except ApplianceError as exc:
85
+ print(str(exc))
86
+ return 1
87
+ return 0
88
+ if args.command == "config":
89
+ print(
90
+ json.dumps(config_diagnostic(args.api_url, args.token_env), sort_keys=True)
91
+ )
92
+ return 0
93
+ if args.command == "mcp" and args.mcp_command == "serve":
94
+ return serve_stdio(
95
+ workspace=args.workspace,
96
+ api_url=args.api_url,
97
+ session_id=args.session_id,
98
+ token_env=args.token_env,
99
+ )
100
+ parser.error(f"unknown command: {args.command}")
101
+ return 2
@@ -0,0 +1,31 @@
1
+ from __future__ import annotations
2
+
3
+ from dataclasses import dataclass
4
+ import os
5
+ from pathlib import Path
6
+ import shutil
7
+ import sys
8
+
9
+
10
+ @dataclass(frozen=True, slots=True)
11
+ class Diagnostic:
12
+ name: str
13
+ ok: bool
14
+ detail: str
15
+
16
+
17
+ def run_diagnostics() -> list[Diagnostic]:
18
+ return [
19
+ Diagnostic("python", sys.version_info >= (3, 11), sys.version.split()[0]),
20
+ Diagnostic(
21
+ "docker",
22
+ shutil.which("docker") is not None,
23
+ shutil.which("docker") or "not found",
24
+ ),
25
+ Diagnostic("workspace", Path.cwd().exists(), str(Path.cwd())),
26
+ Diagnostic(
27
+ "api-token",
28
+ bool(os.environ.get("WRIGHT_API_TOKEN")),
29
+ "set" if os.environ.get("WRIGHT_API_TOKEN") else "not set",
30
+ ),
31
+ ]
@@ -0,0 +1,84 @@
1
+ from __future__ import annotations
2
+
3
+ import json
4
+ import os
5
+ from pathlib import Path
6
+ import sys
7
+ from typing import BinaryIO
8
+ from urllib.error import HTTPError, URLError
9
+ from urllib.request import Request, urlopen
10
+
11
+
12
+ class McpBridgeError(RuntimeError):
13
+ """Stable, redacted public bridge failure."""
14
+
15
+
16
+ def _response_payload(content_type: str, body: bytes) -> bytes | None:
17
+ if not body:
18
+ return None
19
+ if "text/event-stream" in content_type:
20
+ data = [line[6:] for line in body.splitlines() if line.startswith(b"data: ")]
21
+ return data[-1] if data else None
22
+ return body
23
+
24
+
25
+ def serve_stdio(
26
+ *,
27
+ workspace: Path,
28
+ api_url: str = "http://127.0.0.1:8000",
29
+ session_id: str = "wright-engineering",
30
+ token_env: str = "WRIGHT_API_TOKEN",
31
+ stdin: BinaryIO | None = None,
32
+ stdout: BinaryIO | None = None,
33
+ ) -> int:
34
+ """Bridge newline-delimited MCP STDIO messages to Wright Streamable HTTP."""
35
+ source = stdin or sys.stdin.buffer
36
+ sink = stdout or sys.stdout.buffer
37
+ token = os.environ.get(token_env)
38
+ if not token:
39
+ raise McpBridgeError(
40
+ f"required bearer token environment variable is not set: {token_env}"
41
+ )
42
+ transport_session: str | None = None
43
+ endpoint = f"{api_url.rstrip('/')}/mcp"
44
+ workspace_identity = str(workspace)
45
+ for raw_line in source:
46
+ if not raw_line.strip():
47
+ continue
48
+ try:
49
+ message = json.loads(raw_line)
50
+ except json.JSONDecodeError as exc:
51
+ raise McpBridgeError("invalid JSON on MCP STDIO input") from exc
52
+ protocol = "2025-11-25"
53
+ if message.get("method") == "initialize":
54
+ protocol = str(message.get("params", {}).get("protocolVersion", protocol))
55
+ headers = {
56
+ "Authorization": f"Bearer {token}",
57
+ "Content-Type": "application/json",
58
+ "Accept": "application/json, text/event-stream",
59
+ "Origin": "http://127.0.0.1",
60
+ "MCP-Protocol-Version": protocol,
61
+ "X-Wright-Session-Id": session_id,
62
+ "X-Wright-Workspace-Id": workspace_identity,
63
+ }
64
+ if transport_session:
65
+ headers["Mcp-Session-Id"] = transport_session
66
+ request = Request(
67
+ endpoint, data=json.dumps(message).encode(), headers=headers, method="POST"
68
+ )
69
+ try:
70
+ with urlopen(request, timeout=130) as response: # noqa: S310 - explicit operator URL
71
+ transport_session = response.headers.get(
72
+ "Mcp-Session-Id", transport_session
73
+ )
74
+ payload = _response_payload(
75
+ response.headers.get("Content-Type", ""), response.read()
76
+ )
77
+ except (HTTPError, URLError, TimeoutError) as exc:
78
+ raise McpBridgeError(
79
+ f"Wright MCP transport failed: {type(exc).__name__}"
80
+ ) from exc
81
+ if payload:
82
+ sink.write(payload.rstrip(b"\r\n") + b"\n")
83
+ sink.flush()
84
+ return 0
@@ -1,31 +0,0 @@
1
- ---
2
- name: speckit-agent-context-update
3
- description: Refresh the managed Spec Kit section in the coding agent context file
4
- compatibility: Requires spec-kit project structure with .specify/ directory
5
- metadata:
6
- author: github-spec-kit
7
- source: agent-context:commands/speckit.agent-context.update.md
8
- ---
9
-
10
- # Update Coding Agent Context
11
-
12
- Refresh the managed Spec Kit section inside the active coding agent's context/instruction file (e.g. `CLAUDE.md`, `.github/copilot-instructions.md`, `AGENTS.md`).
13
-
14
- ## Behavior
15
-
16
- The script reads the agent-context extension config at
17
- `.specify/extensions/agent-context/agent-context-config.yml` to discover:
18
-
19
- - `context_file` — the path of the coding agent context file to manage.
20
- - `context_markers.start` / `.end` — the delimiters surrounding the managed section. Defaults to `<!-- SPECKIT START -->` and `<!-- SPECKIT END -->` when the field is missing.
21
-
22
- It then creates, replaces, or appends the managed block so that the section points at the most recent plan path when one can be discovered (`specs/<feature>/plan.md`).
23
-
24
- If `context_file` is empty or the file cannot be located, the command reports nothing to do and exits successfully.
25
-
26
- ## Execution
27
-
28
- - **Bash**: `.specify/extensions/agent-context/scripts/bash/update-agent-context.sh [plan_path]`
29
- - **PowerShell**: `.specify/extensions/agent-context/scripts/powershell/update-agent-context.ps1 [plan_path]`
30
-
31
- When `plan_path` is omitted, the script auto-detects the most recently modified `specs/*/plan.md`.