commit a130bd61d337f5d64db416739e1be3d7c03c0630 Author: vitya Date: Mon May 18 18:56:24 2026 +0300 chore: upgrade project structure Bootstrapped via project-bootstrap@1.11.0: - .wiki/ (Karpathy LLM Wiki canon) via setup-wiki@1.0.0 - .tasks/ (canonical board) via setup-tasks@1.0.0 - CLAUDE.md with skill triggers - README.md starter - .gitignore: meta-isolation block for AI обвеска diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/bootstrap-manifest.md b/bootstrap-manifest.md new file mode 100644 index 0000000..97517bd --- /dev/null +++ b/bootstrap-manifest.md @@ -0,0 +1,21 @@ +--- +title: Bootstrap Manifest +type: concept +updated: 2026-05-18 +generator: project-bootstrap@1.11.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.11.0 | orchestrator | +| `setup-wiki` | 1.0.0 | wiki canonical layout | +| `setup-tasks` | 1.0.0 | tasks canonical layout | +| `project-discipline` | 0.1.1 | cross-project policy | +| `setup-interns` | 0.3.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`.