docs: add repository bootstrap templates

This commit is contained in:
a.tolmachev
2026-05-04 09:39:05 +00:00
parent a61064ba3a
commit c4ac6e85c0
12 changed files with 192 additions and 2 deletions
@@ -0,0 +1,13 @@
name: Enterprise Release
on:
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: TODO
run: |
echo "Add private enterprise release pipeline after crank-enterprise repository is created."
exit 1
@@ -0,0 +1,30 @@
# 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.