chore: bootstrap project structure (.tasks, .wiki, CLAUDE.md)

Adds canonical Karpathy LLM Wiki layout, .tasks/STATUS.md board,
and CLAUDE.md trigger set. Brings factory repo into projects-meta
indexing eligibility (sync-runner.ts:69 — needs .tasks/STATUS.md or
.wiki/index.md on default branch).

Bootstrap-manifest at .wiki/concepts/bootstrap-manifest.md records
skill versions used (project-bootstrap@1.7.0, layouts inline-fallback
from setup-wiki@1.0.0 / setup-tasks@1.0.0).
This commit is contained in:
2026-05-06 21:13:44 +03:00
parent d1c14849fb
commit ecddcdfb6d
12 changed files with 119 additions and 0 deletions

5
.wiki/overview.md Normal file
View File

@@ -0,0 +1,5 @@
# 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).