faf-cli 6.0.4 → 6.0.6

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 (3) hide show
  1. package/README.md +3 -3
  2. package/dist/cli.js +145 -145
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -61,9 +61,9 @@ v6 is a ground-up rewrite. All-in on Bun — same toolchain as Claude Code.
61
61
  | **Language** | TypeScript | TypeScript |
62
62
  | **Compile** | Bun bytecode | `bun build --compile` |
63
63
 
64
- 218 tests in ~10s. 290KB bundle in 2.4s. Single portable binary, 4 platforms. npx backward-compatible.
64
+ 296 tests in ~10s. 290KB bundle in 2.4s. Single portable binary, 4 platforms. npx backward-compatible.
65
65
 
66
- 26 commands. 218 tests. 5,292 lines. 93% smaller than v5.
66
+ 26 commands. 296 tests. 5,292 lines. 93% smaller than v5.
67
67
 
68
68
  ```
69
69
  commands → interop → core → wasm
@@ -177,7 +177,7 @@ src/
177
177
  ## Testing
178
178
 
179
179
  ```bash
180
- bun test # 218 tests, 37 files, ~10s
180
+ bun test # 296 tests, 39 files, ~12s
181
181
  ```
182
182
 
183
183
  Full e2e lifecycle test runs every command in sequence: init → auto → score → edit → sync → export → compile → decompile → taf → recover → check. Test reports in `reports/`.