Skip to content

Commit 5fd6ad7

Browse files
chore: remove deployment-path references from OSS docs (#114)
Move PRODUCT.md to the hq product hub (it described hq layout from inside OSS, which made no sense for OSS readers), and strip the K8s deploy subsection from apps/scanner/CLAUDE.md and README.md. OSS docs should serve OSS readers. Internal deployment details live in hq. Co-authored-by: Mathew Goldsborough <1759329+mgoldsborough@users.noreply.github.com>
1 parent 00140a9 commit 5fd6ad7

3 files changed

Lines changed: 0 additions & 65 deletions

File tree

PRODUCT.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

apps/scanner/CLAUDE.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,6 @@ Releases are automated via GitHub Actions and PyPI trusted publishing. Pushing a
181181

182182
CI handles PyPI publish and Docker build/push to `ghcr.io/nimblebraininc/mpak-scanner`. See `.github/workflows/scanner-publish.yml`.
183183

184-
### Production Deployment (ECR/K8s)
185-
186-
After the PyPI release, deploy the scanner to production K8s (from `hq/deployments/mpak/`):
187-
188-
```bash
189-
make deploy-scanner ENV=production
190-
make apply-scanner-infra ENV=production # only if RBAC/secrets changed
191-
```
192-
193-
The Makefile builds from the Dockerfile which pulls the version from PyPI.
194-
195184
### Schemas and Rules
196185

197186
- **Schemas** (JSON Schema for manifest validation): Fetched at runtime from `mpaktrust.org`. Minimal fallbacks are hardcoded in `schemas.py`. Not bundled in the wheel.

apps/scanner/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ docker pull ghcr.io/nimblebraininc/mpak-scanner:latest
174174
docker run --rm -v /path/to/bundle.mcpb:/bundle.mcpb ghcr.io/nimblebraininc/mpak-scanner scan /bundle.mcpb
175175
```
176176

177-
For production deployment to ECR/K8s, see `deployments/mpak/`.
178-
179177
## Related Projects
180178

181179
- [mpak registry](https://mpak.dev) - Search, download, and publish MCP bundles

0 commit comments

Comments
 (0)