docs(wiki): add infra-as-product pointer to Domain conventions

Inserts a pointer stub in .wiki/CLAUDE.md so future agents find the
design spec at concepts/infra-as-product.md instead of guessing from
task one-liners.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 13:00:40 +03:00
parent 2085f02e01
commit 27ab5a0139

View File

@@ -22,3 +22,9 @@ The `using-wiki` skill enforces the workflow and file formats. This file overrid
## Domain conventions
<!-- factory-specific naming idioms — fill in as the project takes shape. -->
### infra-as-product
Design spec: [`concepts/infra-as-product.md`](concepts/infra-as-product.md) — 6-layer OS architecture (физический → control plane → знание → рабочая сила → оркестрация → методология), bootstrap structure, dev/prod split, versioning model.
Read the spec before implementing any factory component. Do not invent the architecture from task prompts alone.