faf-cli 6.0.2 → 6.0.4
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 +12 -0
- package/dist/cli.js +162 -162
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,14 @@ brew install faf-cli && faf auto # Homebrew
|
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
+
## Nelly Never Forgets
|
|
45
|
+
|
|
46
|
+
Run `faf` with no arguments:
|
|
47
|
+
|
|
48
|
+

|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
44
52
|
## v6.0 — Built with Bun
|
|
45
53
|
|
|
46
54
|
v6 is a ground-up rewrite. All-in on Bun — same toolchain as Claude Code.
|
|
@@ -183,6 +191,10 @@ Full e2e lifecycle test runs every command in sequence: init → auto → score
|
|
|
183
191
|
|
|
184
192
|
---
|
|
185
193
|
|
|
194
|
+
If `faf-cli` has been useful, consider starring the repo — it helps others find it.
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
186
198
|
## License
|
|
187
199
|
|
|
188
200
|
MIT — Free and open source
|