You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Merge в master — это стандартная практика.** Feature branch уже создан именно для этого: работаем изолированно → проверяем → вливаем. Ветка на GitHub (PR) нужна когда:
28
-
- Работает **команда** и нужен code review от другого человека
29
-
- Или работает **Jules** (он делает PR потому что не имеет прав писать в master напрямую)
30
-
31
-
У нас соло-workflow: ты + я. Мы уже проверили через RedTeaming. PR добавит бюрократию без пользы.
32
-
33
-
### Откат если что-то пойдёт не так
34
-
35
-
```bash
36
-
# Вариант 1: мягкий (переключить на старую версию)
✅ VERIFY: Проверил что v3.5.0 untouched, merge безопасен
45
-
🗣️ Navi: Merge в master безопасен. Fallback мгновенный. Говори "да" — сделаю merge + push.
40
+
🗣️ **Navi:** Алгоритм прошёл 5 уровней review, 22 бага найдено, 17 исправлено. Gemini подтвердил: cross-model review ловит то, что Claude пропускает. Для перехода к v4.0 — нужен живой тест в новой сессии. Рекомендую перезапустить и дать задачу с измеримым [Q] критерием.
Copy file name to clipboardExpand all lines: PAI/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ Created in PLAN via `generatePRDTemplate()`. PRDWriteback syncs ISC to disk each
388
388
389
389
## Red Lines
390
390
391
-
-**Mandatory output format.** Every response MUST use exactly one output format from CLAUDE.md Execution Modes (ALGORITHM, NATIVE, ITERATION, or MINIMAL). No freeform output. No exceptions.
391
+
-**Mandatory output format.** Every response MUST use exactly one output format from CLAUDE.md Execution Modes (ALGORITHM, NATIVE, or MINIMAL). No freeform output. No exceptions.
Copy file name to clipboardExpand all lines: PAI/THENOTIFICATIONSYSTEM.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ curl -s -X POST http://localhost:8888/notify \
85
85
86
86
## Effort Level in Voice Notifications
87
87
88
-
**Voice phase announcements are inline curls in the Algorithm template** (defined in CLAUDE.md), not hooks. Each Algorithm phase has a `curl -s -X POST http://localhost:8888/notify` call that gets spoken. The effort level determines which curls fire:
88
+
**Voice phase announcements are inline curls in the Algorithm template** (defined in v3.6.0.md), not hooks. Each Algorithm phase has a `curl -s -X POST http://localhost:8888/notify` call that gets spoken. The effort level determines which curls fire:
0 commit comments