Files
crank/templates/repositories/crank-community/README.md
T
2026-05-04 09:39:05 +00:00

34 lines
927 B
Markdown

# 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-api`
- `mcp-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
1. Copy Community-owned code and docs from the monorepo according to `docs/repository-split-map.md`.
2. Move `deploy/community/*` into the root delivery path for this repository.
3. Move public workflows into `.github/workflows/`.
4. Enable public branch protection and required status checks.
5. Publish Community release and deployment documentation from this repository only.