Manual / Enterprise Foundation / EF-003 — Enterprise Standards
Cloudberrie Business & Operations Manual

EF-003 — Enterprise Standards

Naming, domains, repositories, environments, branches, files, versions, email, and documentation standards.

Document ID: EFType: StandardStatus: ApprovedOwner: Cloudberrie StudioVersion: 1.0Updated: 2026-07-17

Domain Standard

PurposePatternExample
Public company siteroot + wwwcloudberrie.com, www.cloudberrie.com
Internal business applicationdescriptive subdomainboard.cloudberrie.com
Manualmanualmanual.cloudberrie.com
APIapiapi.cloudberrie.com
Statusstatusstatus.cloudberrie.com
Do not create unused infrastructure merely to reserve a name. Record planned subdomains, but provision services only when there is a real requirement.

Repository Standard

Use descriptive lowercase kebab-case names. Preferred examples:

cloudberrie-website\ncloudberrie-business-operations-manual\ncloudberrie-studio-board\neventlumi\naifa

Avoid inconsistent abbreviations unless the abbreviation is an established product name.

Environment Standard

localIndividual development only
developmentShared integration work where needed
stagingStakeholder review and release validation
productionReal users and real data only

Git Branch Standard

main\ndevelop # only when the project needs a persistent integration branch\nfeature/<short-description>\nfix/<short-description>\nhotfix/<short-description>\nrelease/<version>
Keep the workflow proportional. Small projects can use main + short-lived branches; do not create process overhead without a team or release need.

File & Version Standard

Client_Project_Deliverable_YYYY-MM-DD_v01.ext

Product releases use semantic versioning where practical: major.minor.patch.

Email Standard

  • Use hello@ for general public communication.
  • Use clients@ for existing client relationship communication.
  • Use social@ for social-platform access and administration.
  • Use accounts@ for vendor/platform ownership and billing.
  • Keep admin@ internal.