code-ai-installer 4.0.1-b → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +5 -5
  3. package/dist/catalog.js +1 -1
  4. package/dist/contentTransformer.d.ts +1 -1
  5. package/dist/contentTransformer.js +39 -0
  6. package/dist/index.js +10 -5
  7. package/dist/mcp/cli.js +4 -4
  8. package/dist/mcp/scorecard.d.ts +2 -2
  9. package/dist/mcp/task_state.d.ts +2 -2
  10. package/dist/mcp/tools/advance_gate.js +1 -1
  11. package/dist/mcp/tools/classify_gate.d.ts +2 -2
  12. package/dist/mcp/tools/classify_gate.js +2 -2
  13. package/dist/mcp/tools/load_role.d.ts +2 -2
  14. package/dist/mcp/tools/load_role.js +2 -2
  15. package/dist/mcp/tools/report_exception.d.ts +3 -3
  16. package/dist/mcp/tools/report_exception.js +4 -4
  17. package/dist/mcp/tools/request_decision.d.ts +3 -3
  18. package/dist/mcp/tools/request_decision.js +5 -5
  19. package/dist/mcp/tools/review_proposal.d.ts +1 -1
  20. package/dist/mcp/tools/review_proposal.js +6 -6
  21. package/dist/mcp/tools/sign_off.d.ts +2 -2
  22. package/dist/mcp/tools/sign_off.js +7 -7
  23. package/dist/mcp/tools/verify_claim.d.ts +1 -1
  24. package/dist/mcp/tools/verify_claim.js +1 -1
  25. package/dist/mcp_setup.d.ts +84 -31
  26. package/dist/mcp_setup.js +182 -66
  27. package/dist/platforms/adapters.js +54 -19
  28. package/dist/shared/frontmatter.js +1 -1
  29. package/dist/shared/persona.d.ts +1 -1
  30. package/dist/shared/persona.js +1 -1
  31. package/dist/shared/pipeline.d.ts +10 -10
  32. package/dist/shared/pipeline.js +7 -7
  33. package/dist/shared/tools.d.ts +15 -15
  34. package/dist/shared/tools.js +3 -3
  35. package/dist/shared/vocabulary.d.ts +4 -4
  36. package/dist/shared/vocabulary.js +4 -4
  37. package/dist/types.d.ts +1 -1
  38. package/domains/analytics/.agents/workflows/analytics-pipeline-rules.md +13 -3
  39. package/domains/analytics/.agents/workflows/analyze.md +1 -0
  40. package/domains/analytics/.agents/workflows/quick-insight.md +1 -0
  41. package/domains/analytics/locales/en/.agents/workflows/analytics-pipeline-rules.md +13 -3
  42. package/domains/analytics/locales/en/.agents/workflows/analyze.md +1 -0
  43. package/domains/analytics/locales/en/.agents/workflows/quick-insight.md +1 -0
  44. package/domains/analytics/locales/en/agents/interviewer.md +2 -1
  45. package/domains/analytics/locales/en/agents/layouter.md +2 -1
  46. package/domains/analytics/locales/en/agents/mediator.md +2 -1
  47. package/domains/analytics/locales/en/agents/researcher.md +2 -1
  48. package/domains/analytics/locales/en/agents/strategist.md +2 -1
  49. package/domains/analytics/pipeline.yaml +10 -10
  50. package/domains/content/.agents/skills/content-release-gate/SKILL.md +3 -5
  51. package/domains/content/.agents/workflows/content-pipeline-rules.md +14 -11
  52. package/domains/content/.agents/workflows/edit-content.md +0 -1
  53. package/domains/content/.agents/workflows/quick-post.md +0 -1
  54. package/domains/content/.agents/workflows/start-content.md +0 -1
  55. package/domains/content/agents/conductor.md +1 -2
  56. package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +3 -5
  57. package/domains/content/locales/en/.agents/workflows/content-pipeline-rules.md +14 -11
  58. package/domains/content/locales/en/.agents/workflows/edit-content.md +0 -1
  59. package/domains/content/locales/en/.agents/workflows/quick-post.md +0 -1
  60. package/domains/content/locales/en/.agents/workflows/start-content.md +0 -1
  61. package/domains/content/locales/en/agents/conductor.md +1 -2
  62. package/domains/content/pipeline.yaml +8 -8
  63. package/domains/development/.agents/skills/handoff/SKILL.md +276 -276
  64. package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +197 -197
  65. package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -211
  66. package/domains/development/.agents/skills/qa-test-data-management/SKILL.md +250 -250
  67. package/domains/development/.agents/workflows/bugfix.md +16 -82
  68. package/domains/development/.agents/workflows/hotfix.md +16 -66
  69. package/domains/development/.agents/workflows/pipeline-rules.md +49 -132
  70. package/domains/development/.agents/workflows/start-task.md +17 -121
  71. package/domains/development/AGENTS.md +8 -3
  72. package/domains/development/agents/architect.md +247 -247
  73. package/domains/development/agents/conductor.md +363 -363
  74. package/domains/development/agents/devops.md +297 -297
  75. package/domains/development/agents/reviewer.md +293 -293
  76. package/domains/development/agents/senior_full_stack.md +295 -295
  77. package/domains/development/agents/tester.md +395 -395
  78. package/domains/development/locales/en/.agents/skills/handoff/SKILL.md +276 -276
  79. package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +197 -197
  80. package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -211
  81. package/domains/development/locales/en/.agents/skills/qa-test-data-management/SKILL.md +250 -250
  82. package/domains/development/locales/en/.agents/workflows/bugfix.md +16 -82
  83. package/domains/development/locales/en/.agents/workflows/hotfix.md +15 -65
  84. package/domains/development/locales/en/.agents/workflows/pipeline-rules.md +48 -131
  85. package/domains/development/locales/en/.agents/workflows/start-task.md +17 -121
  86. package/domains/development/locales/en/AGENTS.md +15 -0
  87. package/domains/development/locales/en/agents/architect.md +247 -247
  88. package/domains/development/locales/en/agents/conductor.md +363 -363
  89. package/domains/development/locales/en/agents/devops.md +297 -297
  90. package/domains/development/locales/en/agents/reviewer.md +293 -293
  91. package/domains/development/locales/en/agents/senior_full_stack.md +295 -295
  92. package/domains/development/locales/en/agents/tester.md +395 -395
  93. package/domains/development/locales/en/prompt-examples.md +34 -120
  94. package/domains/development/pipeline.yaml +150 -135
  95. package/domains/development/prompt-examples.md +33 -119
  96. package/domains/product/.agents/workflows/product-pipeline-rules.md +13 -2
  97. package/domains/product/.agents/workflows/quick-pm.md +1 -1
  98. package/domains/product/.agents/workflows/shape-prioritize.md +1 -0
  99. package/domains/product/.agents/workflows/ship-right-thing.md +1 -0
  100. package/domains/product/.agents/workflows/spec.md +1 -0
  101. package/domains/product/agents/tech_lead.md +1 -1
  102. package/domains/product/locales/en/.agents/workflows/product-pipeline-rules.md +13 -2
  103. package/domains/product/locales/en/.agents/workflows/quick-pm.md +1 -1
  104. package/domains/product/locales/en/.agents/workflows/shape-prioritize.md +1 -0
  105. package/domains/product/locales/en/.agents/workflows/ship-right-thing.md +1 -0
  106. package/domains/product/locales/en/.agents/workflows/spec.md +1 -0
  107. package/domains/product/locales/en/agents/conductor.md +2 -2
  108. package/domains/product/locales/en/agents/data_analyst.md +2 -1
  109. package/domains/product/locales/en/agents/designer.md +2 -1
  110. package/domains/product/locales/en/agents/discovery.md +2 -1
  111. package/domains/product/locales/en/agents/layouter.md +2 -1
  112. package/domains/product/locales/en/agents/mediator.md +2 -1
  113. package/domains/product/locales/en/agents/pm.md +2 -1
  114. package/domains/product/locales/en/agents/product_strategist.md +2 -1
  115. package/domains/product/locales/en/agents/tech_lead.md +3 -2
  116. package/domains/product/locales/en/agents/ux_designer.md +2 -1
  117. package/domains/product/pipeline.yaml +12 -12
  118. package/package.json +5 -5
  119. package/domains/analytics/CONTEXT.md +0 -25
  120. package/domains/analytics/locales/en/CONTEXT.md +0 -25
  121. package/domains/content/CONTEXT.md +0 -19
  122. package/domains/content/locales/en/CONTEXT.md +0 -19
  123. package/domains/development/.agents/workflows/auto-restart-containers.md +0 -56
  124. package/domains/development/CONTEXT.md +0 -62
  125. package/domains/development/locales/en/.agents/workflows/auto-restart-containers.md +0 -24
  126. package/domains/development/locales/en/CONTEXT.md +0 -62
  127. package/domains/product/CONTEXT.md +0 -40
  128. package/domains/product/locales/en/CONTEXT.md +0 -40
@@ -78,8 +78,7 @@ schema_version: 1
78
78
  После получения Approved и публикации:
79
79
  1. Обновить `$board` — гейт Release Gate → `[✓] Завершён`.
80
80
  2. Обновить `$content-calendar` — единица контента → статус `Done`.
81
- 3. Зафиксировать результат в `CONTEXT.md` домена.
82
- 4. Запланировать мониторинг (если определено): проверка метрик через 24ч / 48ч / 7 дней.
81
+ 3. Запланировать мониторинг (если определено): проверка метрик через 24ч / 48ч / 7 дней.
83
82
 
84
83
  ## Rollback — протокол возврата
85
84
 
@@ -110,7 +109,7 @@ Release Gate считается корректно пройденным если
110
109
  - [ ] Warnings зафиксированы и пользователь уведомлён
111
110
  - [ ] Пакет публикации сформирован полностью (текст + визуал + мета)
112
111
  - [ ] User sign-off получен
113
- - [ ] Post-publish действия выполнены (board, calendar, CONTEXT.md)
112
+ - [ ] Post-publish действия выполнены (board, calendar)
114
113
 
115
114
  ## Интеграция с другими скилами
116
115
 
@@ -135,7 +134,7 @@ Release Gate считается корректно пройденным если
135
134
  | HOLD без маршрута возврата | Непонятно кто и что исправляет | Rollback таблица с конкретным маршрутом |
136
135
  | Пакет без UTM / хэштегов | Теряется аналитика, нарушается бренд | Полный пакет с метаданными |
137
136
  | Публикация без user sign-off | Пользователь не видел финальную версию | Всегда ждать явное Approved |
138
- | Нет post-publish обновлений | Board и calendar рассинхронизируются | Обновить board, calendar, CONTEXT.md |
137
+ | Нет post-publish обновлений | Board и calendar рассинхронизируются | Обновить board, calendar |
139
138
  | Повторный release без повторного чеклиста | Блокер мог быть не исправлен | Полный чеклист при каждом прохождении |
140
139
 
141
140
  ## Шаблон вывода
@@ -247,6 +246,5 @@ Release Gate считается корректно пройденным если
247
246
  #### 6. Post-publish (после Approved)
248
247
  - [ ] `$board` — Release Gate → `[✓] Завершён`
249
248
  - [ ] `$content-calendar` — ID [X] → статус `Done`
250
- - [ ] `CONTEXT.md` — зафиксировать публикацию
251
249
  - [ ] Мониторинг запланирован: [24ч / 48ч / 7 дней — метрики из $content-brief]
252
250
  ```
@@ -5,6 +5,16 @@
5
5
 
6
6
  ---
7
7
 
8
+ ## Машина гейтов (code-ai MCP)
9
+
10
+ Контент-пайплайн исполняется машиной состояний `code-ai` MCP; источник правды — `content/pipeline.yaml`. Каждый гейт проходится через MCP-поток: `current_gate` → `classify_gate` → `load_role` (роль гейта) + `get_skill` → deliverable + `submit_artifact` → `sign_off` → `advance_gate`.
11
+
12
+ - **Подпись:** в контенте **все гейты `user`** — каждый закрывается явным "Approved" пользователя (домен суждения; детерминированных авто-чеков, как тесты в разработке, здесь нет). Авто-пас на зелёном не применяется.
13
+ - **Circuit breaker отключён** (нет полосы откатов DEV/OPS/REV/TEST); возвраты идут через reverse `$handoff` (см. ниже).
14
+ - Оркестрационные скиллы `$board` / `$handoff` / `$gates` — человекочитаемый слой поверх машины (доска статусов, передача, проверка готовности). Эскалация-развилка — `request_decision`; решения уровня ADR — `record_decision`.
15
+
16
+ ---
17
+
8
18
  ## Режимы пайплайна
9
19
 
10
20
  ### Decision Tree — выбор режима
@@ -168,21 +178,14 @@ Conductor определяет режим по Decision Tree (см. выше).
168
178
  - Пользователь может переопределить режим — Conductor подчиняется.
169
179
  - Если в процессе выяснилось, что режим слишком лёгкий → предложить пользователю переключиться на более тяжёлый.
170
180
 
171
- ### Правило 10: CONTEXT.md обновляется после каждого пайплайна
172
- После завершения пайплайна Conductor обновляет `domains/content/CONTEXT.md`:
173
- - Режим пайплайна.
174
- - Завершённые гейты.
175
- - Ключевой результат (что было создано).
176
- - Дата.
177
-
178
- ### Правило 11: `$board` обновляется при каждом переходе
181
+ ### Правило 10: `$board` обновляется при каждом переходе
179
182
  Доска (`$board`) — единственный источник правды о текущем статусе:
180
183
  - Создаётся Conductor'ом на Gate 1.
181
184
  - Обновляется при **каждом** `$handoff` (forward и reverse).
182
185
  - Статус гейта меняется только через `$board`.
183
186
  - При завершении — все гейты `[✓]`.
184
187
 
185
- ### Правило 12: `$handoff` — единственный способ передачи
188
+ ### Правило 11: `$handoff` — единственный способ передачи
186
189
  Передача между гейтами происходит **только** через `$handoff`:
187
190
  - Forward handoff — после `$gates` PASS + user Approved.
188
191
  - Reverse handoff — при `$gates` FAIL или Reviewer REQUIRES CHANGES.
@@ -261,8 +264,8 @@ Conductor определяет режим по Decision Tree (см. выше).
261
264
  | Переход без Approved | Пользователь не в курсе, потеря контроля | Всегда ждать Approved. Правило 1 |
262
265
  | Conductor переписывает текст | Нарушение ролей, нет качественного ревью | Правки → Copywriter → Reviewer. Правило 6 |
263
266
  | `/quick-post` для сложной темы | Нет исследования → ошибки в фактах | Decision Tree. При сомнении → тяжелее. Правило 9 |
264
- | Handoff без `$gates` | Непроверенные deliverables → проблемы дальше | `$gates` PASS → `$handoff`. Правило 12 |
265
- | Не обновлять `$board` | Потеря трекинга, непонятно где мы | Обновлять при каждом handoff. Правило 11 |
267
+ | Handoff без `$gates` | Непроверенные deliverables → проблемы дальше | `$gates` PASS → `$handoff`. Правило 11 |
268
+ | Не обновлять `$board` | Потеря трекинга, непонятно где мы | Обновлять при каждом handoff. Правило 10 |
266
269
  | Brand compliance пропущен | Контент не соответствует бренду → репутационный риск | Обязателен для всех режимов. Правило 7 |
267
270
  | Параллельная работа зависимых гейтов | Результат одного гейта нужен другому → рассинхрон | Только независимые гейты параллельно |
268
271
  | Импровизация в неизвестной ситуации | Непредсказуемые последствия | Остановиться, спросить пользователя |
@@ -135,7 +135,6 @@ CONDUCTOR → COPYWRITER → VISUAL CONCEPT → REVIEWER → RELEASE CHECK
135
135
  - Platform compliance пройден ✅
136
136
  - Пакет публикации обновлён ✅
137
137
  - Обновить `$board` — все гейты `[✓]`
138
- - Обновить `domains/content/CONTEXT.md`
139
138
  **Deliverable:** Обновлённый пакет для публикации
140
139
  **→ Финальное "Approved" → Готов к публикации**
141
140
 
@@ -137,7 +137,6 @@ CONDUCTOR → COPYWRITER → REVIEWER → RELEASE CHECK (мини)
137
137
  - [ ] Время публикации оптимально (если важно)
138
138
  - [ ] Brand compliance ✅
139
139
  - Обновить `$board` — все гейты `[✓]`
140
- - Обновить `domains/content/CONTEXT.md` (краткая запись)
141
140
  **Deliverable:** Пост готов к публикации
142
141
  **→ Финальное "Approved" → Публикация немедленно**
143
142
 
@@ -150,7 +150,6 @@ CONDUCTOR → STRATEGIST → RESEARCHER → COPYWRITER → VISUAL CONCEPT → RE
150
150
  1. Финальный чеклист (`$content-release-gate`) — артефакты, мета, юридика.
151
151
  2. Подготовка пакета для публикации: текст + визуал + хэштеги + ссылки + UTM + расписание.
152
152
  3. Обновить `$board` — все гейты `[✓]`.
153
- 4. Обновить `domains/content/CONTEXT.md`.
154
153
  **Обязательные скилы:** `$content-release-gate`
155
154
  **Deliverable:** Полный пакет для публикации
156
155
 
@@ -176,8 +176,7 @@ Conductor отслеживает соответствие контента ис
176
176
 
177
177
  ### Шаг 5 — Завершение
178
178
  1. Обновить `$board` — все гейты `[✓]`.
179
- 2. Обновить `domains/content/CONTEXT.md` режим, результат, дата.
180
- 3. Провести ретроспективу (если Full Pipeline или было > 1 итерации Reviewer).
179
+ 2. Провести ретроспективу (если Full Pipeline или было > 1 итерации Reviewer).
181
180
 
182
181
  ---
183
182
 
@@ -78,8 +78,7 @@ Present to user:
78
78
  Upon receiving Approved and publishing:
79
79
  1. Update `$board` — Release Gate → `[✓] Finished`.
80
80
  2. Update `$content-calendar` — content unit → status `Done`.
81
- 3. Log the outcome into the domain's `CONTEXT.md`.
82
- 4. Schedule monitoring (if determined): tracking metrics after 24h / 48h / 7 days.
81
+ 3. Schedule monitoring (if determined): tracking metrics after 24h / 48h / 7 days.
83
82
 
84
83
  ## Rollback Protocol
85
84
 
@@ -110,7 +109,7 @@ A Release Gate is deemed successfully traversed if:
110
109
  - [ ] Warnings are logged and the user has been notified
111
110
  - [ ] Publication package is thoroughly fashioned (text + visual + meta)
112
111
  - [ ] User sign-off acquired
113
- - [ ] Post-publish activities are complete (board, calendar, CONTEXT.md)
112
+ - [ ] Post-publish activities are complete (board, calendar)
114
113
 
115
114
  ## Integration with other skills
116
115
 
@@ -135,7 +134,7 @@ A Release Gate is deemed successfully traversed if:
135
134
  | HOLD without a rollback route | Unclear who amends what | Rollback table providing specific routing |
136
135
  | Package devoid of UTMs / hashtags | Analytics lost, brand disrupted | Complete package with metadata intact |
137
136
  | Publishing sans user sign-off | The user hasn't seen the final version | Always wait for explicit Approved |
138
- | Lack of post-publish updates | Board and calendar desync | Update board, calendar, CONTEXT.md |
137
+ | Lack of post-publish updates | Board and calendar desync | Update board, calendar |
139
138
  | Reiterating release minus repeating checklist | A blocker might endure | Full checklist executed during each pass |
140
139
 
141
140
  ## Output Template
@@ -247,6 +246,5 @@ A Release Gate is deemed successfully traversed if:
247
246
  #### 6. Post-publish (after Approved)
248
247
  - [ ] `$board` — Release Gate → `[✓] Finished`
249
248
  - [ ] `$content-calendar` — ID [X] → status `Done`
250
- - [ ] `CONTEXT.md` — log publication
251
249
  - [ ] Monitoring scheduled: [24h / 48h / 7 days — metrics from $content-brief]
252
250
  ```
@@ -5,6 +5,16 @@ This document defines the immutable rules for operating the content pipeline. Vi
5
5
 
6
6
  ---
7
7
 
8
+ ## Gate machine (code-ai MCP)
9
+
10
+ The content pipeline runs on the `code-ai` MCP state machine; the source of truth is `content/pipeline.yaml`. Each gate is passed via the MCP flow: `current_gate` → `classify_gate` → `load_role` (the gate's role) + `get_skill` → deliverable + `submit_artifact` → `sign_off` → `advance_gate`.
11
+
12
+ - **Sign-off:** in content **every gate is `user`** — each closes on an explicit user "Approved" (this is a judgment domain; there are no deterministic auto-checks like tests in development). No green auto-pass applies.
13
+ - **Circuit breaker is disabled** (there is no DEV/OPS/REV/TEST rollback band); returns go through a reverse `$handoff` (see below).
14
+ - The orchestration skills `$board` / `$handoff` / `$gates` are the human-readable layer over the machine (status board, handoff, readiness check). Escalation fork — `request_decision`; ADR-worthy decisions — `record_decision`.
15
+
16
+ ---
17
+
8
18
  ## Pipeline Modes
9
19
 
10
20
  ### Decision Tree — Mode Selection
@@ -168,21 +178,14 @@ The Conductor determines the mode per the Decision Tree (see above).
168
178
  - The user can override the mode — the Conductor complies.
169
179
  - If during the process it turns out the mode is too light → suggest to the user to switch to a heavier one.
170
180
 
171
- ### Rule 10: CONTEXT.md updates after every pipeline
172
- Upon completing the pipeline, the Conductor updates `domains/content/CONTEXT.md`:
173
- - Pipeline mode.
174
- - Completed gates.
175
- - Key outcome (what was created).
176
- - Date.
177
-
178
- ### Rule 11: `$board` updates at every transition
181
+ ### Rule 10: `$board` updates at every transition
179
182
  The board (`$board`) is the single source of truth about the current status:
180
183
  - Created by Conductor at Gate 1.
181
184
  - Updated during **every** `$handoff` (forward and reverse).
182
185
  - Gate status changes only via `$board`.
183
186
  - Upon completion — all gates are `[✓]`.
184
187
 
185
- ### Rule 12: `$handoff` is the only way to to transit
188
+ ### Rule 11: `$handoff` is the only way to to transit
186
189
  Transitions between gates happen **only** via `$handoff`:
187
190
  - Forward handoff — after `$gates` PASS + user Approved.
188
191
  - Reverse handoff — on `$gates` FAIL or Reviewer REQUIRES CHANGES.
@@ -261,8 +264,8 @@ Mapping of mandatory and optional skills — see tables in the "Gates, Deliverab
261
264
  | Transition without Approved | User is out of loop, lost control | Always wait for Approved. Rule 1 |
262
265
  | Conductor rewrites text | Roles violated, no quality review | Edits → Copywriter → Reviewer. Rule 6 |
263
266
  | `/quick-post` for complex topic | No research → factual errors | Decision Tree. In doubt → heavier. Rule 9 |
264
- | Handoff without `$gates` | Unverified deliverables → problems downstream | `$gates` PASS → `$handoff`. Rule 12 |
265
- | Not updating `$board` | Losing tracking, unclear where we are | Update on every handoff. Rule 11 |
267
+ | Handoff without `$gates` | Unverified deliverables → problems downstream | `$gates` PASS → `$handoff`. Rule 11 |
268
+ | Not updating `$board` | Losing tracking, unclear where we are | Update on every handoff. Rule 10 |
266
269
  | Brand compliance skipped | Content mismatch with brand → reputation risk | Mandatory for all modes. Rule 7 |
267
270
  | Parallel work of dependent gates | Output of one gate needed by another → desync | Only independent gates in parallel |
268
271
  | Improvisation in unknown situation | Unpredictable consequences | Stop, ask the user |
@@ -135,7 +135,6 @@ CONDUCTOR → COPYWRITER → VISUAL CONCEPT → REVIEWER → RELEASE CHECK
135
135
  - Platform compliance passed ✅
136
136
  - Publication package updated ✅
137
137
  - Update `$board` — all gates `[✓]`
138
- - Update `domains/content/CONTEXT.md`
139
138
  **Deliverable:** Updated publication package
140
139
  **→ Final "Approved" → Ready for publication**
141
140
 
@@ -137,7 +137,6 @@ CONDUCTOR → COPYWRITER → REVIEWER → RELEASE CHECK (mini)
137
137
  - [ ] Publication time is optimal (if matters)
138
138
  - [ ] Brand compliance ✅
139
139
  - Update `$board` — all gates `[✓]`
140
- - Update `domains/content/CONTEXT.md` (brief entry)
141
140
  **Deliverable:** Post is ready for publication
142
141
  **→ Final "Approved" → Publish immediately**
143
142
 
@@ -150,7 +150,6 @@ CONDUCTOR → STRATEGIST → RESEARCHER → COPYWRITER → VISUAL CONCEPT → RE
150
150
  1. Final checklist (`$content-release-gate`) — artifacts, meta, legal.
151
151
  2. Prepare publication package: text + visual + hashtags + links + UTM + schedule.
152
152
  3. Update `$board` — all gates `[✓]`.
153
- 4. Update `domains/content/CONTEXT.md`.
154
153
  **Mandatory skills:** `$content-release-gate`
155
154
  **Deliverable:** Full publication package
156
155
 
@@ -176,8 +176,7 @@ At each gate:
176
176
 
177
177
  ### Step 5 — Completion
178
178
  1. Update `$board` — all gates `[✓]`.
179
- 2. Update `domains/content/CONTEXT.md` mode, result, date.
180
- 3. Conduct a retrospective (if Full Pipeline or > 1 Reviewer iterations occurred).
179
+ 2. Conduct a retrospective (if Full Pipeline or > 1 Reviewer iterations occurred).
181
180
 
182
181
  ---
183
182
 
@@ -12,7 +12,7 @@
12
12
  # each gate is co-signed by `conductor`, matching every content agent's
13
13
  # `signs_off_at` frontmatter.
14
14
  #
15
- # All gates use sign_off_policy=den: content has no wired deterministic
15
+ # All gates use sign_off_policy=user: content has no wired deterministic
16
16
  # auto-check MCP tools (run_tests / check_lint are dev-only; readability /
17
17
  # release-gate exist as skills, not as auto-check tools). When content
18
18
  # auto-checks are wired, individual gates can flip to mcp_auto_pass / either.
@@ -32,7 +32,7 @@
32
32
  schema_version: 1
33
33
  domain: content
34
34
  default_mode: full
35
- default_signer: den
35
+ default_signer: user
36
36
 
37
37
  modes:
38
38
  - mode: full
@@ -40,37 +40,37 @@ modes:
40
40
  - gate: STRATEGIST
41
41
  produced_by: [strategist]
42
42
  signs_off: [strategist, conductor]
43
- sign_off_policy: den
43
+ sign_off_policy: user
44
44
  classify_required: true
45
45
  retryable: true
46
46
  - gate: RESEARCHER
47
47
  produced_by: [researcher]
48
48
  signs_off: [researcher, conductor]
49
- sign_off_policy: den
49
+ sign_off_policy: user
50
50
  classify_required: true
51
51
  retryable: true
52
52
  - gate: COPYWRITER
53
53
  produced_by: [copywriter]
54
54
  signs_off: [copywriter, conductor]
55
- sign_off_policy: den
55
+ sign_off_policy: user
56
56
  classify_required: true
57
57
  retryable: true
58
58
  - gate: VISUAL_CONCEPT
59
59
  produced_by: [visual_concept]
60
60
  signs_off: [visual_concept, conductor]
61
- sign_off_policy: den
61
+ sign_off_policy: user
62
62
  classify_required: true
63
63
  retryable: true
64
64
  - gate: REVIEWER
65
65
  produced_by: [reviewer]
66
66
  signs_off: [reviewer, conductor]
67
- sign_off_policy: den
67
+ sign_off_policy: user
68
68
  classify_required: true
69
69
  retryable: true
70
70
  - gate: RELEASE_GATE
71
71
  produced_by: [conductor]
72
72
  signs_off: [conductor]
73
- sign_off_policy: den
73
+ sign_off_policy: user
74
74
  classify_required: true
75
75
  retryable: false
76
76