-
Notifications
You must be signed in to change notification settings - Fork 0
Adoption Guide
BRYAN DAVID WHITE edited this page Feb 20, 2026
·
1 revision
Three ways to bring CoherenceOps into your repo.
Best for: repos that want full control and customization.
# From the CoherenceOps repo root:
cp -r coherence/ /path/to/your-repo/coherence/
cp -r .github/ /path/to/your-repo/.github/
cp -r actions/ /path/to/your-repo/actions/Then:
- Replace
ORGandREPOin one-click links with your org and repo name - Commit the
coherence/folder to your repo - Customize canon files for your project
Best for: repos that want to track upstream CoherenceOps updates.
git submodule add https://github.com/8ryanWh1t3/CoherenceOps.git coherence-opsThen symlink or reference the templates and folders as needed.
Best for: starting a new project with CoherenceOps built in.
- Go to github.com/8ryanWh1t3/CoherenceOps
- Click Use this template
- Create your new repo
- Replace
ORG/REPOplaceholders
-
coherence/folder is in your repo -
.github/PULL_REQUEST_TEMPLATE/is in place -
.github/ISSUE_TEMPLATE/forms are active -
ORG/REPOplaceholders replaced in one-click links - Canon Steward assigned
- First DLR created
- First assumptions seeded
- Team briefed (see Training)
- Quickstart — 5-minute adoption
- Training — 30-minute team onboarding
- Start
- Modules
- Governance
- Workflows
- Reference