EF-003 โ Enterprise Standards
Document ID: EFType: StandardStatus: ApprovedOwner: Cloudberrie StudioVersion: 1.0Updated: 2026-07-17
Domain Standardโ
| Purpose | Pattern | Example |
|---|---|---|
| Public company site | root + www | cloudberrie.com, www.cloudberrie.com |
| Internal business application | descriptive subdomain | board.cloudberrie.com |
| Manual | manual | manual.cloudberrie.com |
| API | api | api.cloudberrie.com |
| Status | status | status.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โ
| local | Individual development only |
| development | Shared integration work where needed |
| staging | Stakeholder review and release validation |
| production | Real users and real data only |
Git Branch Standardโ
main
develop
feature/<short-description>
fix/<short-description>
hotfix/<short-description>
release/<version>
## 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.