Instruction file imported from marcelsantilli/context-os-starterkit (
.cursor/rules/file-naming.mdc). Copyright stays with the author.
File Naming & Versioning
Naming Convention
Format: descriptive-name-v1.md
- Lowercase — no capitals
- Hyphens between words — no underscores or spaces
- Version suffix —
-v1,-v2for all context files - Descriptive names — explain what the file contains
Examples
✅ Good:
company-vision-and-strategy-v1.mdideal-customer-profile-v1.mdwriting-style-context-v1.md
❌ Bad:
Company Vision.md(spaces, capitals, no version)icp_v1.md(underscores, abbreviation)strategy.md(no version, not descriptive)
Version Management
| Change Type | Action |
|---|---|
| Minor updates | Edit in place, update last_updated in metadata |
| Major changes | Create new version (-v2), move old to /archive |
Archive Structure
Each directory has an /archive subdirectory for outdated files.
context/voice/
├── writing-style-context-v1.md # Current
└── archive/
└── writing-style-context-v1.md # Previous