wright-engineering 0.1.0__tar.gz → 0.1.5__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.
- {wright_engineering-0.1.0 → wright_engineering-0.1.5}/.gitignore +5 -0
- {wright_engineering-0.1.0 → wright_engineering-0.1.5}/PKG-INFO +5 -4
- {wright_engineering-0.1.0 → wright_engineering-0.1.5}/README.md +3 -3
- {wright_engineering-0.1.0 → wright_engineering-0.1.5}/pyproject.toml +29 -1
- wright_engineering-0.1.5/src/wright_engineering/__init__.py +6 -0
- wright_engineering-0.1.5/src/wright_engineering/appliance.py +36 -0
- wright_engineering-0.1.5/src/wright_engineering/cli.py +101 -0
- wright_engineering-0.1.5/src/wright_engineering/diagnostics.py +31 -0
- wright_engineering-0.1.5/src/wright_engineering/mcp_bridge.py +84 -0
- wright_engineering-0.1.0/.agents/skills/speckit-agent-context-update/SKILL.md +0 -31
- wright_engineering-0.1.0/.agents/skills/speckit-analyze/SKILL.md +0 -257
- wright_engineering-0.1.0/.agents/skills/speckit-checklist/SKILL.md +0 -371
- wright_engineering-0.1.0/.agents/skills/speckit-clarify/SKILL.md +0 -283
- wright_engineering-0.1.0/.agents/skills/speckit-constitution/SKILL.md +0 -154
- wright_engineering-0.1.0/.agents/skills/speckit-git-commit/SKILL.md +0 -53
- wright_engineering-0.1.0/.agents/skills/speckit-git-feature/SKILL.md +0 -72
- wright_engineering-0.1.0/.agents/skills/speckit-git-initialize/SKILL.md +0 -54
- wright_engineering-0.1.0/.agents/skills/speckit-git-remote/SKILL.md +0 -50
- wright_engineering-0.1.0/.agents/skills/speckit-git-validate/SKILL.md +0 -54
- wright_engineering-0.1.0/.agents/skills/speckit-implement/SKILL.md +0 -221
- wright_engineering-0.1.0/.agents/skills/speckit-plan/SKILL.md +0 -161
- wright_engineering-0.1.0/.agents/skills/speckit-specify/SKILL.md +0 -342
- wright_engineering-0.1.0/.agents/skills/speckit-tasks/SKILL.md +0 -212
- wright_engineering-0.1.0/.agents/skills/speckit-taskstoissues/SKILL.md +0 -104
- wright_engineering-0.1.0/.all-contributorsrc +0 -14
- wright_engineering-0.1.0/.dockerignore +0 -42
- wright_engineering-0.1.0/.editorconfig +0 -14
- wright_engineering-0.1.0/.gitattributes +0 -2
- wright_engineering-0.1.0/.github/CODEOWNERS +0 -18
- wright_engineering-0.1.0/.github/FUNDING.yml +0 -3
- wright_engineering-0.1.0/.github/ISSUE_TEMPLATE/bug_report.yml +0 -161
- wright_engineering-0.1.0/.github/ISSUE_TEMPLATE/config.yml +0 -8
- wright_engineering-0.1.0/.github/ISSUE_TEMPLATE/feature_request.yml +0 -67
- wright_engineering-0.1.0/.github/PULL_REQUEST_TEMPLATE.md +0 -16
- wright_engineering-0.1.0/.github/dependabot.yml +0 -86
- wright_engineering-0.1.0/.github/labels.yml +0 -79
- wright_engineering-0.1.0/.github/release-drafter.yml +0 -30
- wright_engineering-0.1.0/.github/workflows/docker-build.yml +0 -176
- wright_engineering-0.1.0/.github/workflows/docs-deploy.yml +0 -64
- wright_engineering-0.1.0/.github/workflows/frontend-quality.yml +0 -129
- wright_engineering-0.1.0/.github/workflows/public-alpha-safety.yml +0 -53
- wright_engineering-0.1.0/.github/workflows/publish-python-packages.yml +0 -133
- wright_engineering-0.1.0/.github/workflows/python-quality.yml +0 -54
- wright_engineering-0.1.0/.github/workflows/release-drafter.yml +0 -20
- wright_engineering-0.1.0/.github/workflows/release.yml +0 -117
- wright_engineering-0.1.0/.github/workflows/sync-hermes-plugin-mirror.yml +0 -141
- wright_engineering-0.1.0/.github/workflows/test-windows.yml +0 -62
- wright_engineering-0.1.0/.gitleaks.toml +0 -21
- wright_engineering-0.1.0/.gitmodules +0 -4
- wright_engineering-0.1.0/.hermes.md +0 -22
- wright_engineering-0.1.0/.pre-commit-config.yaml +0 -29
- wright_engineering-0.1.0/.specify/extensions/.registry +0 -47
- wright_engineering-0.1.0/.specify/extensions/agent-context/README.md +0 -57
- wright_engineering-0.1.0/.specify/extensions/agent-context/agent-context-config.yml +0 -4
- wright_engineering-0.1.0/.specify/extensions/agent-context/commands/speckit.agent-context.update.md +0 -26
- wright_engineering-0.1.0/.specify/extensions/agent-context/extension.yml +0 -34
- wright_engineering-0.1.0/.specify/extensions/agent-context/scripts/bash/update-agent-context.sh +0 -200
- wright_engineering-0.1.0/.specify/extensions/agent-context/scripts/powershell/update-agent-context.ps1 +0 -237
- wright_engineering-0.1.0/.specify/extensions/git/README.md +0 -100
- wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.commit.md +0 -48
- wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.feature.md +0 -67
- wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.initialize.md +0 -49
- wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.remote.md +0 -45
- wright_engineering-0.1.0/.specify/extensions/git/commands/speckit.git.validate.md +0 -49
- wright_engineering-0.1.0/.specify/extensions/git/config-template.yml +0 -62
- wright_engineering-0.1.0/.specify/extensions/git/extension.yml +0 -140
- wright_engineering-0.1.0/.specify/extensions/git/git-config.yml +0 -62
- wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/auto-commit.sh +0 -140
- wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/create-new-feature.sh +0 -453
- wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/git-common.sh +0 -54
- wright_engineering-0.1.0/.specify/extensions/git/scripts/bash/initialize-repo.sh +0 -54
- wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/auto-commit.ps1 +0 -169
- wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/create-new-feature.ps1 +0 -403
- wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/git-common.ps1 +0 -51
- wright_engineering-0.1.0/.specify/extensions/git/scripts/powershell/initialize-repo.ps1 +0 -69
- wright_engineering-0.1.0/.specify/extensions.yml +0 -164
- wright_engineering-0.1.0/.specify/feature.json +0 -3
- wright_engineering-0.1.0/.specify/init-options.json +0 -9
- wright_engineering-0.1.0/.specify/integration.json +0 -15
- wright_engineering-0.1.0/.specify/integrations/agy.manifest.json +0 -16
- wright_engineering-0.1.0/.specify/integrations/speckit.manifest.json +0 -17
- wright_engineering-0.1.0/.specify/memory/constitution.md +0 -53
- wright_engineering-0.1.0/.specify/scripts/bash/check-prerequisites.sh +0 -192
- wright_engineering-0.1.0/.specify/scripts/bash/common.sh +0 -644
- wright_engineering-0.1.0/.specify/scripts/bash/create-new-feature.sh +0 -413
- wright_engineering-0.1.0/.specify/scripts/bash/setup-plan.sh +0 -91
- wright_engineering-0.1.0/.specify/scripts/bash/setup-tasks.sh +0 -96
- wright_engineering-0.1.0/.specify/templates/checklist-template.md +0 -40
- wright_engineering-0.1.0/.specify/templates/constitution-template.md +0 -50
- wright_engineering-0.1.0/.specify/templates/plan-template.md +0 -113
- wright_engineering-0.1.0/.specify/templates/spec-template.md +0 -131
- wright_engineering-0.1.0/.specify/templates/tasks-template.md +0 -252
- wright_engineering-0.1.0/.specify/workflows/speckit/workflow.yml +0 -77
- wright_engineering-0.1.0/.specify/workflows/workflow-registry.json +0 -13
- wright_engineering-0.1.0/.vscode/launch.json +0 -28
- wright_engineering-0.1.0/.vscode/tasks.json +0 -66
- wright_engineering-0.1.0/AGENTS.md +0 -16
- wright_engineering-0.1.0/CHANGELOG.md +0 -24
- wright_engineering-0.1.0/CODE_OF_CONDUCT.md +0 -67
- wright_engineering-0.1.0/CONTRIBUTING.md +0 -116
- wright_engineering-0.1.0/Makefile +0 -182
- wright_engineering-0.1.0/ROADMAP.md +0 -88
- wright_engineering-0.1.0/SECURITY.md +0 -42
- wright_engineering-0.1.0/SUPPORT.md +0 -41
- wright_engineering-0.1.0/apps/api/pyproject.toml +0 -38
- wright_engineering-0.1.0/apps/api/src/api/__init__.py +0 -4
- wright_engineering-0.1.0/apps/api/src/api/config.py +0 -106
- wright_engineering-0.1.0/apps/api/src/api/database/migrate.py +0 -374
- wright_engineering-0.1.0/apps/api/src/api/main.py +0 -338
- wright_engineering-0.1.0/apps/api/src/api/middleware/__init__.py +0 -1
- wright_engineering-0.1.0/apps/api/src/api/middleware/tracing.py +0 -140
- wright_engineering-0.1.0/apps/api/src/api/routers/__init__.py +0 -1
- wright_engineering-0.1.0/apps/api/src/api/routers/agent.py +0 -706
- wright_engineering-0.1.0/apps/api/src/api/routers/gateway.py +0 -212
- wright_engineering-0.1.0/apps/api/src/api/routers/logs.py +0 -41
- wright_engineering-0.1.0/apps/api/src/api/routers/mcp.py +0 -386
- wright_engineering-0.1.0/apps/api/src/api/routers/settings.py +0 -87
- wright_engineering-0.1.0/apps/api/src/api/routers/setup.py +0 -204
- wright_engineering-0.1.0/apps/api/src/api/routers/vault.py +0 -55
- wright_engineering-0.1.0/apps/api/src/api/routers/workspace.py +0 -1136
- wright_engineering-0.1.0/apps/api/src/api/schemas/__init__.py +0 -4
- wright_engineering-0.1.0/apps/api/src/api/schemas/common.py +0 -36
- wright_engineering-0.1.0/apps/api/src/api/schemas/logs.py +0 -18
- wright_engineering-0.1.0/apps/api/src/api/schemas/settings.py +0 -14
- wright_engineering-0.1.0/apps/api/src/api/schemas/workspace.py +0 -325
- wright_engineering-0.1.0/apps/api/src/api/services/__init__.py +0 -1
- wright_engineering-0.1.0/apps/api/src/api/services/hermes_sync.py +0 -33
- wright_engineering-0.1.0/apps/api/src/api/services/mcp_services.py +0 -150
- wright_engineering-0.1.0/apps/api/src/api/services/wright_gateway_sync.py +0 -174
- wright_engineering-0.1.0/apps/api/tests/conftest.py +0 -174
- wright_engineering-0.1.0/apps/api/tests/test_agent_commands.py +0 -48
- wright_engineering-0.1.0/apps/api/tests/test_agent_health.py +0 -91
- wright_engineering-0.1.0/apps/api/tests/test_agent_runtime_boot.py +0 -8
- wright_engineering-0.1.0/apps/api/tests/test_config.py +0 -86
- wright_engineering-0.1.0/apps/api/tests/test_gateway_api.py +0 -301
- wright_engineering-0.1.0/apps/api/tests/test_hermes_adapter.py +0 -569
- wright_engineering-0.1.0/apps/api/tests/test_hermes_sync.py +0 -120
- wright_engineering-0.1.0/apps/api/tests/test_mcp_api.py +0 -390
- wright_engineering-0.1.0/apps/api/tests/test_mcp_catalog_seed.py +0 -139
- wright_engineering-0.1.0/apps/api/tests/test_mcp_credentials.py +0 -552
- wright_engineering-0.1.0/apps/api/tests/test_setup_api.py +0 -92
- wright_engineering-0.1.0/apps/api/tests/test_trace_correlation.py +0 -5
- wright_engineering-0.1.0/apps/api/tests/test_webmcp.py +0 -127
- wright_engineering-0.1.0/apps/api/tests/test_workspace_api.py +0 -1778
- wright_engineering-0.1.0/apps/web/.gitignore +0 -30
- wright_engineering-0.1.0/apps/web/README.md +0 -28
- wright_engineering-0.1.0/apps/web/eslint.config.js +0 -35
- wright_engineering-0.1.0/apps/web/index.html +0 -33
- wright_engineering-0.1.0/apps/web/package-lock.json +0 -5608
- wright_engineering-0.1.0/apps/web/package.json +0 -48
- wright_engineering-0.1.0/apps/web/public/favicon.svg +0 -1
- wright_engineering-0.1.0/apps/web/public/icons.svg +0 -24
- wright_engineering-0.1.0/apps/web/src/App.css +0 -184
- wright_engineering-0.1.0/apps/web/src/App.tsx +0 -105
- wright_engineering-0.1.0/apps/web/src/assets/hero.png +0 -0
- wright_engineering-0.1.0/apps/web/src/assets/react.svg +0 -1
- wright_engineering-0.1.0/apps/web/src/assets/vite.svg +0 -1
- wright_engineering-0.1.0/apps/web/src/components/chat/AttachmentPill.tsx +0 -73
- wright_engineering-0.1.0/apps/web/src/components/chat/ChatLayout.tsx +0 -14
- wright_engineering-0.1.0/apps/web/src/components/chat/ChatTranscript.tsx +0 -394
- wright_engineering-0.1.0/apps/web/src/components/chat/CommandMenu.tsx +0 -153
- wright_engineering-0.1.0/apps/web/src/components/chat/EditorTabs.tsx +0 -168
- wright_engineering-0.1.0/apps/web/src/components/chat/MessageBubble.tsx +0 -317
- wright_engineering-0.1.0/apps/web/src/components/chat/MessageComposer.tsx +0 -880
- wright_engineering-0.1.0/apps/web/src/components/chat/SessionsSidebar.tsx +0 -172
- wright_engineering-0.1.0/apps/web/src/components/chat/ViewerInspector.tsx +0 -561
- wright_engineering-0.1.0/apps/web/src/components/chat/WorkspaceActivityBar.tsx +0 -121
- wright_engineering-0.1.0/apps/web/src/components/chat/WorkspacePanel.tsx +0 -2818
- wright_engineering-0.1.0/apps/web/src/components/common/CreateWorkspaceModal.tsx +0 -258
- wright_engineering-0.1.0/apps/web/src/components/common/DiffViewer.tsx +0 -119
- wright_engineering-0.1.0/apps/web/src/components/common/EditorTabs.tsx +0 -94
- wright_engineering-0.1.0/apps/web/src/components/common/FileEditor.tsx +0 -171
- wright_engineering-0.1.0/apps/web/src/components/common/FileTree.tsx +0 -411
- wright_engineering-0.1.0/apps/web/src/components/common/Icons.tsx +0 -444
- wright_engineering-0.1.0/apps/web/src/components/common/ImagePreviewer.tsx +0 -77
- wright_engineering-0.1.0/apps/web/src/components/common/NavItem.tsx +0 -89
- wright_engineering-0.1.0/apps/web/src/components/common/Placeholder.tsx +0 -53
- wright_engineering-0.1.0/apps/web/src/components/common/StatusDot.tsx +0 -54
- wright_engineering-0.1.0/apps/web/src/components/common/ThreeDViewer.tsx +0 -210
- wright_engineering-0.1.0/apps/web/src/components/common/ToolsMarketplace.tsx +0 -220
- wright_engineering-0.1.0/apps/web/src/components/layout/AppShell.tsx +0 -52
- wright_engineering-0.1.0/apps/web/src/components/layout/Header.tsx +0 -70
- wright_engineering-0.1.0/apps/web/src/components/layout/Sidebar.tsx +0 -82
- wright_engineering-0.1.0/apps/web/src/components/layout/StatusBar.tsx +0 -100
- wright_engineering-0.1.0/apps/web/src/components/pages/DashboardPage.tsx +0 -832
- wright_engineering-0.1.0/apps/web/src/components/pages/FileVaultPage.tsx +0 -487
- wright_engineering-0.1.0/apps/web/src/components/pages/LogsPage.tsx +0 -866
- wright_engineering-0.1.0/apps/web/src/components/pages/NotFoundPage.tsx +0 -72
- wright_engineering-0.1.0/apps/web/src/components/pages/SettingsPage.tsx +0 -585
- wright_engineering-0.1.0/apps/web/src/components/pages/SetupPage.tsx +0 -521
- wright_engineering-0.1.0/apps/web/src/components/pages/ToolRegistryPage.tsx +0 -672
- wright_engineering-0.1.0/apps/web/src/components/pages/WorkspacePage.tsx +0 -156
- wright_engineering-0.1.0/apps/web/src/components/tools/AddToolModal.tsx +0 -366
- wright_engineering-0.1.0/apps/web/src/components/tools/ServerTypeBadge.tsx +0 -56
- wright_engineering-0.1.0/apps/web/src/components/tools/ToolCard.tsx +0 -1643
- wright_engineering-0.1.0/apps/web/src/components/tools/WorkspaceEnablement.tsx +0 -196
- wright_engineering-0.1.0/apps/web/src/hooks/useDesktopIntegration.ts +0 -16
- wright_engineering-0.1.0/apps/web/src/hooks/useHealthStatus.ts +0 -31
- wright_engineering-0.1.0/apps/web/src/hooks/useLogger.ts +0 -9
- wright_engineering-0.1.0/apps/web/src/hooks/useTrace.ts +0 -31
- wright_engineering-0.1.0/apps/web/src/index.css +0 -525
- wright_engineering-0.1.0/apps/web/src/main.tsx +0 -17
- wright_engineering-0.1.0/apps/web/src/services/agent-service.ts +0 -580
- wright_engineering-0.1.0/apps/web/src/services/api-client.ts +0 -169
- wright_engineering-0.1.0/apps/web/src/services/health-service.ts +0 -123
- wright_engineering-0.1.0/apps/web/src/services/host-adapter/browser-adapter.ts +0 -122
- wright_engineering-0.1.0/apps/web/src/services/host-adapter/desktop-adapter.ts +0 -164
- wright_engineering-0.1.0/apps/web/src/services/host-adapter/detect.ts +0 -9
- wright_engineering-0.1.0/apps/web/src/services/host-adapter/host-adapter.ts +0 -15
- wright_engineering-0.1.0/apps/web/src/services/host-adapter/index.ts +0 -46
- wright_engineering-0.1.0/apps/web/src/services/host-adapter/wright-desktop.d.ts +0 -75
- wright_engineering-0.1.0/apps/web/src/services/log-store.ts +0 -254
- wright_engineering-0.1.0/apps/web/src/services/logger.ts +0 -97
- wright_engineering-0.1.0/apps/web/src/services/mcp-service.ts +0 -473
- wright_engineering-0.1.0/apps/web/src/services/telemetry.ts +0 -121
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/__tests__/registry.test.ts +0 -199
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/index.ts +0 -3
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/panel-host.ts +0 -190
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/code-provider.ts +0 -577
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/iframe-provider.ts +0 -132
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/image-provider.ts +0 -140
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/markdown-provider.tsx +0 -277
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/pdf-provider.ts +0 -129
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/text-provider.ts +0 -115
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/providers/threed-provider.ts +0 -284
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/registry.ts +0 -189
- wright_engineering-0.1.0/apps/web/src/services/viewer-panel/types.ts +0 -128
- wright_engineering-0.1.0/apps/web/src/services/webmcp-service.ts +0 -129
- wright_engineering-0.1.0/apps/web/src/services/workspace-service.ts +0 -1017
- wright_engineering-0.1.0/apps/web/src/store/sessions.tsx +0 -1076
- wright_engineering-0.1.0/apps/web/src/store/tools.tsx +0 -454
- wright_engineering-0.1.0/apps/web/src/store/types.ts +0 -94
- wright_engineering-0.1.0/apps/web/src/store/viewer.tsx +0 -599
- wright_engineering-0.1.0/apps/web/src/test/ToolRegistryLayout.spec.tsx +0 -89
- wright_engineering-0.1.0/apps/web/src/test/setup.ts +0 -46
- wright_engineering-0.1.0/apps/web/src/tokens/design-tokens.css +0 -121
- wright_engineering-0.1.0/apps/web/src/types/generated/wright-contracts.ts +0 -95
- wright_engineering-0.1.0/apps/web/tests/AddToolModal.spec.tsx +0 -138
- wright_engineering-0.1.0/apps/web/tests/AppShell.spec.tsx +0 -39
- wright_engineering-0.1.0/apps/web/tests/ChatLayout.spec.tsx +0 -225
- wright_engineering-0.1.0/apps/web/tests/ChatSessions.spec.tsx +0 -545
- wright_engineering-0.1.0/apps/web/tests/ChatTranscript.spec.tsx +0 -81
- wright_engineering-0.1.0/apps/web/tests/EditorTabs.spec.tsx +0 -30
- wright_engineering-0.1.0/apps/web/tests/MessageBubble.spec.tsx +0 -193
- wright_engineering-0.1.0/apps/web/tests/MessageComposer.spec.tsx +0 -170
- wright_engineering-0.1.0/apps/web/tests/SessionsSidebar.spec.tsx +0 -40
- wright_engineering-0.1.0/apps/web/tests/SetupPage.spec.tsx +0 -51
- wright_engineering-0.1.0/apps/web/tests/Sidebar.spec.tsx +0 -20
- wright_engineering-0.1.0/apps/web/tests/StatusBar.spec.tsx +0 -149
- wright_engineering-0.1.0/apps/web/tests/ThreeDViewer.spec.tsx +0 -80
- wright_engineering-0.1.0/apps/web/tests/ToolRegistry.spec.tsx +0 -273
- wright_engineering-0.1.0/apps/web/tests/ViewerStore.spec.tsx +0 -162
- wright_engineering-0.1.0/apps/web/tests/WorkspacePanelSessions.spec.tsx +0 -444
- wright_engineering-0.1.0/apps/web/tests/host-adapter/browser-adapter.spec.ts +0 -81
- wright_engineering-0.1.0/apps/web/tests/host-adapter/desktop-adapter.spec.ts +0 -134
- wright_engineering-0.1.0/apps/web/tests/host-adapter/detect.spec.ts +0 -32
- wright_engineering-0.1.0/apps/web/tests/host-adapter/filesystem.spec.ts +0 -61
- wright_engineering-0.1.0/apps/web/tests/host-adapter/notifications.spec.ts +0 -70
- wright_engineering-0.1.0/apps/web/tests/host-adapter/select-files.spec.ts +0 -57
- wright_engineering-0.1.0/apps/web/tsconfig.app.json +0 -26
- wright_engineering-0.1.0/apps/web/tsconfig.json +0 -7
- wright_engineering-0.1.0/apps/web/tsconfig.node.json +0 -25
- wright_engineering-0.1.0/apps/web/vite.config.ts +0 -51
- wright_engineering-0.1.0/constitution.md +0 -53
- wright_engineering-0.1.0/docker/.env.example +0 -10
- wright_engineering-0.1.0/docker/DOCKER_HUB_README.md +0 -107
- wright_engineering-0.1.0/docker/Dockerfile +0 -172
- wright_engineering-0.1.0/docker/Dockerfile.base +0 -49
- wright_engineering-0.1.0/docker/Dockerfile.dev +0 -36
- wright_engineering-0.1.0/docker/SOUL.md +0 -10
- wright_engineering-0.1.0/docker/container-manifest.md +0 -57
- wright_engineering-0.1.0/docker/entrypoint.sh +0 -115
- wright_engineering-0.1.0/docker/supervisord.conf +0 -42
- wright_engineering-0.1.0/docker-compose.minimal.yml +0 -55
- wright_engineering-0.1.0/docker-compose.test.yml +0 -71
- wright_engineering-0.1.0/docker-compose.yml +0 -71
- 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
- wright_engineering-0.1.0/docs/Engineering MCP Tools Discovery.md +0 -229
- wright_engineering-0.1.0/docs/admin/github-public-readiness.md +0 -102
- wright_engineering-0.1.0/docs/agent-docker-architecture.md +0 -673
- wright_engineering-0.1.0/docs/alpha-release-notes-template.md +0 -76
- wright_engineering-0.1.0/docs/alpha-release-readiness.md +0 -236
- wright_engineering-0.1.0/docs/api/api-reference.md +0 -31
- wright_engineering-0.1.0/docs/architecture/agent-adapters.md +0 -57
- wright_engineering-0.1.0/docs/architecture/data-storage.md +0 -29
- wright_engineering-0.1.0/docs/architecture/observability.md +0 -26
- wright_engineering-0.1.0/docs/architecture/project-structure.md +0 -52
- wright_engineering-0.1.0/docs/architecture/refactoring-audit-2026-07-01.md +0 -455
- wright_engineering-0.1.0/docs/architecture/refactoring-phase-2-2026-07-01.md +0 -1014
- wright_engineering-0.1.0/docs/architecture/system-overview.md +0 -67
- wright_engineering-0.1.0/docs/architecture/tool-registry.md +0 -39
- wright_engineering-0.1.0/docs/awesome-list-submissions.md +0 -58
- wright_engineering-0.1.0/docs/blog/introducing-wright.md +0 -130
- wright_engineering-0.1.0/docs/community/commercial-support.md +0 -11
- wright_engineering-0.1.0/docs/community/demo-gallery.md +0 -17
- wright_engineering-0.1.0/docs/community/discord-admin.md +0 -53
- wright_engineering-0.1.0/docs/community/funding.md +0 -25
- wright_engineering-0.1.0/docs/community/launch-indicators.md +0 -13
- wright_engineering-0.1.0/docs/community/partner-brief.md +0 -18
- wright_engineering-0.1.0/docs/community/visibility-checklist.md +0 -12
- wright_engineering-0.1.0/docs/community-features/011-repo-hygiene.md +0 -54
- wright_engineering-0.1.0/docs/community-features/012-readme-branding.md +0 -138
- wright_engineering-0.1.0/docs/community-features/013-github-templates.md +0 -89
- wright_engineering-0.1.0/docs/community-features/014-ci-quality-gates.md +0 -84
- wright_engineering-0.1.0/docs/community-features/015-release-engineering.md +0 -86
- wright_engineering-0.1.0/docs/community-features/016-docs-site.md +0 -91
- wright_engineering-0.1.0/docs/community-features/017-docker-distribution.md +0 -92
- wright_engineering-0.1.0/docs/community-features/018-community-engagement.md +0 -95
- wright_engineering-0.1.0/docs/community-readiness-roadmap.md +0 -55
- wright_engineering-0.1.0/docs/contributing/ci-cd-workflows.md +0 -166
- wright_engineering-0.1.0/docs/contributing/code-style.md +0 -43
- wright_engineering-0.1.0/docs/contributing/dev-setup.md +0 -46
- wright_engineering-0.1.0/docs/contributing/linux-windows-test-drift-2026-07-02.md +0 -402
- wright_engineering-0.1.0/docs/contributing/pull-requests.md +0 -39
- wright_engineering-0.1.0/docs/contributing/spec-kit.md +0 -54
- wright_engineering-0.1.0/docs/contributing/testing.md +0 -139
- wright_engineering-0.1.0/docs/demo-script.md +0 -50
- wright_engineering-0.1.0/docs/deployment-configurations.md +0 -707
- wright_engineering-0.1.0/docs/dual-mode-desktop-integration.md +0 -453
- wright_engineering-0.1.0/docs/getting-started/enterprise-evaluation.md +0 -13
- wright_engineering-0.1.0/docs/getting-started/hermes-desktop.md +0 -11
- wright_engineering-0.1.0/docs/getting-started/hermes-plugin.md +0 -120
- wright_engineering-0.1.0/docs/getting-started/install-matrix.md +0 -14
- wright_engineering-0.1.0/docs/getting-started/linux-gb10.md +0 -15
- wright_engineering-0.1.0/docs/getting-started/mcp-contributors.md +0 -11
- wright_engineering-0.1.0/docs/getting-started/overview.md +0 -69
- wright_engineering-0.1.0/docs/getting-started/prerequisites.md +0 -37
- wright_engineering-0.1.0/docs/getting-started/python-packages.md +0 -12
- wright_engineering-0.1.0/docs/getting-started/quickstart-docker.md +0 -201
- wright_engineering-0.1.0/docs/getting-started/quickstart-local.md +0 -137
- wright_engineering-0.1.0/docs/getting-started/windows-11.md +0 -18
- wright_engineering-0.1.0/docs/getting-started/workstation-gb10-dgx.md +0 -159
- wright_engineering-0.1.0/docs/good-first-issues.md +0 -70
- wright_engineering-0.1.0/docs/hermes-desktop-wright.md +0 -161
- wright_engineering-0.1.0/docs/images/favicon.ico +0 -0
- wright_engineering-0.1.0/docs/images/screenshot_agent_chat.png +0 -0
- wright_engineering-0.1.0/docs/images/screenshot_file_vault.png +0 -0
- wright_engineering-0.1.0/docs/images/screenshot_initial.png +0 -0
- wright_engineering-0.1.0/docs/images/screenshot_tool_registry.png +0 -0
- wright_engineering-0.1.0/docs/images/social-preview.png +0 -0
- wright_engineering-0.1.0/docs/images/wright-logo.png +0 -0
- wright_engineering-0.1.0/docs/images/wright-logo.svg +0 -69
- wright_engineering-0.1.0/docs/index.md +0 -76
- wright_engineering-0.1.0/docs/mcp-catalog/custom-tools.md +0 -56
- wright_engineering-0.1.0/docs/mcp-catalog/engineering_mcp_research_handoff.md +0 -988
- wright_engineering-0.1.0/docs/mcp-catalog/evidence/openscad-mcp-server-validation.json +0 -82
- wright_engineering-0.1.0/docs/mcp-catalog/evidence/openscad-mcp-server-validation.md +0 -24
- wright_engineering-0.1.0/docs/mcp-catalog/followups/.gitkeep +0 -1
- wright_engineering-0.1.0/docs/mcp-catalog/followups/autodesk-fusion-mcp-python.md +0 -102
- wright_engineering-0.1.0/docs/mcp-catalog/followups/creoson-mcp-bridge.md +0 -34
- wright_engineering-0.1.0/docs/mcp-catalog/followups/freecad-copilot-contextform.md +0 -93
- wright_engineering-0.1.0/docs/mcp-catalog/followups/freecad-engineering-sandraschi.md +0 -104
- wright_engineering-0.1.0/docs/mcp-catalog/followups/kicad-mcp-lamaalrajih.md +0 -123
- wright_engineering-0.1.0/docs/mcp-catalog/followups/openscad-linter-trikos529.md +0 -58
- wright_engineering-0.1.0/docs/mcp-catalog/followups/solidworks-mcp-alisamsam.md +0 -72
- wright_engineering-0.1.0/docs/mcp-catalog/followups/solidworks-mcp-python.md +0 -77
- wright_engineering-0.1.0/docs/mcp-catalog/followups/wincc-unified-mcp.md +0 -38
- wright_engineering-0.1.0/docs/mcp-catalog/mcp-server-setup-recipes.md +0 -2056
- wright_engineering-0.1.0/docs/mcp-catalog/mcp-server-testing-process.md +0 -121
- wright_engineering-0.1.0/docs/mcp-catalog/offline-cache.md +0 -27
- wright_engineering-0.1.0/docs/mcp-catalog/testing-problem-log.md +0 -1645
- wright_engineering-0.1.0/docs/mcp-catalog/tools-list.md +0 -84
- wright_engineering-0.1.0/docs/metadata-guide.md +0 -39
- wright_engineering-0.1.0/docs/public-launch-checklist.md +0 -103
- wright_engineering-0.1.0/docs/release/community-release-readiness.md +0 -27
- wright_engineering-0.1.0/docs/release/container-publishing.md +0 -32
- wright_engineering-0.1.0/docs/release/hermes-plugin-mirror.md +0 -203
- wright_engineering-0.1.0/docs/release/python-packaging.md +0 -46
- wright_engineering-0.1.0/docs/technical_analysis.md +0 -323
- wright_engineering-0.1.0/docs/user-guide/docker.md +0 -176
- wright_engineering-0.1.0/docs/user-guide/env-vars.md +0 -69
- wright_engineering-0.1.0/docs/user-guide/maintenance.md +0 -94
- wright_engineering-0.1.0/docs/user-guide/makefile.md +0 -61
- wright_engineering-0.1.0/docs/user-guide/recovery.md +0 -107
- wright_engineering-0.1.0/docs/versioning.md +0 -51
- wright_engineering-0.1.0/docs/viewer-spec.md +0 -469
- wright_engineering-0.1.0/docs/virtual_engineer_architecture.pdf +0 -0
- wright_engineering-0.1.0/docs/wright-hermes-plugin-plan.md +0 -1460
- wright_engineering-0.1.0/examples/bolt-analysis/README.md +0 -21
- wright_engineering-0.1.0/examples/bolt-analysis/main.py +0 -141
- wright_engineering-0.1.0/examples/bolt-analysis/output/bolt_stress.txt +0 -22
- wright_engineering-0.1.0/examples/bolt-analysis/output/validation.json +0 -5
- wright_engineering-0.1.0/examples/bracket-design/README.md +0 -21
- wright_engineering-0.1.0/examples/bracket-design/main.py +0 -116
- wright_engineering-0.1.0/examples/bracket-design/output/bracket.scad +0 -9
- wright_engineering-0.1.0/examples/bracket-design/output/metadata.json +0 -5
- wright_engineering-0.1.0/examples/onshape_cube.py +0 -129
- wright_engineering-0.1.0/examples/quickstart/README.md +0 -24
- wright_engineering-0.1.0/examples/quickstart/main.py +0 -25
- wright_engineering-0.1.0/fc_bridge.py +0 -426
- wright_engineering-0.1.0/hermes-plugin-wright/PROVENANCE.md +0 -12
- wright_engineering-0.1.0/hermes-plugin-wright/README.md +0 -85
- wright_engineering-0.1.0/hermes-plugin-wright/__init__.py +0 -55
- wright_engineering-0.1.0/hermes-plugin-wright/bridge.py +0 -188
- wright_engineering-0.1.0/hermes-plugin-wright/catalog.py +0 -92
- wright_engineering-0.1.0/hermes-plugin-wright/catalog.yaml +0 -1946
- wright_engineering-0.1.0/hermes-plugin-wright/commands.py +0 -1117
- wright_engineering-0.1.0/hermes-plugin-wright/plugin.yaml +0 -12
- wright_engineering-0.1.0/hermes-plugin-wright/pyproject.toml +0 -29
- wright_engineering-0.1.0/hermes-plugin-wright/schemas.py +0 -106
- wright_engineering-0.1.0/hermes-plugin-wright/tests/conftest.py +0 -1
- wright_engineering-0.1.0/hermes-plugin-wright/tests/test_bridge.py +0 -212
- wright_engineering-0.1.0/hermes-plugin-wright/tests/test_catalog.py +0 -964
- wright_engineering-0.1.0/hermes-plugin-wright/tests/test_commands.py +0 -787
- wright_engineering-0.1.0/hermes-plugin-wright/tests/test_plugin_metadata.py +0 -60
- wright_engineering-0.1.0/hermes-plugin-wright/verify_plugin.py +0 -46
- wright_engineering-0.1.0/hermes-slash-commands.json +0 -1531
- wright_engineering-0.1.0/hermes-wright-panel/README.md +0 -54
- wright_engineering-0.1.0/hermes-wright-panel/package.json +0 -19
- wright_engineering-0.1.0/hermes-wright-panel/panel.cjs +0 -398
- wright_engineering-0.1.0/hermes-wright-panel/preload.cjs +0 -40
- wright_engineering-0.1.0/hermes-wright-panel/test/README.md +0 -25
- wright_engineering-0.1.0/hermes-wright-panel/test/electron-test.cjs +0 -50
- wright_engineering-0.1.0/hermes-wright-panel/types.d.ts +0 -21
- wright_engineering-0.1.0/mkdocs.yml +0 -99
- wright_engineering-0.1.0/package-lock.json +0 -6181
- wright_engineering-0.1.0/package.json +0 -16
- wright_engineering-0.1.0/packages/agent_adapters/pyproject.toml +0 -22
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/__init__.py +0 -57
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/base.py +0 -130
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/context.py +0 -47
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/gateway.py +0 -36
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes-slash-commands.json +0 -1531
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes.py +0 -1038
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes_config.py +0 -190
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/hermes_gateway.py +0 -64
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/openclaw.py +0 -90
- wright_engineering-0.1.0/packages/agent_adapters/src/agent_adapters/registry.py +0 -184
- wright_engineering-0.1.0/packages/agent_adapters/tests/test_agent_registry.py +0 -84
- wright_engineering-0.1.0/packages/agent_adapters/tests/test_context_materialization.py +0 -86
- wright_engineering-0.1.0/packages/agent_adapters/tests/test_hermes_config.py +0 -162
- wright_engineering-0.1.0/packages/agent_adapters/tests/test_hermes_gateway_adapter.py +0 -337
- wright_engineering-0.1.0/packages/agent_adapters/tests/test_hermes_gateway_profile.py +0 -30
- wright_engineering-0.1.0/packages/agent_adapters/tests/test_openclaw_gateway_stub.py +0 -39
- wright_engineering-0.1.0/packages/agent_adapters/tests/test_wright_gateway_contracts.py +0 -47
- wright_engineering-0.1.0/packages/core/README.md +0 -12
- wright_engineering-0.1.0/packages/core/pyproject.toml +0 -38
- wright_engineering-0.1.0/packages/core/src/core/__init__.py +0 -4
- wright_engineering-0.1.0/packages/core/src/core/agent_sync.py +0 -82
- wright_engineering-0.1.0/packages/core/src/core/logging.py +0 -102
- wright_engineering-0.1.0/packages/core/src/core/redaction.py +0 -79
- wright_engineering-0.1.0/packages/core/src/core/telemetry.py +0 -46
- wright_engineering-0.1.0/packages/core/src/core/tracing.py +0 -136
- wright_engineering-0.1.0/packages/core/src/core/workspace.py +0 -1717
- wright_engineering-0.1.0/packages/core/tests/test_redaction.py +0 -34
- wright_engineering-0.1.0/packages/core/tests/test_telemetry.py +0 -39
- wright_engineering-0.1.0/packages/data_vault/pyproject.toml +0 -22
- wright_engineering-0.1.0/packages/data_vault/src/data_vault/__init__.py +0 -5
- wright_engineering-0.1.0/packages/data_vault/src/data_vault/state_store.py +0 -31
- wright_engineering-0.1.0/packages/data_vault/tests/test_state_store.py +0 -17
- wright_engineering-0.1.0/packages/tool_registry/README.md +0 -12
- wright_engineering-0.1.0/packages/tool_registry/pyproject.toml +0 -43
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/__init__.py +0 -52
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/catalog_loader.py +0 -97
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/catalog_models.py +0 -154
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/db.py +0 -410
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/engineering_catalog.py +0 -2728
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/gateway.py +0 -174
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/manager.py +0 -453
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/mcp_catalog.py +0 -45
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/mcp_followups.py +0 -87
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/mcp_validation.py +0 -123
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/models.py +0 -138
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/__init__.py +0 -5
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/base.py +0 -44
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/sse.py +0 -388
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/runners/stdio.py +0 -282
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/safety.py +0 -178
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/secrets.py +0 -183
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/services.py +0 -432
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_cli.py +0 -81
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_evidence.py +0 -99
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_executor.py +0 -405
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_plan.py +0 -135
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_runner.py +0 -96
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/validation_writer.py +0 -66
- wright_engineering-0.1.0/packages/tool_registry/src/tool_registry/version_check.py +0 -357
- wright_engineering-0.1.0/packages/tool_registry/tests/fixtures/catalog_normalization.yaml +0 -16
- wright_engineering-0.1.0/packages/tool_registry/tests/fixtures/validation_evidence.json +0 -20
- wright_engineering-0.1.0/packages/tool_registry/tests/mock_server.py +0 -77
- wright_engineering-0.1.0/packages/tool_registry/tests/test_catalog_normalization.py +0 -115
- wright_engineering-0.1.0/packages/tool_registry/tests/test_engineering_catalog.py +0 -24
- wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_followups.py +0 -30
- wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_safety.py +0 -83
- wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_services.py +0 -304
- wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation.py +0 -58
- wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation_evidence.py +0 -84
- wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation_plan.py +0 -69
- wright_engineering-0.1.0/packages/tool_registry/tests/test_mcp_validation_runner.py +0 -92
- wright_engineering-0.1.0/packages/tool_registry/tests/test_registry.py +0 -276
- wright_engineering-0.1.0/packages/tool_registry/tests/test_validation_cli.py +0 -132
- wright_engineering-0.1.0/packages/tool_registry/tests/test_validation_executor.py +0 -73
- wright_engineering-0.1.0/packages/tool_registry/tests/test_validation_writer.py +0 -41
- wright_engineering-0.1.0/packages/workspace_service/pyproject.toml +0 -26
- wright_engineering-0.1.0/packages/workspace_service/src/workspace_service/__init__.py +0 -28
- wright_engineering-0.1.0/packages/workspace_service/src/workspace_service/models.py +0 -75
- wright_engineering-0.1.0/packages/workspace_service/src/workspace_service/service.py +0 -670
- wright_engineering-0.1.0/packages/workspace_service/tests/test_non_hermes_activation.py +0 -87
- wright_engineering-0.1.0/packages/workspace_service/tests/test_workspace_service.py +0 -174
- wright_engineering-0.1.0/playwright.config.ts +0 -31
- wright_engineering-0.1.0/playwright.live.config.ts +0 -25
- wright_engineering-0.1.0/scripts/README.md +0 -363
- wright_engineering-0.1.0/scripts/alpha-release-check.ps1 +0 -55
- wright_engineering-0.1.0/scripts/alpha-release-check.sh +0 -35
- wright_engineering-0.1.0/scripts/backup-volumes.sh +0 -52
- wright_engineering-0.1.0/scripts/build-python-distributions.sh +0 -186
- wright_engineering-0.1.0/scripts/check-dev-merge.sh +0 -103
- wright_engineering-0.1.0/scripts/check-prod-merge.sh +0 -31
- wright_engineering-0.1.0/scripts/check-public-alpha-leaks.py +0 -218
- wright_engineering-0.1.0/scripts/cleanup-workspaces.py +0 -69
- wright_engineering-0.1.0/scripts/docker-smoke-test.sh +0 -129
- wright_engineering-0.1.0/scripts/fetch_ci_failures.py +0 -175
- wright_engineering-0.1.0/scripts/freecad_mcp.patch +0 -144
- wright_engineering-0.1.0/scripts/generate-frontend-contracts.py +0 -129
- wright_engineering-0.1.0/scripts/hermes-plugin-lifecycle-common.sh +0 -216
- wright_engineering-0.1.0/scripts/openscad-headless.sh +0 -3
- wright_engineering-0.1.0/scripts/patch-submodule.sh +0 -24
- wright_engineering-0.1.0/scripts/production-update.sh +0 -127
- wright_engineering-0.1.0/scripts/restore-volume.sh +0 -65
- wright_engineering-0.1.0/scripts/security-scan.ps1 +0 -65
- wright_engineering-0.1.0/scripts/security-scan.sh +0 -95
- wright_engineering-0.1.0/scripts/setup-wright-profile.sh +0 -56
- wright_engineering-0.1.0/scripts/sync-hermes-plugin-mirror.sh +0 -240
- wright_engineering-0.1.0/scripts/test-hermes-plugin-install.sh +0 -22
- wright_engineering-0.1.0/scripts/test-hermes-plugin-uninstall.sh +0 -30
- wright_engineering-0.1.0/scripts/test-hermes-plugin-update.sh +0 -36
- wright_engineering-0.1.0/scripts/validate-hermes-plugin-mirror.sh +0 -119
- wright_engineering-0.1.0/specs/001-initial-ui/checklists/requirements.md +0 -39
- wright_engineering-0.1.0/specs/001-initial-ui/contracts/ui-contracts.md +0 -212
- wright_engineering-0.1.0/specs/001-initial-ui/data-model.md +0 -176
- wright_engineering-0.1.0/specs/001-initial-ui/plan.md +0 -129
- wright_engineering-0.1.0/specs/001-initial-ui/quickstart.md +0 -73
- wright_engineering-0.1.0/specs/001-initial-ui/research.md +0 -101
- wright_engineering-0.1.0/specs/001-initial-ui/spec.md +0 -147
- wright_engineering-0.1.0/specs/001-initial-ui/tasks.md +0 -281
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/checklists/requirements.md +0 -37
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/contracts/api-contracts.md +0 -254
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/data-model.md +0 -157
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/plan.md +0 -103
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/quickstart.md +0 -79
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/research.md +0 -86
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/spec.md +0 -123
- wright_engineering-0.1.0/specs/002-hermes-llm-integration/tasks.md +0 -217
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/checklists/requirements.md +0 -35
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/contracts/api-contracts.md +0 -137
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/data-model.md +0 -55
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/plan.md +0 -109
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/quickstart.md +0 -48
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/research.md +0 -27
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/spec.md +0 -115
- wright_engineering-0.1.0/specs/003-mcp-tool-registry/tasks.md +0 -136
- wright_engineering-0.1.0/specs/004-openscad-mcp/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/004-openscad-mcp/contracts/api-contracts.md +0 -61
- wright_engineering-0.1.0/specs/004-openscad-mcp/data-model.md +0 -42
- wright_engineering-0.1.0/specs/004-openscad-mcp/plan.md +0 -98
- wright_engineering-0.1.0/specs/004-openscad-mcp/quickstart.md +0 -54
- wright_engineering-0.1.0/specs/004-openscad-mcp/research.md +0 -66
- wright_engineering-0.1.0/specs/004-openscad-mcp/spec.md +0 -97
- wright_engineering-0.1.0/specs/004-openscad-mcp/tasks.md +0 -140
- wright_engineering-0.1.0/specs/005-engineering-workspace/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/005-engineering-workspace/contracts/api-contracts.md +0 -221
- wright_engineering-0.1.0/specs/005-engineering-workspace/data-model.md +0 -117
- wright_engineering-0.1.0/specs/005-engineering-workspace/plan.md +0 -94
- wright_engineering-0.1.0/specs/005-engineering-workspace/quickstart.md +0 -93
- wright_engineering-0.1.0/specs/005-engineering-workspace/research.md +0 -88
- wright_engineering-0.1.0/specs/005-engineering-workspace/spec.md +0 -105
- wright_engineering-0.1.0/specs/005-engineering-workspace/tasks.md +0 -176
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/contracts/api-contracts.md +0 -60
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/data-model.md +0 -43
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/plan.md +0 -89
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/quickstart.md +0 -46
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/research.md +0 -57
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/spec.md +0 -104
- wright_engineering-0.1.0/specs/006-ide-ui-redesign/tasks.md +0 -109
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/checklists/requirements.md +0 -36
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/contracts/workspace-api.md +0 -124
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/data-model.md +0 -99
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/plan.md +0 -258
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/quickstart.md +0 -69
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/research.md +0 -74
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/spec.md +0 -144
- wright_engineering-0.1.0/specs/007-workspace-dashboard-ux/tasks.md +0 -194
- wright_engineering-0.1.0/specs/008-quality-testing-observability/checklists/requirements.md +0 -36
- wright_engineering-0.1.0/specs/008-quality-testing-observability/contracts/error-response.md +0 -92
- wright_engineering-0.1.0/specs/008-quality-testing-observability/data-model.md +0 -88
- wright_engineering-0.1.0/specs/008-quality-testing-observability/plan.md +0 -564
- wright_engineering-0.1.0/specs/008-quality-testing-observability/quickstart.md +0 -60
- wright_engineering-0.1.0/specs/008-quality-testing-observability/research.md +0 -85
- wright_engineering-0.1.0/specs/008-quality-testing-observability/spec.md +0 -264
- wright_engineering-0.1.0/specs/008-quality-testing-observability/tasks.md +0 -346
- wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/contracts/mcp-version-check.md +0 -165
- wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/data-model.md +0 -91
- wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/plan.md +0 -353
- wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/research.md +0 -84
- wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/spec.md +0 -160
- wright_engineering-0.1.0/specs/009-tool-registry-enhanced-ui/tasks.md +0 -234
- wright_engineering-0.1.0/specs/010-agent-docker-setup/checklists/requirements.md +0 -37
- wright_engineering-0.1.0/specs/010-agent-docker-setup/contracts/ci-docker-build.md +0 -54
- wright_engineering-0.1.0/specs/010-agent-docker-setup/contracts/entrypoint.md +0 -48
- wright_engineering-0.1.0/specs/010-agent-docker-setup/data-model.md +0 -89
- wright_engineering-0.1.0/specs/010-agent-docker-setup/plan.md +0 -91
- wright_engineering-0.1.0/specs/010-agent-docker-setup/research.md +0 -65
- wright_engineering-0.1.0/specs/010-agent-docker-setup/spec.md +0 -243
- wright_engineering-0.1.0/specs/010-agent-docker-setup/tasks.md +0 -302
- wright_engineering-0.1.0/specs/011-repo-hygiene/checklists/requirements.md +0 -36
- wright_engineering-0.1.0/specs/011-repo-hygiene/data-model.md +0 -31
- wright_engineering-0.1.0/specs/011-repo-hygiene/plan.md +0 -90
- wright_engineering-0.1.0/specs/011-repo-hygiene/quickstart.md +0 -42
- wright_engineering-0.1.0/specs/011-repo-hygiene/research.md +0 -37
- wright_engineering-0.1.0/specs/011-repo-hygiene/spec.md +0 -173
- wright_engineering-0.1.0/specs/011-repo-hygiene/tasks.md +0 -189
- wright_engineering-0.1.0/specs/012-readme-branding/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/012-readme-branding/data-model.md +0 -26
- wright_engineering-0.1.0/specs/012-readme-branding/plan.md +0 -82
- wright_engineering-0.1.0/specs/012-readme-branding/quickstart.md +0 -40
- wright_engineering-0.1.0/specs/012-readme-branding/research.md +0 -30
- wright_engineering-0.1.0/specs/012-readme-branding/spec.md +0 -113
- wright_engineering-0.1.0/specs/012-readme-branding/tasks.md +0 -164
- wright_engineering-0.1.0/specs/013-github-templates/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/013-github-templates/data-model.md +0 -48
- wright_engineering-0.1.0/specs/013-github-templates/plan.md +0 -111
- wright_engineering-0.1.0/specs/013-github-templates/quickstart.md +0 -29
- wright_engineering-0.1.0/specs/013-github-templates/research.md +0 -29
- wright_engineering-0.1.0/specs/013-github-templates/spec.md +0 -171
- wright_engineering-0.1.0/specs/013-github-templates/tasks.md +0 -168
- wright_engineering-0.1.0/specs/014-ci-quality-gates/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/014-ci-quality-gates/data-model.md +0 -71
- wright_engineering-0.1.0/specs/014-ci-quality-gates/plan.md +0 -79
- wright_engineering-0.1.0/specs/014-ci-quality-gates/quickstart.md +0 -56
- wright_engineering-0.1.0/specs/014-ci-quality-gates/research.md +0 -35
- wright_engineering-0.1.0/specs/014-ci-quality-gates/spec.md +0 -99
- wright_engineering-0.1.0/specs/014-ci-quality-gates/tasks.md +0 -138
- wright_engineering-0.1.0/specs/015-release-engineering/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/015-release-engineering/data-model.md +0 -52
- wright_engineering-0.1.0/specs/015-release-engineering/plan.md +0 -81
- wright_engineering-0.1.0/specs/015-release-engineering/quickstart.md +0 -45
- wright_engineering-0.1.0/specs/015-release-engineering/research.md +0 -34
- wright_engineering-0.1.0/specs/015-release-engineering/spec.md +0 -125
- wright_engineering-0.1.0/specs/015-release-engineering/tasks.md +0 -142
- wright_engineering-0.1.0/specs/016-docs-site/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/016-docs-site/data-model.md +0 -84
- wright_engineering-0.1.0/specs/016-docs-site/plan.md +0 -84
- wright_engineering-0.1.0/specs/016-docs-site/quickstart.md +0 -38
- wright_engineering-0.1.0/specs/016-docs-site/research.md +0 -31
- wright_engineering-0.1.0/specs/016-docs-site/spec.md +0 -108
- wright_engineering-0.1.0/specs/016-docs-site/tasks.md +0 -125
- wright_engineering-0.1.0/specs/017-docker-distribution-polish/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/017-docker-distribution-polish/data-model.md +0 -38
- wright_engineering-0.1.0/specs/017-docker-distribution-polish/plan.md +0 -81
- wright_engineering-0.1.0/specs/017-docker-distribution-polish/quickstart.md +0 -53
- wright_engineering-0.1.0/specs/017-docker-distribution-polish/research.md +0 -45
- wright_engineering-0.1.0/specs/017-docker-distribution-polish/spec.md +0 -108
- wright_engineering-0.1.0/specs/017-docker-distribution-polish/tasks.md +0 -158
- wright_engineering-0.1.0/specs/018-community-engagement/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/018-community-engagement/data-model.md +0 -63
- wright_engineering-0.1.0/specs/018-community-engagement/plan.md +0 -91
- wright_engineering-0.1.0/specs/018-community-engagement/quickstart.md +0 -79
- wright_engineering-0.1.0/specs/018-community-engagement/research.md +0 -50
- wright_engineering-0.1.0/specs/018-community-engagement/spec.md +0 -95
- wright_engineering-0.1.0/specs/018-community-engagement/tasks.md +0 -131
- wright_engineering-0.1.0/specs/019-ui-theme-redesign/checklists/requirements.md +0 -35
- wright_engineering-0.1.0/specs/019-ui-theme-redesign/data-model.md +0 -32
- wright_engineering-0.1.0/specs/019-ui-theme-redesign/plan.md +0 -83
- wright_engineering-0.1.0/specs/019-ui-theme-redesign/quickstart.md +0 -35
- wright_engineering-0.1.0/specs/019-ui-theme-redesign/research.md +0 -54
- wright_engineering-0.1.0/specs/019-ui-theme-redesign/spec.md +0 -97
- wright_engineering-0.1.0/specs/019-ui-theme-redesign/tasks.md +0 -152
- wright_engineering-0.1.0/specs/020-chat-composer-commands/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/020-chat-composer-commands/contracts/api.md +0 -35
- wright_engineering-0.1.0/specs/020-chat-composer-commands/data-model.md +0 -22
- wright_engineering-0.1.0/specs/020-chat-composer-commands/plan.md +0 -67
- wright_engineering-0.1.0/specs/020-chat-composer-commands/research.md +0 -16
- wright_engineering-0.1.0/specs/020-chat-composer-commands/spec.md +0 -102
- wright_engineering-0.1.0/specs/020-chat-composer-commands/tasks.md +0 -113
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/contracts/api-contracts.md +0 -84
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/data-model.md +0 -53
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/plan.md +0 -140
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/quickstart.md +0 -57
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/research.md +0 -87
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/spec.md +0 -138
- wright_engineering-0.1.0/specs/021-workspace-mcp-sessions/tasks.md +0 -148
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/checklists/requirements.md +0 -35
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/contracts/api-contracts.md +0 -121
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/data-model.md +0 -37
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/plan.md +0 -93
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/quickstart.md +0 -41
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/research.md +0 -60
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/spec.md +0 -181
- wright_engineering-0.1.0/specs/022-ui-navigation-redesign/tasks.md +0 -159
- wright_engineering-0.1.0/specs/023-viewer-panel-api/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/023-viewer-panel-api/contracts/api-contracts.md +0 -173
- wright_engineering-0.1.0/specs/023-viewer-panel-api/data-model.md +0 -98
- wright_engineering-0.1.0/specs/023-viewer-panel-api/plan.md +0 -87
- wright_engineering-0.1.0/specs/023-viewer-panel-api/quickstart.md +0 -59
- wright_engineering-0.1.0/specs/023-viewer-panel-api/research.md +0 -30
- wright_engineering-0.1.0/specs/023-viewer-panel-api/spec.md +0 -143
- wright_engineering-0.1.0/specs/023-viewer-panel-api/tasks.md +0 -207
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/contracts/api-contracts.md +0 -98
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/data-model.md +0 -35
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/plan.md +0 -71
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/quickstart.md +0 -41
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/research.md +0 -21
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/spec.md +0 -76
- wright_engineering-0.1.0/specs/024-add-freecad-mcp/tasks.md +0 -133
- wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/checklists/requirements.md +0 -37
- wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/data-model.md +0 -372
- wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/plan.md +0 -271
- wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/quickstart.md +0 -111
- wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/research.md +0 -128
- wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/spec.md +0 -150
- wright_engineering-0.1.0/specs/025-migrate-hermes-native-api/tasks.md +0 -276
- wright_engineering-0.1.0/specs/026-mcp-credential-setup/checklists/requirements.md +0 -36
- wright_engineering-0.1.0/specs/026-mcp-credential-setup/data-model.md +0 -148
- wright_engineering-0.1.0/specs/026-mcp-credential-setup/plan.md +0 -266
- wright_engineering-0.1.0/specs/026-mcp-credential-setup/quickstart.md +0 -87
- wright_engineering-0.1.0/specs/026-mcp-credential-setup/research.md +0 -75
- wright_engineering-0.1.0/specs/026-mcp-credential-setup/spec.md +0 -123
- wright_engineering-0.1.0/specs/026-mcp-credential-setup/tasks.md +0 -215
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/contracts/plugin_interface.md +0 -37
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/data-model.md +0 -48
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/plan.md +0 -71
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/quickstart.md +0 -54
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/research.md +0 -21
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/spec.md +0 -94
- wright_engineering-0.1.0/specs/027-wright-plugin-skeleton/tasks.md +0 -133
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/contracts/catalog_interface.md +0 -42
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/data-model.md +0 -58
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/plan.md +0 -77
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/quickstart.md +0 -30
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/research.md +0 -20
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/spec.md +0 -97
- wright_engineering-0.1.0/specs/028-wright-tool-catalog/tasks.md +0 -124
- wright_engineering-0.1.0/specs/029-wright-api-bridge/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/029-wright-api-bridge/contracts/bridge_interface.md +0 -85
- wright_engineering-0.1.0/specs/029-wright-api-bridge/data-model.md +0 -39
- wright_engineering-0.1.0/specs/029-wright-api-bridge/plan.md +0 -79
- wright_engineering-0.1.0/specs/029-wright-api-bridge/quickstart.md +0 -38
- wright_engineering-0.1.0/specs/029-wright-api-bridge/research.md +0 -21
- wright_engineering-0.1.0/specs/029-wright-api-bridge/spec.md +0 -97
- wright_engineering-0.1.0/specs/029-wright-api-bridge/tasks.md +0 -123
- wright_engineering-0.1.0/specs/030-wright-slash-commands/checklists/requirements.md +0 -35
- wright_engineering-0.1.0/specs/030-wright-slash-commands/contracts/command_contracts.md +0 -91
- wright_engineering-0.1.0/specs/030-wright-slash-commands/data-model.md +0 -55
- wright_engineering-0.1.0/specs/030-wright-slash-commands/plan.md +0 -122
- wright_engineering-0.1.0/specs/030-wright-slash-commands/quickstart.md +0 -84
- wright_engineering-0.1.0/specs/030-wright-slash-commands/research.md +0 -66
- wright_engineering-0.1.0/specs/030-wright-slash-commands/spec.md +0 -140
- wright_engineering-0.1.0/specs/030-wright-slash-commands/tasks.md +0 -188
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/contracts/distribution_contracts.md +0 -55
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/data-model.md +0 -37
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/plan.md +0 -70
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/quickstart.md +0 -45
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/research.md +0 -55
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/spec.md +0 -111
- wright_engineering-0.1.0/specs/031-docker-integration-distribution/tasks.md +0 -153
- wright_engineering-0.1.0/specs/032-dual-mode-desktop/contracts/ipc-contract.md +0 -51
- wright_engineering-0.1.0/specs/032-dual-mode-desktop/data-model.md +0 -99
- wright_engineering-0.1.0/specs/032-dual-mode-desktop/plan.md +0 -96
- wright_engineering-0.1.0/specs/032-dual-mode-desktop/quickstart.md +0 -84
- wright_engineering-0.1.0/specs/032-dual-mode-desktop/research.md +0 -75
- wright_engineering-0.1.0/specs/032-dual-mode-desktop/spec.md +0 -190
- wright_engineering-0.1.0/specs/032-dual-mode-desktop/tasks.md +0 -306
- wright_engineering-0.1.0/specs/033-fix-test-failures/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/033-fix-test-failures/contracts/validation-commands.md +0 -12
- wright_engineering-0.1.0/specs/033-fix-test-failures/data-model.md +0 -14
- wright_engineering-0.1.0/specs/033-fix-test-failures/plan.md +0 -77
- wright_engineering-0.1.0/specs/033-fix-test-failures/quickstart.md +0 -29
- wright_engineering-0.1.0/specs/033-fix-test-failures/research.md +0 -28
- wright_engineering-0.1.0/specs/033-fix-test-failures/spec.md +0 -86
- wright_engineering-0.1.0/specs/033-fix-test-failures/tasks.md +0 -115
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/catalog-contract.md +0 -43
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/followup-contract.md +0 -36
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/ui-contract.md +0 -39
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/contracts/validation-contract.md +0 -43
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/data-model.md +0 -151
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/plan.md +0 -123
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/quickstart.md +0 -95
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/research.md +0 -55
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/spec.md +0 -130
- wright_engineering-0.1.0/specs/034-engineering-mcp-catalog/tasks.md +0 -171
- wright_engineering-0.1.0/specs/035-alpha-release-readiness/alpha-release-readiness-prompt.md +0 -291
- wright_engineering-0.1.0/specs/035-alpha-release-readiness/plan.md +0 -47
- wright_engineering-0.1.0/specs/035-alpha-release-readiness/spec.md +0 -46
- wright_engineering-0.1.0/specs/035-alpha-release-readiness/tasks.md +0 -187
- wright_engineering-0.1.0/specs/036-port-nous-fixes/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/036-port-nous-fixes/contracts/extraction-contract.md +0 -35
- wright_engineering-0.1.0/specs/036-port-nous-fixes/contracts/validation-contract.md +0 -36
- wright_engineering-0.1.0/specs/036-port-nous-fixes/data-model.md +0 -84
- wright_engineering-0.1.0/specs/036-port-nous-fixes/plan.md +0 -107
- wright_engineering-0.1.0/specs/036-port-nous-fixes/quickstart.md +0 -57
- wright_engineering-0.1.0/specs/036-port-nous-fixes/research.md +0 -37
- wright_engineering-0.1.0/specs/036-port-nous-fixes/spec.md +0 -105
- wright_engineering-0.1.0/specs/036-port-nous-fixes/tasks.md +0 -146
- wright_engineering-0.1.0/specs/037-refactoring-audit/checklists/requirements.md +0 -35
- wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/agent-runtime-registry.md +0 -51
- wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/mcp-service-contract.md +0 -46
- wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/validation-evidence-contract.md +0 -65
- wright_engineering-0.1.0/specs/037-refactoring-audit/contracts/wright-gateway-protocol.md +0 -57
- wright_engineering-0.1.0/specs/037-refactoring-audit/data-model.md +0 -77
- wright_engineering-0.1.0/specs/037-refactoring-audit/plan.md +0 -147
- wright_engineering-0.1.0/specs/037-refactoring-audit/quickstart.md +0 -50
- wright_engineering-0.1.0/specs/037-refactoring-audit/research.md +0 -50
- wright_engineering-0.1.0/specs/037-refactoring-audit/risk-review.md +0 -74
- wright_engineering-0.1.0/specs/037-refactoring-audit/spec.md +0 -176
- wright_engineering-0.1.0/specs/037-refactoring-audit/tasks.md +0 -316
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/checklists/requirements.md +0 -35
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/agent-context-materialization.md +0 -36
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/frontend-contracts.md +0 -21
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/mcp-safety-policy.md +0 -32
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/telemetry-contract.md +0 -54
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/validation-cli.md +0 -36
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/contracts/workspace-service.md +0 -48
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/data-model.md +0 -161
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/plan.md +0 -159
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/quickstart.md +0 -49
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/research.md +0 -62
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/spec.md +0 -180
- wright_engineering-0.1.0/specs/038-refactoring-phase-2/tasks.md +0 -239
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/hermes-lifecycle-contract.md +0 -82
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/mirror-repository-contract.md +0 -98
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/python-package-contract.md +0 -75
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/contracts/release-validation-contract.md +0 -94
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/data-model.md +0 -151
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/plan.md +0 -147
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/quickstart.md +0 -167
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/research.md +0 -88
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/spec.md +0 -117
- wright_engineering-0.1.0/specs/039-hermes-plugin-mirror-pypi/tasks.md +0 -242
- wright_engineering-0.1.0/specs/040-workspace-session-model/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/040-workspace-session-model/contracts/workspace-session-api.md +0 -153
- wright_engineering-0.1.0/specs/040-workspace-session-model/data-model.md +0 -101
- wright_engineering-0.1.0/specs/040-workspace-session-model/plan.md +0 -104
- wright_engineering-0.1.0/specs/040-workspace-session-model/quickstart.md +0 -55
- wright_engineering-0.1.0/specs/040-workspace-session-model/research.md +0 -47
- wright_engineering-0.1.0/specs/040-workspace-session-model/spec.md +0 -132
- wright_engineering-0.1.0/specs/040-workspace-session-model/tasks.md +0 -164
- wright_engineering-0.1.0/specs/041-community-release-readiness/checklists/requirements.md +0 -34
- wright_engineering-0.1.0/specs/041-community-release-readiness/contracts/public-release-artifacts.md +0 -90
- wright_engineering-0.1.0/specs/041-community-release-readiness/data-model.md +0 -118
- wright_engineering-0.1.0/specs/041-community-release-readiness/plan.md +0 -117
- wright_engineering-0.1.0/specs/041-community-release-readiness/quickstart.md +0 -86
- wright_engineering-0.1.0/specs/041-community-release-readiness/research.md +0 -74
- wright_engineering-0.1.0/specs/041-community-release-readiness/spec.md +0 -141
- wright_engineering-0.1.0/specs/041-community-release-readiness/tasks.md +0 -178
- wright_engineering-0.1.0/src/wright_engineering/__init__.py +0 -3
- wright_engineering-0.1.0/src/wright_engineering/cli.py +0 -37
- wright_engineering-0.1.0/tests/e2e/.gitkeep +0 -3
- wright_engineering-0.1.0/tests/e2e/README.md +0 -15
- wright_engineering-0.1.0/tests/e2e/conftest.py +0 -96
- wright_engineering-0.1.0/tests/e2e/test_agent_registry_smoke.py +0 -10
- wright_engineering-0.1.0/tests/e2e/test_api_health_smoke.py +0 -5
- wright_engineering-0.1.0/tests/e2e/test_mcp_listing_smoke.py +0 -9
- wright_engineering-0.1.0/tests/e2e/test_wright_gateway_smoke.py +0 -20
- wright_engineering-0.1.0/tests/e2e-live/live-chat.spec.ts +0 -74
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/LICENSE +0 -1
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/PROVENANCE.md +0 -8
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/README.md +0 -44
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/__init__.py +0 -2
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/bridge.py +0 -1
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/catalog.py +0 -1
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/catalog.yaml +0 -1
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/commands.py +0 -1
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/plugin.yaml +0 -9
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/provenance.json +0 -9
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/pyproject.toml +0 -25
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/schemas.py +0 -1
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/tests/test_placeholder.py +0 -2
- wright_engineering-0.1.0/tests/fixtures/hermes_plugin_mirror/verify_plugin.py +0 -1
- wright_engineering-0.1.0/tests/release/__init__.py +0 -0
- wright_engineering-0.1.0/tests/release/conftest.py +0 -75
- wright_engineering-0.1.0/tests/test_alpha_release_readiness.py +0 -166
- wright_engineering-0.1.0/tests/test_alpha_release_wrapup.py +0 -32
- wright_engineering-0.1.0/tests/test_architecture_alpha_docs.py +0 -78
- wright_engineering-0.1.0/tests/test_blog_intro_alpha_docs.py +0 -64
- wright_engineering-0.1.0/tests/test_ci_cd_workflow_docs.py +0 -94
- wright_engineering-0.1.0/tests/test_community_feature_docs.py +0 -83
- wright_engineering-0.1.0/tests/test_deployment_configuration_docs.py +0 -78
- wright_engineering-0.1.0/tests/test_docker_smoke_contract.py +0 -84
- wright_engineering-0.1.0/tests/test_docs_home_overview_alpha_contract.py +0 -114
- wright_engineering-0.1.0/tests/test_docs_release_gate.py +0 -79
- wright_engineering-0.1.0/tests/test_frontend_contracts.py +0 -13
- wright_engineering-0.1.0/tests/test_getting_started_paths.py +0 -107
- wright_engineering-0.1.0/tests/test_github_labels.py +0 -66
- wright_engineering-0.1.0/tests/test_hermes_plugin_lifecycle_contract.py +0 -26
- wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_docs.py +0 -30
- wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_provenance.py +0 -29
- wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_readme.py +0 -35
- wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_sync.py +0 -132
- wright_engineering-0.1.0/tests/test_hermes_plugin_mirror_validation.py +0 -111
- wright_engineering-0.1.0/tests/test_import_boundaries.py +0 -34
- wright_engineering-0.1.0/tests/test_legacy_plan_alpha_language.py +0 -38
- wright_engineering-0.1.0/tests/test_public_alpha_leak_scan.py +0 -85
- wright_engineering-0.1.0/tests/test_publish_python_packages_workflow.py +0 -25
- wright_engineering-0.1.0/tests/test_python_package_distribution_build.py +0 -31
- wright_engineering-0.1.0/tests/test_python_package_metadata.py +0 -49
- wright_engineering-0.1.0/tests/test_readme_branding_and_docker_user_guide.py +0 -80
- wright_engineering-0.1.0/tests/test_release_engineering_scripts.py +0 -59
- wright_engineering-0.1.0/tests/test_release_policy.py +0 -91
- wright_engineering-0.1.0/tests/test_security_scanner_setup.py +0 -95
- wright_engineering-0.1.0/tests/test_sync_hermes_plugin_mirror_workflow.py +0 -18
- wright_engineering-0.1.0/tests/ui-integration/.gitkeep +0 -3
- wright_engineering-0.1.0/tests/ui-integration/agent-chat.spec.ts +0 -608
- wright_engineering-0.1.0/tests/ui-integration/capture-screenshot.spec.ts +0 -89
- wright_engineering-0.1.0/tests/ui-integration/create-session.spec.ts +0 -203
- wright_engineering-0.1.0/tests/ui-integration/dashboard-real.spec.ts +0 -62
- wright_engineering-0.1.0/tests/ui-integration/dashboard.spec.ts +0 -254
- wright_engineering-0.1.0/tests/ui-integration/mcp-directory.spec.ts +0 -46
- wright_engineering-0.1.0/tests/ui-integration/navigation-redesign.spec.ts +0 -554
- wright_engineering-0.1.0/tests/ui-integration/navigation.spec.ts +0 -43
- wright_engineering-0.1.0/tests/ui-integration/setup.spec.ts +0 -123
- wright_engineering-0.1.0/tests/ui-integration/tool-registry.spec.ts +0 -410
- wright_engineering-0.1.0/tests/ui-integration/ui-consistency-theme.spec.ts +0 -172
- wright_engineering-0.1.0/tests/ui-integration/viewer-panel-lifecycle.spec.ts +0 -482
- wright_engineering-0.1.0/tests/ui-integration/viewer-panel-persistence.spec.ts +0 -278
- wright_engineering-0.1.0/tests/ui-integration/viewer-panel-watchdog.spec.ts +0 -263
- wright_engineering-0.1.0/tests/ui-smoke-test.ts +0 -112
- wright_engineering-0.1.0/uv.lock +0 -1755
- wright_engineering-0.1.0/windows-sandbox/README.md +0 -319
- wright_engineering-0.1.0/windows-sandbox/bootstrap-base-vm.ps1 +0 -64
- wright_engineering-0.1.0/windows-sandbox/diagnose-running-vm.ps1 +0 -134
- wright_engineering-0.1.0/windows-sandbox/hermes-code-search.ps1 +0 -19
- wright_engineering-0.1.0/windows-sandbox/image-factory/Build-WrightHermesImage.ps1 +0 -233
- wright_engineering-0.1.0/windows-sandbox/image-factory/Checkpoint-ManualHermesVm.ps1 +0 -50
- wright_engineering-0.1.0/windows-sandbox/image-factory/Diagnose-HermesApiInManualVm.ps1 +0 -119
- wright_engineering-0.1.0/windows-sandbox/image-factory/Disable-ManualHermesVmNetwork.ps1 +0 -47
- wright_engineering-0.1.0/windows-sandbox/image-factory/Install-WrightOnManualHermesVm.ps1 +0 -125
- wright_engineering-0.1.0/windows-sandbox/image-factory/New-WrightHermesTestVm.ps1 +0 -118
- wright_engineering-0.1.0/windows-sandbox/image-factory/README.md +0 -129
- wright_engineering-0.1.0/windows-sandbox/image-factory/Repair-ManualHermesVmBoot.ps1 +0 -61
- wright_engineering-0.1.0/windows-sandbox/image-factory/Restart-WrightApiInManualHermesVm.ps1 +0 -128
- wright_engineering-0.1.0/windows-sandbox/image-factory/Start-ExistingManualHermesVm.ps1 +0 -57
- wright_engineering-0.1.0/windows-sandbox/image-factory/Start-HermesGatewayInManualVm.ps1 +0 -112
- wright_engineering-0.1.0/windows-sandbox/image-factory/Start-ManualHermesVm.ps1 +0 -87
- wright_engineering-0.1.0/windows-sandbox/image-factory/Start-ManualHermesVmCheckpoint.ps1 +0 -57
- wright_engineering-0.1.0/windows-sandbox/image-factory/guest/Install-WrightForHermesTest.ps1 +0 -247
- wright_engineering-0.1.0/windows-sandbox/image-factory/guest/Test-WrightHermesGuest.ps1 +0 -52
- wright_engineering-0.1.0/windows-sandbox/image-factory/guest/Test-WrightHermesManualGuest.ps1 +0 -132
- wright_engineering-0.1.0/windows-sandbox/image-factory/packer/autounattend/Autounattend.xml.template +0 -147
- wright_engineering-0.1.0/windows-sandbox/image-factory/packer/scripts/Install-BaseTools.ps1 +0 -32
- wright_engineering-0.1.0/windows-sandbox/image-factory/packer/scripts/Install-HermesDesktop.ps1 +0 -156
- wright_engineering-0.1.0/windows-sandbox/image-factory/packer/scripts/Test-HermesReady.ps1 +0 -30
- wright_engineering-0.1.0/windows-sandbox/image-factory/packer/wright-hermes.pkr.hcl +0 -112
- wright_engineering-0.1.0/windows-sandbox/inspect-gateway-help.ps1 +0 -14
- wright_engineering-0.1.0/windows-sandbox/inspect-hermes-auth.ps1 +0 -99
- wright_engineering-0.1.0/windows-sandbox/install-wright-on-hermes-vm.ps1 +0 -154
- wright_engineering-0.1.0/windows-sandbox/manage-vm.ps1 +0 -189
- wright_engineering-0.1.0/windows-sandbox/probe-gateway-ports.ps1 +0 -10
- wright_engineering-0.1.0/windows-sandbox/probe-gateway.ps1 +0 -27
- wright_engineering-0.1.0/windows-sandbox/provision-vm.ps1 +0 -849
- wright_engineering-0.1.0/windows-sandbox/restore-hermes-installed-stage2.ps1 +0 -19
- wright_engineering-0.1.0/windows-sandbox/restore-hermes-installed.ps1 +0 -22
- wright_engineering-0.1.0/windows-sandbox/run-clean-vm-install.ps1 +0 -59
- wright_engineering-0.1.0/windows-sandbox/run-vm-test.ps1 +0 -625
- wright_engineering-0.1.0/windows-sandbox/setup-and-test.ps1 +0 -80
- wright_engineering-0.1.0/windows-sandbox/stop-vm-test-runners.ps1 +0 -30
- wright_engineering-0.1.0/windows-sandbox/test-windows.wsb +0 -15
- wright_engineering-0.1.0/windows-sandbox/update-running-vm.ps1 +0 -421
- wright_engineering-0.1.0/windows-sandbox/vm-gateway-current.ps1 +0 -38
- {wright_engineering-0.1.0 → wright_engineering-0.1.5}/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.
|
|
3
|
+
Version: 0.1.5
|
|
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-
|
|
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
|
|
215
|
+
| |-- workspace_service/ # Workspace application use cases and local adapters
|
|
215
216
|
| |-- tool_registry/ # MCP registry and validation logic
|
|
216
|
-
| `-- data_vault/ #
|
|
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-
|
|
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
|
|
189
|
+
| |-- workspace_service/ # Workspace application use cases and local adapters
|
|
190
190
|
| |-- tool_registry/ # MCP registry and validation logic
|
|
191
|
-
| `-- data_vault/ #
|
|
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.
|
|
3
|
+
version = "0.1.5"
|
|
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,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`.
|