Files
factory/.wiki/CLAUDE.md
vitya 27ab5a0139 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>
2026-06-11 13:00:40 +03:00

31 lines
1.4 KiB
Markdown

# Wiki Schema — factory
Project-specific wiki conventions. Read this before any wiki operation.
This wiki follows Karpathy's LLM Wiki pattern:
**https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f**
The `using-wiki` skill enforces the workflow and file formats. This file overrides the skill where they conflict.
## Page types
- `entities/` — discrete things the project tracks (people, services, modules).
- `concepts/` — recurring ideas, design decisions, gotchas.
- `packages/` — code packages this project produces or consumes.
- `sources/` — one summary page per ingested external doc; frontmatter carries `ingested:` and `raw_path:`.
- `overview.md` — single project-wide overview.
## Naming
- `kebab-case.md`, **Latin only**. Transliterate Cyrillic in filenames; keep the original title in the H1 + frontmatter.
## 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.