From 74fdbe8070384abdb364a48fe590de61d3b6b041 Mon Sep 17 00:00:00 2001 From: vitya Date: Sun, 30 Aug 2026 01:58:08 +0300 Subject: [PATCH] =?UTF-8?q?fix(project-create):=20=D1=83=D1=82=D0=BE=D1=87?= =?UTF-8?q?=D0=BD=D0=B8=D1=82=D1=8C=20What-NOT-to-do=20=E2=80=94=20=D1=80?= =?UTF-8?q?=D0=B5=D0=BF=D0=BE=20=D0=B1=D0=B5=D0=B7=20=D1=80=D0=B5=D0=B3?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=3D=20omissi?= =?UTF-8?q?on,=20=D0=BD=D0=B5=20=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=20(review=201594)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/project-create/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/project-create/SKILL.md b/skills/project-create/SKILL.md index c6a25db..10e0ee0 100644 --- a/skills/project-create/SKILL.md +++ b/skills/project-create/SKILL.md @@ -116,7 +116,7 @@ Gitea tokens are secrets — they live only with `.admin` (zone rule: secrets st - Don't assume the repo-creation path — ask (Hard rule 2); a `.admin` delegation already sent is not revocable. - Don't register the project in mappa before the repo exists (breaks the server flow with 409; no delete channel). - Don't create mappa registration alone without the repo (they're a pair). -- Don't create the repo alone without the mappa registration. +- Don't create the repo and skip the mappa registration entirely (the pair: repo AND registration both exist, in the right order). - Don't create the on-disk folder in a guessed location — ask. - Don't do the bootstrap inside this skill — that's `project-bootstrap`. - Don't create a paired review for the `.admin` repo task (ops task).