the-frame-ai 0.10.8 → 0.10.9

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.
package/README.de.md CHANGED
@@ -109,6 +109,30 @@ Führe `/frame:research <Thema>` aus — Claude erkundet die Codebasis, externe
109
109
  /frame:ship
110
110
  ```
111
111
 
112
+ ### UI-Verifizierung: Sicherstellen dass die Oberfläche funktioniert
113
+
114
+ ```
115
+ /frame:build
116
+ # → Claude implementiert die Aufgabe, sagt "fertig"
117
+
118
+ /frame:verify-ui
119
+ # → öffnet Browser über Playwright MCP, macht Screenshot
120
+ # → vergleicht mit der Aufgabenbeschreibung
121
+ # → PASS: Oberfläche entspricht den Erwartungen
122
+ # → FAIL: beschreibt genau was nicht stimmt und wo nachzuschauen ist
123
+
124
+ # Wenn etwas nicht stimmt:
125
+ /frame:fast "fix: Button wird auf Mobile nicht angezeigt"
126
+ /frame:verify-ui
127
+ # → erneute Prüfung nach dem Fix
128
+ ```
129
+
130
+ Der Befehl **prüft** nur — er behebt nicht automatisch. Wenn er ein Problem findet, beschreibt er es präzise: welches Element, welches Verhalten, was erwartet wurde.
131
+
132
+ **Automatische Prüfung**: in `/frame:build`, `/frame:fast`, `/frame:wave` und `/frame:debug` — wenn die Aufgabe UI-Dateien berührt (`.tsx`, `.vue`, `.css`, `component`, `page`) — wird die Browser-Prüfung automatisch nach den Quality Gates ausgeführt.
133
+
134
+ **Erfordert Playwright MCP** — wird automatisch bei `npx the-frame init` oder `npx the-frame update` hinzugefügt, wenn die Frage zum Frontend-Projekt mit "y" beantwortet wird.
135
+
112
136
  ### Sicherheit: Audit vor dem Launch
113
137
 
114
138
  ```
package/README.es.md CHANGED
@@ -109,6 +109,30 @@ Ejecuta `/frame:research <tema>` — Claude explora la base de código, fuentes
109
109
  /frame:ship
110
110
  ```
111
111
 
112
+ ### Verificación de UI: confirmar que la interfaz funciona
113
+
114
+ ```
115
+ /frame:build
116
+ # → Claude implementa la tarea, dice "listo"
117
+
118
+ /frame:verify-ui
119
+ # → abre el navegador a través de Playwright MCP, toma una captura de pantalla
120
+ # → compara con la descripción de la tarea
121
+ # → PASS: la interfaz coincide con las expectativas
122
+ # → FAIL: describe exactamente qué está mal y dónde buscar
123
+
124
+ # Si algo está mal:
125
+ /frame:fast "fix: el botón no se muestra en móvil"
126
+ /frame:verify-ui
127
+ # → nueva verificación después del fix
128
+ ```
129
+
130
+ El comando solo **verifica** — no corrige automáticamente. Si encuentra un problema, lo describe con precisión: qué elemento, qué comportamiento, qué se esperaba.
131
+
132
+ **Verificación automática**: en `/frame:build`, `/frame:fast`, `/frame:wave` y `/frame:debug` — si la tarea toca archivos de UI (`.tsx`, `.vue`, `.css`, `component`, `page`) — la verificación del navegador se ejecuta automáticamente después de los quality gates.
133
+
134
+ **Requiere Playwright MCP** — se añade automáticamente en `npx the-frame init` o `npx the-frame update` si respondes "y" a la pregunta sobre proyecto frontend.
135
+
112
136
  ### Seguridad: auditoría antes del lanzamiento
113
137
 
114
138
  ```
package/README.hi.md CHANGED
@@ -109,6 +109,30 @@ FRAME — AI-सहायता प्राप्त एकल विकास
109
109
  /frame:ship
110
110
  ```
111
111
 
112
+ ### UI सत्यापन: इंटरफ़ेस काम करता है यह सुनिश्चित करें
113
+
114
+ ```
115
+ /frame:build
116
+ # → Claude कार्य लागू करता है, "तैयार" कहता है
117
+
118
+ /frame:verify-ui
119
+ # → Playwright MCP के माध्यम से ब्राउज़र खोलता है, स्क्रीनशॉट लेता है
120
+ # → कार्य विवरण से तुलना करता है
121
+ # → PASS: इंटरफ़ेस अपेक्षाओं से मेल खाता है
122
+ # → FAIL: बिल्कुल क्या गलत है और कहाँ देखना है यह बताता है
123
+
124
+ # अगर कुछ गलत है:
125
+ /frame:fast "fix: मोबाइल पर बटन नहीं दिख रहा"
126
+ /frame:verify-ui
127
+ # → फिक्स के बाद पुनः जांच
128
+ ```
129
+
130
+ कमांड केवल **सत्यापित** करता है — स्वचालित रूप से ठीक नहीं करता। अगर कोई समस्या मिलती है — सटीक रूप से बताता है: कौन सा तत्व, कौन सा व्यवहार, क्या अपेक्षित था।
131
+
132
+ **स्वचालित जांच**: `/frame:build`, `/frame:fast`, `/frame:wave` और `/frame:debug` में — अगर कार्य UI फ़ाइलों (`.tsx`, `.vue`, `.css`, `component`, `page`) को छूता है — quality gates के बाद ब्राउज़र जांच स्वचालित रूप से चलती है।
133
+
134
+ **Playwright MCP आवश्यक है** — `npx the-frame init` या `npx the-frame update` पर frontend project प्रश्न का "y" उत्तर देने पर स्वचालित रूप से जोड़ा जाता है।
135
+
112
136
  ### सुरक्षा: लॉन्च से पहले ऑडिट
113
137
 
114
138
  ```
package/README.ja.md CHANGED
@@ -109,6 +109,30 @@ Claude Codeで一人でプロダクトを作っていて、チームのように
109
109
  /frame:ship
110
110
  ```
111
111
 
112
+ ### UI検証:インターフェースが動作することを確認する
113
+
114
+ ```
115
+ /frame:build
116
+ # → Claudeがタスクを実装し、「完了」と言う
117
+
118
+ /frame:verify-ui
119
+ # → Playwright MCPを通じてブラウザを開き、スクリーンショットを撮る
120
+ # → タスクの説明と比較する
121
+ # → PASS:インターフェースが期待通り
122
+ # → FAIL:何が問題でどこを見ればいいか正確に説明
123
+
124
+ # 何か問題がある場合:
125
+ /frame:fast "fix: モバイルでボタンが表示されない"
126
+ /frame:verify-ui
127
+ # → 修正後に再確認
128
+ ```
129
+
130
+ このコマンドは**確認のみ** — 自動修正はしません。問題が見つかった場合、正確に説明します:どの要素、どの動作、何が期待されていたか。
131
+
132
+ **自動チェック**:`/frame:build`、`/frame:fast`、`/frame:wave`、`/frame:debug` で — タスクがUIファイル(`.tsx`、`.vue`、`.css`、`component`、`page`)に触れる場合 — ブラウザチェックがquality gatesの後に自動的に実行されます。
133
+
134
+ **Playwright MCPが必要** — `npx the-frame init` または `npx the-frame update` 時にフロントエンドプロジェクトの質問に"y"と答えると自動的に追加されます。
135
+
112
136
  ### セキュリティ:リリース前の監査
113
137
 
114
138
  ```
package/README.md CHANGED
@@ -137,6 +137,30 @@ Run `/frame:research <topic>` — Claude explores the codebase, external sources
137
137
  /frame:ship
138
138
  ```
139
139
 
140
+ ### UI verification: confirm the interface works
141
+
142
+ ```
143
+ /frame:build
144
+ # → Claude implements the task, says "done"
145
+
146
+ /frame:verify-ui
147
+ # → opens browser via Playwright MCP, takes a screenshot
148
+ # → compares with the task description
149
+ # → PASS: interface matches expectations
150
+ # → FAIL: describes exactly what's wrong and where to look
151
+
152
+ # If something is wrong:
153
+ /frame:fast "fix: button not showing on mobile"
154
+ /frame:verify-ui
155
+ # → re-check after the fix
156
+ ```
157
+
158
+ The command only **verifies** — it doesn't auto-fix. If it finds a problem, it describes it precisely: which element, what behavior, what was expected.
159
+
160
+ **Automatic check**: in `/frame:build`, `/frame:fast`, `/frame:wave`, and `/frame:debug` — if the task touches UI files (`.tsx`, `.vue`, `.css`, `component`, `page`) — browser check runs automatically after quality gates.
161
+
162
+ **Requires Playwright MCP** — added automatically on `npx the-frame init` or `npx the-frame update` if you answer "y" to the frontend project question.
163
+
140
164
  ### Security: audit before launch
141
165
 
142
166
  ```
package/README.ru.md CHANGED
@@ -107,6 +107,30 @@ Research → Plan → Build → Review → Ship → Reflect
107
107
  /frame:ship
108
108
  ```
109
109
 
110
+ ### UI-верификация: убедиться что интерфейс работает
111
+
112
+ ```
113
+ /frame:build
114
+ # → Claude реализует задачу, говорит "готово"
115
+
116
+ /frame:verify-ui
117
+ # → открывает браузер через Playwright MCP, делает скриншот
118
+ # → сравнивает с описанием задачи
119
+ # → PASS: интерфейс соответствует ожидаемому
120
+ # → FAIL: описывает точно что не так и где смотреть
121
+
122
+ # Если что-то не так:
123
+ /frame:fast "fix: кнопка не отображается на мобильном"
124
+ /frame:verify-ui
125
+ # → повторная проверка после фикса
126
+ ```
127
+
128
+ Команда только **проверяет** — не исправляет автоматически. Если нашла проблему — описывает её точно: какой элемент, какое поведение, что ожидалось.
129
+
130
+ **Автоматическая проверка**: в `/frame:build`, `/frame:fast`, `/frame:wave` и `/frame:debug` — если задача затрагивает UI-файлы (`.tsx`, `.vue`, `.css`, `component`, `page`) — браузерная проверка запускается автоматически после quality gates.
131
+
132
+ **Требует Playwright MCP** — добавляется автоматически при `npx the-frame init` или `npx the-frame update` если ответить "y" на вопрос про фронтенд-проект.
133
+
110
134
  ### Безопасность: аудит перед запуском
111
135
 
112
136
  ```
@@ -264,6 +288,7 @@ npx the-frame init
264
288
  | `/frame:forensics` | Глубокий анализ причины поломки |
265
289
  | `/frame:refactor` | Рефакторинг с TDD-страховкой |
266
290
  | `/frame:migrate` | Миграция БД/API/зависимостей с планом отката |
291
+ | `/frame:verify-ui` | Проверить UI в браузере через Playwright MCP |
267
292
  </details>
268
293
 
269
294
  <details>
package/README.zh.md CHANGED
@@ -109,6 +109,30 @@ FRAME — 面向 AI 辅助独立开发的框架
109
109
  /frame:ship
110
110
  ```
111
111
 
112
+ ### UI 验证:确认界面正常工作
113
+
114
+ ```
115
+ /frame:build
116
+ # → Claude 实现任务,说"完成"
117
+
118
+ /frame:verify-ui
119
+ # → 通过 Playwright MCP 打开浏览器,截图
120
+ # → 与任务描述对比
121
+ # → PASS:界面符合预期
122
+ # → FAIL:精确描述哪里有问题以及在哪里查看
123
+
124
+ # 如果有问题:
125
+ /frame:fast "fix: 按钮在移动端不显示"
126
+ /frame:verify-ui
127
+ # → 修复后重新检查
128
+ ```
129
+
130
+ 该命令只**验证** — 不自动修复。如果发现问题,会精确描述:哪个元素、什么行为、预期是什么。
131
+
132
+ **自动检查**:在 `/frame:build`、`/frame:fast`、`/frame:wave` 和 `/frame:debug` 中 — 如果任务涉及 UI 文件(`.tsx`、`.vue`、`.css`、`component`、`page`)— 浏览器检查会在 quality gates 后自动运行。
133
+
134
+ **需要 Playwright MCP** — 在 `npx the-frame init` 或 `npx the-frame update` 时,如果对前端项目问题回答"y",会自动添加。
135
+
112
136
  ### 安全:发布前审计
113
137
 
114
138
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-frame-ai",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "description": "FRAME — Framework for AI-Assisted Solo Development",
5
5
  "type": "module",
6
6
  "bin": {