crank-community
Public Community repository for Crank.
Scope
This repository is the open-source, self-hosted Community edition.
It is expected to contain:
- Community runtime and UI
admin-apimcp-server- public core crates
- Community-only deployment manifests
- public CI/CD
- public documentation and demo flow
It must not contain:
- private enterprise token services
- private enterprise governance code
- cloud control-plane code
- private release manifests
- private operational tooling
Initial bootstrap checklist
- Copy Community-owned code and docs from the monorepo according to
docs/repository-split-map.md. - Move
deploy/community/*into the root delivery path for this repository. - Move public workflows into
.github/workflows/. - Enable public branch protection and required status checks.
- Publish Community release and deployment documentation from this repository only.