faf-cli 6.0.6 → 6.0.8
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.md +3 -3
- package/dist/cli.js +157 -157
- package/package.json +1 -1
- package/project.faf +3 -3
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
|
-
|
|
64
|
+
312 tests in ~10s. 290KB bundle in 2.4s. Single portable binary, 4 platforms. npx backward-compatible.
|
|
65
65
|
|
|
66
|
-
26 commands.
|
|
66
|
+
26 commands. 312 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 #
|
|
180
|
+
bun test # 312 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/`.
|