Layout and Naming
The .lynk/ directory tree, the rules for naming folders and files, and the settings that control how a project is built.
What it is
Where it lives
.lynk/
├── lynk.yml # project settings (required)
├── LYNK.md # root orientation (the business)
├── GLOSSARY.yml # root vocabulary
└── domains/
└── <domain>/ # one folder per domain — the domain name IS the folder name
├── LYNK.md
├── GLOSSARY.yml
├── entities/
│ └── <entity>/
│ ├── ENTITY.md
│ └── schema.yml
├── skills/
│ └── <skill>/
│ └── SKILL.md
└── policies/
└── <policy>/
└── POLICY.mdFormat
The three root files
File
Required
Role
lynk.yml settings
Naming rules
Rule
Applies to
Detail
enabled
Examples
Validation
Related
Last updated