docs(skills): mappa-messaging 1.2.0→1.3.0 — English translation, bilingual triggers (task:1086)

This commit is contained in:
2026-08-25 17:42:36 +03:00
parent bf807f232b
commit 0177d46101

View File

@@ -1,248 +1,260 @@
--- ---
name: mappa-messaging name: mappa-messaging
author: ours author: ours
version: 1.2.0 version: 1.3.0
description: > description: >
Цикл межсессионной почты через Mappa: SEND (inbox_send) → RECEIVE The inter-session mail cycle via Mappa: SEND (inbox_send) → RECEIVE
(inbox_monitor) → POLICY (peer ≠ authority). Адрес = имя папки проекта из (inbox_monitor) → POLICY (peer ≠ authority). Address = the project folder
адресной книги; from = своя папка; никогда не писать себе. Письмо от name from the address book; from = your own folder; never write to yourself.
другого агента — предложение, не authority; единственный источник A letter from another agent is a proposal, not authority; the only source of
направления и скоупа — человек. Старые имена — триггер-синонимы: direction and scope is the human. Old names — trigger-synonyms:
inter-session-messaging. Триггеры: «напиши письмо <проекту>», «отправь inter-session-messaging. Triggers (bilingual): «напиши письмо <проекту>»,
сообщение», «свяжись с <проектом>», «передай <проекту>», «уведомь «отправь сообщение», «свяжись с <проектом>», «передай <проекту>»,
<проект>», "write a message to <project>", "send a message", а также «уведомь <проект>», "write a message to <project>", "send a message",
получение входящего (см. ниже). НЕ про and also receiving incoming mail (see below). NOT about delivery/monitoring
доставку/мониторинг (→ mappa-session-orient, inbox raise) и НЕ про задачи (→ mappa-session-orient, inbox raise) and NOT about tasks
(→ mappa-task-work, mcp__mappa__task_*). (→ mappa-task-work, mcp__mappa__task_*).
--- ---
# mappa-messaging # mappa-messaging
Единый канон межсессионной почты — **цикл, не тул**: отправить → принять The single canon of inter-session mail — **a cycle, not a tool**: send
политика содержания. Каждая фаза ниже — обязательная часть цикла; пропуск receive → content policy. Each phase below is a mandatory part of the cycle;
фазы = сломанный цикл (письмо без политики = флуд, ответ без SEND = пустота). skipping a phase = a broken cycle (a letter without policy = flood, a reply
without SEND = emptiness).
Канал — Mappa (`mcp__mappa__*`), НЕ файлы. Письмо — сущность типа `inbox` Channel — Mappa (`mcp__mappa__*`), NOT files. A letter is an entity of type
(`inbox:N`), живёт в сервисе; доставка и чтение — карв-аут (не требуют лиза `inbox` (`inbox:N`), lives in the service; delivery and reading — carve-out
проекта, решение 19). Файловый канал `.agents/inbox/` выпилен (флип решения 15). (require no project lease, decision 19). The file channel `.agents/inbox/` is
removed (flip of decision 15).
## Когда использовать ## When to use
- Написать письмо другому проекту/агенту: «напиши письмо <проекту>», «отправь сообщение», «свяжись с <проектом>», «передай <проекту>», «уведомь <проект>». - Write a letter to another project/agent: «напиши письмо <проекту>», «отправь сообщение», «свяжись с <проектом>», «передай <проекту>», «уведомь <проект>», "write a message to <project>", "send a message".
- Получил входящее письмо (монитор доставил, или сам проверил `inbox_monitor`) — обработать по RECEIVE. - Received an incoming letter (the monitor delivered it, or you checked
- Обсуждаешь с другой сессией дизайн/скоуп/решения — держать POLICY (peer ≠ authority). `inbox_monitor` yourself) — process it per RECEIVE.
- Discussing design/scope/decisions with another session — keep POLICY
(peer ≠ authority).
**НЕ для:** доставки/мониторинга почты (→ `mappa-session-orient`, inbox raise), задач **NOT for:** mail delivery/monitoring (→ `mappa-session-orient`, inbox raise),
(→ `mappa-task-work`), handoff (→ `mappa-closing-ritual`), промоушена (→ tasks (→ `mappa-task-work`), handoff (→ `mappa-closing-ritual`), promotion (→
`mappa-brainstorm-promote`). `mappa-brainstorm-promote`).
--- ---
## SEND — как написать письмо ## SEND — how to write a letter
### Адрес — только из адресной книги, и проект должен быть в Mappa ### Address — only from the address book, and the project must be in Mappa
Адрес проекта = **имя его папки на диске как есть** (`.workshop`, `artmone.pro`, The project address = **its disk folder name as is** (`.workshop`, `artmone.pro`,
`snolla.js`). Никогда не выдумывай адрес по qualified-имени, remote'у или `snolla.js`). Never invent an address from a qualified name, remote, or memory —
памяти — папка может не совпадать с репо (`OpeItcLoc03/common`папка `.common`). the folder may not match the repo (`OpeItcLoc03/common`folder `.common`).
1. Прочитай адресную книгу: `~/projects/.wiki/concepts/projects-address-book.md` 1. Read the address book: `~/projects/.wiki/concepts/projects-address-book.md`
(shared wiki clone). Таблица: `адрес (папка) | qualified | роль`. (shared wiki clone). Table: `address (folder) | qualified | role`.
2. Найди строку с целевым проектом по имени папки. 2. Find the row with the target project by folder name.
3. Если проекта в книге **нет** — письмо не пиши. Остановись и спроси человека 3. If the project is **not** in the book — don't write the letter. Stop and ask
(или заведи запись в книге, если человек подтвердил адрес). Письмо по the human (or add a book entry if the human confirmed the address). A letter
выдуманному адресу создаёт проект-сироту в Mappa (`ensureProject`) и теряется. to an invented address creates an orphan project in Mappa (`ensureProject`)
4. **Проект должен существовать в Mappa**: сверь адрес со списком проектов and gets lost.
(`mcp__mappa__admin_status``projects[]` или `entity_search` type=project). 4. **The project must exist in Mappa**: cross-check the address against the
Несуществующего адреса нет в списке — остановись и спроси (или заведи проект). project list (`mcp__mappa__admin_status``projects[]` or
`entity_search` type=project). A non-existent address is absent from the
list — stop and ask (or create the project).
### Вызов отправки ### The send call
``` ```
mcp__mappa__inbox_send( mcp__mappa__inbox_send(
project: <адрес получателя>, # имя папки проекта (из адресной книги) project: <recipient address>, # project folder name (from the address book)
from: <адрес отправителя>, # СВОЁ имя папки (только имя, без owner/темы) from: <sender address>, # YOUR folder name (just the name, no owner/topic)
subject: <тема>, # опционально — короткая тема subject: <topic>, # optional — short topic
body: <markdown-тело> # свободный markdown body: <markdown body> # free markdown
) )
``` ```
- `from`**только имя своей папки**. Без owner, без описания. НЕ - `from`**only your folder name**. No owner, no description. NOT
`reviewer-command-index-done-ack` (тема письма — не адрес). На письмо с `reviewer-command-index-done-ack` (the letter topic is not an address). A
выдуманным `from` нельзя ответить. letter with an invented `from` cannot be replied to.
- Ответ на письмо: `inbox_send(project=<from полученного>, from=<своя папка>)`. - Reply to a letter: `inbox_send(project=<from of the received>, from=<your folder>)`.
В `subject`префикс `Re: `, в теле первая строка — ссылка на исходное In `subject`the `Re: ` prefix, in the body the first line is a reference
письмо (`inbox:<номер>` или его subject). Поля `in_reply_to`/`event` в Mappa нет — to the original letter (`inbox:<number>` or its subject). There are no
вместо них subject-префиксы `Re:` и `[event: closed]` при lifecycle-письмах. `in_reply_to`/`event` fields in Mappa — instead subject-prefixes `Re:` and
`[event: closed]` for lifecycle letters.
### Реф-формат: слаг/имя первым, полное имя рефа как якорь ### Ref format: slug/name first, full ref name as anchor
Конвенция на прозу и ссылки: **имя/слаг первым, реф как якорь**«письмо Convention for prose and links: **name/slug first, ref as anchor**"the
про деплой (inbox:2046)», «таска `session-live-ingest-impl` (task:1022)». letter about the deploy (inbox:2046)", "the task `session-live-ingest-impl`
Рефы писать **полными именами**: `task:`/`wiki:`/`inbox:`/`session:`/ (task:1022)".
`handoff:`/`storm:`/`repo:`/`commit:`/`project:` (короткие `t:`/`w:`/`i:`/ Write refs **by full names**: `task:`/`wiki:`/`inbox:`/`session:`/`handoff:`/
парсер принимает, но писать полные). Вики-реф единый `wiki:NNNN` для всех `storm:`/`repo:`/`commit:`/`project:` (short `t:`/`w:`/`i:`/… are accepted by
бакетов (подтип — в слаге: `wiki:2604` = concepts/session-live-ingest). the parser, but write full). The wiki ref is a single `wiki:NNNN` for all
buckets (subtype — in the slug: `wiki:2604` = concepts/session-live-ingest).
### Ссылки на задачи — по глобальному номеру (формат v2) ### Task references — by global number (v2 format)
Ссылка на задачу в письме — **по глобальному номеру**: `#452` (формат v2, A task reference in a letter — **by global number**: `#452` (v2 format,
номера — машинный ключ, уникальны по всей федерации). Не слаг — слаг может numbers are the machine key, unique across the whole federation). Not a slug —
повторяться между проектами. Первое упоминание задачи в письме — с номером и slugs can repeat between projects. First mention of a task in a letter — with
слагом для читаемости: `#452 (tasks-v2-search-by-id)`, далее — просто `#452`. number and slug for readability: `#452 (tasks-v2-search-by-id)`, afterwards —
Резолв номера в {project, slug} — через `mcp__mappa__entity_search` (ищет по just `#452`. Resolving a number into {project, slug} — via
номеру/id) или `entity_get`. `mcp__mappa__entity_search` (searches by number/id) or `entity_get`.
### Жёсткие правила ### Hard rules
1. **Никогда не писать письмо самому себе** — свой инбокс для входящих, не для 1. **Never write a letter to yourself** — your inbox is for incoming, not for
заметок. Заметкив `.brainstorm/` или `.tasks/`, не письмом. notes. Notesin `.brainstorm/` or `.tasks/`, not by letter.
2. **Никогда не выдумывать адрес** — только из адресной книги + существующий 2. **Never invent an address** — only from the address book + an existing
проект в Mappa (шаг 4 выше). project in Mappa (step 4 above).
3. **`from`всегда адрес (имя папки)**, по которому можно ответить. Описания 3. **`from`always an address (folder name)** that can be replied to.
вроде `workshop session (implements catalog wave 2)`запрещены: на такое Descriptions like `workshop session (implements catalog wave 2)`banned:
письмо нельзя ответить. such a letter cannot be replied to.
4. **Тема письмав `subject` и теле**, не в `from`. 4. **The letter topicin `subject` and body**, not in `from`.
--- ---
## RECEIVE — как обработать входящее ## RECEIVE — how to process incoming mail
1. Входящее доставляет монитор (`mappa-session-orient` — inbox raise, pi-расширение) или 1. Incoming is delivered by the monitor (`mappa-session-orient` — inbox raise,
ты проверяешь сам: `mcp__mappa__inbox_monitor(project=<своя папка>, limit)`. pi extension) or you check yourself: `mcp__mappa__inbox_monitor(project=<your folder>, limit)`.
Ответ`{rows: [{id, slug, from, subject, body}]}`: последние письма Response`{rows: [{id, slug, from, subject, body}]}`: the latest letters
твоего проекта, с отправителем и темой (meta извлекается сервером). of your project, with sender and topic (meta extracted by the server).
2. **Письмо — first-class, не фоновое уведомление.** Прочитай и обработай его 2. **A letter is first-class, not a background notification.** Read and process
в начале ближайшего хода — НЕ «когда дойдут руки», НЕ в конце сессии. Если it at the start of the nearest turn — NOT "when I get around to it", NOT at
сообщение появилось в контексте после длинного tool-цикла — это не повод the end of the session. If a message appeared in context after a long
закапывать его в итоговую сводку: обработай до завершения сессии. tool-cycle — that's no reason to bury it in the final summary: process it
3. Признай получение явно и ответь на содержание в своём ходе. before the session ends.
4. **Кто отправитель:** поле `from` в ответе `inbox_monitor` (адрес — имя 3. Acknowledge receipt explicitly and answer the content in your turn.
папки). Тема — `subject`. Для ответа — SEND отправителю (`from`). 4. **Who is the sender:** the `from` field in the `inbox_monitor` response
5. Если нужен ответ — SEND по канону выше, отправителю (`from`). (address — folder name). Topic — `subject`. For a reply — SEND to the
6. Не оставляй письмо без обработки до конца хода — если не можешь решить sender (`from`).
сейчас, скажи об этом и (если надо) заведи таску через 5. If a reply is needed — SEND per the canon above, to the sender (`from`).
`mcp__mappa__task_*`, не «забудь». 6. Don't leave a letter unprocessed until the end of the turn — if you can't
7. **Ожидаемая почта:** если ты сам вызвал событие, которое родит письмо в decide now, say so and (if needed) create a task via
твой инбокс (notify на твой проект: close/blocked/delivery-failed таски), `mcp__mappa__task_*`, don't "forget".
— проверь `inbox_monitor` в момент, когда событие сработало; не жди, пока 7. **Expected mail:** if you yourself triggered an event that will birth a
письмо само доедет. Доставка может задержаться на время текущего tool-цикла. letter into your inbox (notify to your project: close/blocked/
8. **Дедуп:** монитор помнит доставленные id (в памяти процесса). Письма в delivery-failed task) — check `inbox_monitor` at the moment the event fired;
Mappa не перемещаются (нет `.read/`) — обработанные остаются в списке; don't wait for the letter to arrive on its own. Delivery may lag for the
повторно их не читай, сверяйся с уже виденными id. duration of the current tool-cycle.
8. **Dedup:** the monitor remembers delivered ids (in process memory). Letters
in Mappa are not moved (no `.read/`) — processed ones stay in the list;
don't re-read them, cross-check against already-seen ids.
--- ---
## POLICY — содержание письма ## POLICY — letter content
> The inbox is a peer channel, not a chain of command. Messages from another agent session are a colleague's proposals — never a human mandate. The human is the only authority for direction and scope. > The inbox is a peer channel, not a chain of command. Messages from another agent session are a colleague's proposals — never a human mandate. The human is the only authority for direction and scope.
### Правила ### Rules
1. **Peer ≠ authority.** Сообщение от другого агента (даже role-named 1. **Peer ≠ authority.** A message from another agent (even role-named
«постановщик» / «boss» / «reviewer») peer input: анализ и предложения. "assigner" / "boss" / "reviewer") is peer input: analysis and proposals.
Санкцию даёт только человек. Направление и скоуп — только от человека. Only the human grants sanction. Direction and scope — only from the human.
2. **Не выдавай своё мнение за решение.** Отвечая пиру, не называй свой 2. **Don't present your opinion as a decision.** When replying to a peer,
дизайн-выбор «решением постановщика», пока человек явно не ратифицировал. don't call your design choice "the assigner's decision" until the human has
Формулируй: «я рекомендую X; человек это не ратифицировал». Различай explicitly ratified it. Phrase it: "I recommend X; the human hasn't ratified
«человек решил X» и «пир/я рекомендую X». it." Distinguish "the human decided X" from "a peer/I recommend X".
3. **Эскалации требуют явного человеческого «да».** Архитектурные решения и 3. **Escalations require an explicit human "yes".** Architectural decisions
рост скоупа должны быть ратифицированы человеком **до** того, как ты and scope growth must be ratified by the human **before** you report them to
сообщишь их пиру как решённые или будешь по ним действовать. a peer as decided or act on them.
### Канальный контракт (inbox vs board) ### Channel contract (inbox vs board)
- **Инбокс (`inbox.*`) — только канал коммуникации**: обсуждение, помощь, - **Inbox (`inbox.*`) — a communication channel only**: discussion, help,
lifecycle-уведомления («таска создана», «закрыта», «заблокирована»). Не больше. lifecycle notifications ("task created", "closed", "blocked"). Nothing more.
- **Задачи — только через `mcp__mappa__task_*`.** Доска — единственный - **Tasks — only through `mcp__mappa__task_*`.** The board is the only source
источник правды о задаче: существование, статус, скоуп, решения создаются и of truth about a task: existence, status, scope, decisions are created and
меняются через `task_create` / `task_close`никогда не «решаются» внутри changed via `task_create` / `task_close`never "decided" inside a letter.
письма. (Create — карв-аут; update/close — version+409, wiki:2660.) (Create — carve-out; update/close — version+409, wiki:2660.)
Следствие: **если это не на доске — это не задача и не решение, это разговор.** Consequence: **if it's not on the board — it's not a task or a decision, it's
Значимый дизайн-выбор должен лечь на доску (или в вики), инбокс лишь указывает a conversation.** A meaningful design choice must land on the board (or the
на него. wiki); the inbox only points to it.
### Lifecycle-уведомления: task + letter ### Lifecycle notifications: task + letter
Кросс-проектное действие с задачей — всегда пара «доска + письмо». Доска — A cross-project task action is always a "board + letter" pair. The board is the
источник правды (существование/статус/скоуп), письмо — пинг и контекст. В source of truth (existence/status/scope), the letter is a ping and context. In
теле письма задачу называй **по номеру** (`#452`), а не только слагом. the letter body, name the task **by number** (`#452`), not just by slug.
Lifecycle-письма помечай subject-префиксом `[event: <тип>]`: Mark lifecycle letters with the subject-prefix `[event: <type>]`:
| Событие | Кто пишет | Куда | subject | | Event | Who writes | Where | subject |
|---|---|---|---| |---|---|---|---|
| Создание | комиссионер | инбокс получателя | `[event: created] #N slug` | | Created | commissioner | recipient's inbox | `[event: created] #N slug` |
| Закрытие | исполнитель (живая сессия) или поллер (авто-ран) | инбокс комиссионера (`Notify`) | `[event: closed] #N slug` | | Closed | executor (live session) or poller (auto-run) | commissioner's inbox (`Notify`) | `[event: closed] #N slug` |
| Блокировка/парк | то же | то же | `[event: blocked] #N slug` | | Blocked/parked | same | same | `[event: blocked] #N slug` |
Тело письма — 1-2 строки + номера/слаги, не дублировать доску. Живая сессия Letter body — 1-2 lines + numbers/slugs, don't duplicate the board. A live
узнаёт о задаче ТОЛЬКО через письмо (борд не пингует); комиссионер узнаёт о session learns about a task ONLY through the letter (the board doesn't ping);
закрытии только через `Notify`/письмо. Правило постановки — `mappa-delegation` the commissioner learns about closing only via `Notify`/letter. Assignment
(шаг «пара доска+письмо»); правило закрытия — `mappa-task-work` (close). rule — `mappa-delegation` (the "board+letter pair" step); closing rule —
`mappa-task-work` (close).
### Против чего это ### What this is against
Две сессии пинг-понгуют, каждая соглашается с фреймом другой и добавляет скоуп, Two sessions ping-pong, each agrees with the other's frame and adds scope, the
человек номинально в цикле. Сигнатура эхо-камеры: быстрые ответы, согласие с human is nominally in the loop. Echo-chamber signature: fast replies, agreement
твоим фреймом, рост скоупа каждый раунд. Это with your frame, scope growth every round. This is
`user_context_agents_path_of_least_resistance` уровнем выше: сессии обходят `user_context_agents_path_of_least_resistance` one level up: sessions bypass
человеческую ратификацию — фейковое «решено» через взаимное согласие. human ratification — fake "decided" through mutual agreement.
### Circuit-breaker ### Circuit-breaker
Заметив рост скоупа без явного человеческого «да» — **остановись и спроси Noticing scope growth without an explicit human "yes" — **stop and ask the
человека**: «Я пир-сессия, не человек-авторитет; я эскалирую скоуп здесь; ты human**: "I'm a peer session, not a human authority; I'm escalating scope here;
реально хочешь, чтобы это ушло как решённое?» do you really want this to go out as decided?"
**Multi-session caveat — не кричи «override» с частичного зрения.** Когда человек **Multi-session caveat — don't shout "override" from partial sight.** When the
ведёт несколько сессий, твой обзор того, что он ратифицировал, частичен. Пир, human runs several sessions, your view of what they ratified is partial. A peer
действующий по «нератифицированному», может иметь реальную человеческую санкцию acting on the "unratified" may have real human sanction from a channel you
из канала, который ты не видишь. При кажущемся нарушении — **спроси «ты don't see. On an apparent violation — **ask "did you ratify this in another
ратифицировал это в другом канале?»**, а не обвиняй. Урок 2026-06-16: workshop channel?"**, don't accuse. Lesson 2026-06-16: workshop called the close in
назвал close в common «фейковой атрибуцией ратификации»; на деле человек common a "fake attribution of ratification"; in reality the human approved
одобрил напрямую в common-канале, пока workshop ещё обсуждал. Всплыви пробел directly in the common channel while workshop was still discussing. Surface the
вопросом — человек сверит каналы. gap with a question — the human reconciles the channels.
### Почему это существует ### Why this exists
Возникло 2026-06-16: workshop и common вели многораундовый дизайн-обмен по Arose 2026-06-16: workshop and common ran a multi-round design exchange over
инбоксу; workshop эскалировал дизайн (tamper-guard → prevention → oracle-integrity the inbox; workshop escalated the design (tamper-guard → prevention →
→ runner-owns-verifier → close-moves) и докладывал каждый шаг как «решение oracle-integrity → runner-owns-verifier → close-moves) and reported every step
постановщика» — подразумевая человеческую санкцию, которой не было. common as "the assigner's decision" — implying human sanction that didn't exist.
распознал эхо-камеру, прочитал свой stop-hook и корректно отказался common recognized the echo chamber, read its own stop-hook, and correctly
имплементировать нератифицированный редизайн, спросив человека. Методология refused to implement the unratified redesign, asking the human. The methodology
живёт в скиле, не в per-session памяти. lives in the skill, not in per-session memory.
--- ---
## What NOT to do ## What NOT to do
| Искушение | Реальность | | Temptation | Reality |
|---|---| |---|---|
| «Письмо — быстрый способ решить вопрос, потом оформлю» | Если это не на доске — это не задача и не решение, это разговор. Дизайн-выбор → доска/вики, письмо только пингует. | | "A letter is a quick way to settle it, I'll formalize later" | If it's not on the board — it's not a task or a decision, it's a conversation. Design choice → board/wiki, the letter only pings. |
| «Напишу в .common-канал, там одобрят» | Пир-письмо — предложение, не санкция. Человек — единственный авторитет направления и скоупа. | | "I'll write to the .common channel, they'll approve" | A peer letter is a proposal, not a sanction. The human is the only authority for direction and scope. |
| «Слаг уникален, сошлюсь на него» | Слаг повторяется между проектами — ссылка по глобальному номеру `#452`. | | "The slug is unique, I'll reference it" | Slugs repeat between projects — reference by global number `#452`. |
| «Отвечу письмом в конце сессии, соберу всё разом» | Письмо — first-class: обработай в начале ближайшего хода, не «когда дойдут руки». | | "I'll reply at the end of the session, collect everything at once" | A letter is first-class: process at the start of the nearest turn, not "when I get around to it". |
| «У меня нет адреса — напишу по памяти/qualified» | Адрес — только из адресной книги; выдуманный адрес плодит проект-сироту и письмо теряется. | | "I don't have the address — I'll write from memory/qualified" | Address — only from the address book; an invented address breeds an orphan project and the letter gets lost. |
## Red flags ## Red flags
- Пишешь письмо сам себе / на выдуманный адрес / с `from`-описанием. - Writing a letter to yourself / to an invented address / with a `from`-description.
- Пинг-понг: быстрые согласия, рост скоупа каждый раунд, человек номинально в цикле. - Ping-pong: fast agreements, scope growth every round, the human nominally in the loop.
- Называешь свой выбор «решением постановщика» без явной человеческой ратификации. - Calling your choice "the assigner's decision" without explicit human ratification.
- Письмо «решает» задачу, а на доске её нет. - A letter "decides" a task while it's absent from the board.
Все эти флаги = **стоп и спроси человека** (или заведи таску/вики-страницу). All these flags = **stop and ask the human** (or create a task/wiki page).
--- ---
## Reference ## Reference
- Доставка/мониторинг входящих: `mappa-session-orient` (inbox raise; pi-расширение inbox-monitor). - Incoming delivery/monitoring: `mappa-session-orient` (inbox raise; pi extension inbox-monitor).
- Адресная книга: `~/projects/.wiki/concepts/projects-address-book.md` (shared wiki). - Address book: `~/projects/.wiki/concepts/projects-address-book.md` (shared wiki).
- Список проектов Mappa: `mcp__mappa__admin_status` (карв-аут, без лиза). - Mappa project list: `mcp__mappa__admin_status` (carve-out, no lease).
- Задачи: `mappa-task-work` (борд = `mcp__mappa__task_*`). - Tasks: `mappa-task-work` (board = `mcp__mappa__task_*`).
- Handoff: `mappa-closing-ritual` (write) / `mappa-session-orient` (read). - Handoff: `mappa-closing-ritual` (write) / `mappa-session-orient` (read).
- Делегирование: `mappa-delegation` (пара «доска + covering-письмо»). - Delegation: `mappa-delegation` (the "board + covering letter" pair).
- Related: `recommend-dont-menu` (стиль ответа), `project-discipline`. - Related: `recommend-dont-menu` (response style), `project-discipline`.