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
- Create the repository as private.
- Copy bootstrap files from this template.
- Define owners and access policy.
- Create private release workflow and private registry path.
- Move only enterprise-owned code after
crank-communityis established as the public base.