fix(project-create): уточнить What-NOT-to-do — репо без регистрации = omission, не порядок (review 1594)

This commit is contained in:
2026-08-30 01:58:08 +03:00
parent 973e59b083
commit 74fdbe8070

View File

@@ -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).