31 lines
958 B
Markdown
31 lines
958 B
Markdown
# crank-enterprise
|
|
|
|
Private self-hosted commercial repository for Crank.
|
|
|
|
## Scope
|
|
|
|
This repository is expected to contain:
|
|
|
|
- self-hosted commercial extensions
|
|
- short-lived and one-time machine token services
|
|
- enterprise access and governance features
|
|
- premium protocol/runtime additions that are not part of Community
|
|
- private self-hosted packaging
|
|
- private operator documentation
|
|
|
|
It must not become a copy-paste fork of the entire Community repository.
|
|
|
|
Expected model:
|
|
|
|
- pull Community-compatible contracts from `crank-community`
|
|
- keep private delta isolated
|
|
- avoid editing the same ownership area in two repositories without a clear seam
|
|
|
|
## Initial bootstrap checklist
|
|
|
|
1. Create the repository as private.
|
|
2. Copy bootstrap files from this template.
|
|
3. Define owners and access policy.
|
|
4. Create private release workflow and private registry path.
|
|
5. Move only enterprise-owned code after `crank-community` is established as the public base.
|