Files
factory/.wiki/concepts/bootstrap-manifest.md
vitya ecddcdfb6d 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).
2026-05-06 21:13:44 +03:00

22 lines
921 B
Markdown

---
title: Bootstrap Manifest
type: concept
updated: 2026-05-06
generator: project-bootstrap@1.7.0
---
# Bootstrap Manifest
Skills used to initialize this project's `.wiki/` and `.tasks/` layout, with their versions at install time.
| Skill | Version | Role |
|---|---|---|
| `project-bootstrap` | 1.7.0 | orchestrator |
| `setup-wiki` | 1.0.0 | wiki canonical layout (inline-fallback: invoked from project-bootstrap directly, schema verbatim from setup-wiki@1.0.0) |
| `setup-tasks` | 1.0.0 | tasks canonical layout (inline-fallback: same as above) |
| `project-discipline` | 0.1.0 | cross-project policy |
| `setup-interns` | 0.2.0 | interns MCP server install (one-time, per machine) |
| `using-interns` | 0.2.0 | interns runtime policy + per-session permission grant |
This file is overwritten if `project-bootstrap` is re-run on the same project. For history, use `git log .wiki/concepts/bootstrap-manifest.md`.