Place files here to override enterprise defaults from jbcom/control-center.
repository-files/
├── always-sync/ # From enterprise (don't edit)
├── initial-only/ # From enterprise (don't edit)
├── python/ # From enterprise (don't edit)
├── nodejs/ # From enterprise (don't edit)
├── go/ # From enterprise (don't edit)
├── rust/ # From enterprise (don't edit)
├── terraform/ # From enterprise (don't edit)
└── org-overrides/ # YOUR ORG CUSTOMIZATIONS HERE
├── .github/
│ └── workflows/ # Org-specific workflows
├── .cursor/
│ └── rules/ # Org-specific Cursor rules
├── CLAUDE.md # Org-specific Claude instructions
└── AGENTS.md # Org-specific agent instructions
When syncing to repos, files are applied in this order:
- Enterprise
always-sync/(base) - Language-specific rules (python/, nodejs/, etc.)
- Org overrides (this directory - wins on conflicts)
initial-only/(only if file doesn't exist)
cp repository-files/always-sync/.github/workflows/ci.yml \
repository-files/org-overrides/.github/workflows/ci.yml
# Then edit ci.yml with org-specific changesecho "# My Org Rule" > repository-files/org-overrides/.cursor/rules/my-org.mdc