the-frame-ai 0.11.0 → 0.11.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "the-frame-ai",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "FRAME — Framework for AI-Assisted Solo Development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,6 +24,8 @@ Update `.planning/STATE.md`:
24
24
 
25
25
  Read `package.json` (or `requirements.txt`, `Cargo.toml`, `go.mod`), `.planning/MAP.md`, `.frame/config.json`.
26
26
 
27
+ Read `language` field from `.frame/config.json`. All output to the user and the final report must be written in that language (e.g. `ru` → Russian, `en` → English). If `language` is `auto` or missing — use English.
28
+
27
29
  Determine:
28
30
  - **Runtime**: Node.js / Python / Go / Rust / Java
29
31
  - **Framework**: React / Next.js / Vue / Nuxt / Svelte / Express / FastAPI / Django / etc.
@@ -23,6 +23,8 @@ If `.frame/config.json` missing → STOP: "❌ Run /frame:init first."
23
23
 
24
24
  If `PERF_REPORT.md` missing → STOP: "❌ No performance report found. Run /frame:perf-audit first."
25
25
 
26
+ Read `language` field from `.frame/config.json`. All output to the user must be written in that language. If `language` is `auto` or missing — use English.
27
+
26
28
  ### Step 1: Read Report
27
29
 
28
30
  Read `.planning/reports/performance/PERF_REPORT.md`.