chore(meta): file-based meta channel closed (canon=mappa) — stubs .wiki/.tasks/.agents-inbox + AGENTS.md cleanup (2026-08-25)
This commit is contained in:
@@ -1,30 +1,3 @@
|
||||
# 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.
|
||||
- `summaries/` — 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.
|
||||
**Не читать. Не править.** Канон — mappa (`mcp__mappa__*`): wiki-сущности проекта, конвенции — AGENTS-сущность. Скил: `mappa-knowledge`.
|
||||
|
||||
@@ -1,27 +1,3 @@
|
||||
# Wiki Index
|
||||
# ⛔ Файловый канал закрыт
|
||||
|
||||
Catalog of all wiki pages. One line per page, organized by type. The agent updates this on every ingest.
|
||||
|
||||
## Overview
|
||||
|
||||
- [overview.md](overview.md) — project overview
|
||||
|
||||
## Entities
|
||||
|
||||
<!-- (none yet) -->
|
||||
|
||||
## Concepts
|
||||
|
||||
|
||||
|
||||
- [factory-bootstrap](concepts/factory-bootstrap.md) — factory-bootstrap
|
||||
- [test-machines](concepts/test-machines.md) — test-machines
|
||||
- [infra-as-product](concepts/infra-as-product.md) — Factory — инфраструктура как продукт
|
||||
|
||||
## Packages
|
||||
|
||||
<!-- (none yet) -->
|
||||
|
||||
## Sources
|
||||
|
||||
<!-- (none yet) -->
|
||||
**Не читать. Не править.** Канон — mappa (`mcp__mappa__*`): wiki-сущности проекта, конвенции — AGENTS-сущность. Скил: `mappa-knowledge`.
|
||||
|
||||
22
.wiki/log.md
22
.wiki/log.md
@@ -1,21 +1,3 @@
|
||||
# Wiki Log
|
||||
# ⛔ Файловый канал закрыт
|
||||
|
||||
Append-only operation log. One entry per operation. Format:
|
||||
|
||||
```
|
||||
## [YYYY-MM-DD] <op> | <one-line description>
|
||||
```
|
||||
|
||||
Operations: `init`, `ingest`, `query`, `lint`, `refactor`, `decision`.
|
||||
|
||||
Parseable: `grep "^## \[" .wiki/log.md | tail -20`.
|
||||
|
||||
---
|
||||
|
||||
## [2026-05-06] init | bootstrap empty wiki via project-bootstrap
|
||||
|
||||
## [2026-05-06] ingest | concepts/factory-bootstrap
|
||||
|
||||
## [2026-05-06] ingest | concepts/test-machines
|
||||
|
||||
## [2026-06-11] ingest | concepts/infra-as-product
|
||||
**Не читать. Не править.** Канон — mappa (`mcp__mappa__*`): wiki-сущности проекта, конвенции — AGENTS-сущность. Скил: `mappa-knowledge`.
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# factory — overview
|
||||
# ⛔ Файловый канал закрыт
|
||||
|
||||
Software-factory bootstrap for the OpeItcLoc03 fleet — installs and updates meta-infrastructure (`.common/`, `.organization/`, `.templates/`, `.wiki/`, `.tasks/`, `.meeting-room/`, claude-skills, MCP servers) on a clean machine in a single, idempotent, cross-platform run.
|
||||
|
||||
Architecture lives in `concepts/factory-bootstrap.md`. L0 (pre-Claude shell scripts), L1 (`factory` Go binary + `factory.yaml` manifest), L2 (existing `setup-*` skills as the install backbone for runtime services).
|
||||
**Не читать. Не править.** Канон — mappa (`mcp__mappa__*`): wiki-сущности проекта, конвенции — AGENTS-сущность. Скил: `mappa-knowledge`.
|
||||
|
||||
Reference in New Issue
Block a user