Reading a complete layer
A complete, annotated .lynk/ project for Grove (B2B SaaS) — every file of a small correct layer, end to end, with the reasoning behind each choice. Read when you want the whole shape at once instead o
When you need this
The layer at a glance
.lynk/
├── lynk.yml
├── LYNK.md
├── GLOSSARY.yml
└── domains/
└── core/
├── entities/
│ ├── customer/
│ │ ├── ENTITY.md
│ │ └── schema.yml
│ └── subscription/
│ ├── ENTITY.md
│ └── schema.yml
├── skills/
│ └── churn-investigation/
│ └── SKILL.md
└── policies/
└── output-format/
└── POLICY.mdFile by file
lynk.yml
LYNK.md
GLOSSARY.yml
domains/core/entities/customer/ENTITY.md
domains/core/entities/customer/schema.yml
domains/core/entities/subscription/ENTITY.md
domains/core/entities/subscription/schema.yml
domains/core/skills/churn-investigation/SKILL.md
domains/core/policies/output-format/POLICY.md
What to notice
Related
Last updated