From 27ab5a013960fa198f3dd3ab4ce5775748ddb7d8 Mon Sep 17 00:00:00 2001 From: vitya Date: Thu, 11 Jun 2026 13:00:40 +0300 Subject: [PATCH] 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 --- .wiki/CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.wiki/CLAUDE.md b/.wiki/CLAUDE.md index b333730..796ac6d 100644 --- a/.wiki/CLAUDE.md +++ b/.wiki/CLAUDE.md @@ -22,3 +22,9 @@ The `using-wiki` skill enforces the workflow and file formats. This file overrid ## Domain conventions + +### 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.