From cf8d574c9f77d9c2dcb53c9223c4517dd0e31382 Mon Sep 17 00:00:00 2001 From: vitya Date: Wed, 26 Aug 2026 22:58:27 +0300 Subject: [PATCH] =?UTF-8?q?fix(project-create):=20=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=BE=20review-=D1=81=D1=83=D0=B1=D0=B0?= =?UTF-8?q?=D0=B3=D0=B5=D0=BD=D1=82=D1=83=20=E2=80=94=20=D1=88=D0=B0=D0=B3?= =?UTF-8?q?=204=20(=D0=B3=D0=B4=D0=B5+=D0=B8=D0=BC=D1=8F),=20=D1=88=D0=B0?= =?UTF-8?q?=D0=B3=205=20(=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D0=B0?= =?UTF-8?q?=D1=8F=20=D0=A4=D0=A1)=20[1304]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/project-create/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/project-create/SKILL.md b/skills/project-create/SKILL.md index a1b1617..1ce9293 100644 --- a/skills/project-create/SKILL.md +++ b/skills/project-create/SKILL.md @@ -1,7 +1,7 @@ --- name: project-create author: ours -version: 0.1.0 +version: 0.1.1 description: > Mappa-side cycle of creating a new project: ask the operator for the hosting address (platform + user/org) FIRST — never derive it from neighbouring @@ -49,8 +49,8 @@ Before any `projects_register` / gitea repo creation for a **new** project. 3. **Create SIMULTANEOUSLY** (not one before the other): - `mcp__mappa__projects_register` — mappa registration (id returned). - repo via `.admin` — `task_create` in `.admin` (**priority P0** — it blocks the project chain) + covering letter via `inbox_send` (a task on the board doesn't ping a live session). The repo task is an **ops task → NO paired review** (mappa-delegation: skip review for ops). Acceptance: repo created private, answer letter with clone URLs + which token is needed for push. -4. **Ask the operator: where on disk** the project folder goes and what it's named — do not guess the path. -5. **Create the folder** on disk. +4. **Ask the operator: where on disk the project folder goes and what it's named** (location AND folder name — both are the operator's call) — do not guess the path or the name. +5. **Create the folder** on the agent's local filesystem (the operator's workstation, not a remote host). 6. **Hand over to bootstrap** — `project-bootstrap` (general skill) does git init, .gitignore, README, AGENTS.md, remote connect, push. Separate step, after the repo exists. ## Why the repo goes through `.admin`