faf-cli 6.0.14 → 6.0.16
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 +9 -1
- package/dist/cli.js +149 -149
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
[](https://bun.sh)
|
|
17
17
|
[](https://github.com/Wolfe-Jam/faf)
|
|
18
18
|
|
|
19
|
+
**FAF defines. MD instructs. AI codes.**
|
|
20
|
+
|
|
21
|
+
> 🐘 **tri-sync now free for all builders** — `.faf` ↔ `CLAUDE.md` ↔ `MEMORY.md` in one command. Pro feature. Now free.
|
|
22
|
+
|
|
23
|
+
> **51,582+ downloads** | **Claude Code Skills** | **Homebrew AI Tools** | **Championship-grade developer productivity**
|
|
24
|
+
|
|
19
25
|
```
|
|
20
26
|
project/
|
|
21
27
|
├── package.json ← npm reads this
|
|
@@ -181,9 +187,11 @@ Project name and description read from `pyproject.toml` and `Cargo.toml` — not
|
|
|
181
187
|
|
|
182
188
|
```
|
|
183
189
|
bi-sync: .faf ←── 8ms ──→ CLAUDE.md (free forever)
|
|
184
|
-
tri-sync: .faf ←── 8ms ──→ CLAUDE.md ↔ MEMORY.md (
|
|
190
|
+
tri-sync: .faf ←── 8ms ──→ CLAUDE.md ↔ MEMORY.md (free for devs 🐘)
|
|
185
191
|
```
|
|
186
192
|
|
|
193
|
+
Nelly never forgets — and now she's free for all builders 🐘 Teams & Enterprise: [faf.one/pro](https://faf.one/pro) (plans)
|
|
194
|
+
|
|
187
195
|
---
|
|
188
196
|
|
|
189
197
|
## Compiled Binaries
|