faf-cli 6.2.0 → 6.3.3
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 +16 -64
- package/dist/cli.js +219 -302
- package/dist/index.js +2 -2
- package/package.json +19 -22
- package/skills/faf/faf-champion/SKILL.md +0 -78
- package/skills/faf/faf-quickstart/SKILL.md +0 -70
- package/skills/faf/faf-sync-master/SKILL.md +0 -85
- package/skills/faf/skills.json +0 -46
- package/skills/faf-expert/SKILL.md +0 -384
package/README.md
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
<img src="https://www.faf.one/orange-smiley.svg" alt="FAF" width="40" />
|
|
3
3
|
<div>
|
|
4
4
|
<h1 style="margin: 0; color: #000000;">faf-cli</h1>
|
|
5
|
-
<p style="margin: 4px 0 0 0;"><strong>
|
|
5
|
+
<p style="margin: 4px 0 0 0;"><strong>Persistent Project Context for AI. Define once. Run anywhere.</strong></p>
|
|
6
6
|
</div>
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
|
+
**FAF defines. MD instructs. AI codes.**
|
|
10
|
+
|
|
9
11
|
[](https://github.com/Wolfe-Jam/faf-taf-git)
|
|
10
12
|
[](https://github.com/Wolfe-Jam/faf-cli/actions/workflows/ci.yml)
|
|
11
13
|
[](https://www.npmjs.com/package/faf-cli)
|
|
@@ -16,12 +18,6 @@
|
|
|
16
18
|
[](https://bun.sh)
|
|
17
19
|
[](https://github.com/Wolfe-Jam/faf)
|
|
18
20
|
|
|
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
|
-
|
|
25
21
|
```
|
|
26
22
|
project/
|
|
27
23
|
├── package.json ← npm reads this
|
|
@@ -35,23 +31,16 @@ project/
|
|
|
35
31
|
|
|
36
32
|
**Git-Native.** `project.faf` versions with your code — every clone, every fork, every checkout gets full AI context. No setup, no drift, no re-explaining.
|
|
37
33
|
|
|
38
|
-
10 lines of structured YAML gives AI more context than 550 lines of prose. [Read why →](https://faf.one/blog/sunset-edition)
|
|
39
|
-
|
|
40
34
|
---
|
|
41
35
|
|
|
42
36
|
## Install
|
|
43
37
|
|
|
44
38
|
```bash
|
|
45
|
-
bunx faf
|
|
46
|
-
npx faf
|
|
47
|
-
brew install faf-cli && faf
|
|
39
|
+
bunx faf-cli auto # Bun — zero install, fastest path
|
|
40
|
+
npx faf-cli auto # npm — works everywhere
|
|
41
|
+
brew install faf-cli && faf auto # Homebrew
|
|
48
42
|
```
|
|
49
43
|
|
|
50
|
-
Three letters. Auto-detects your project, creates `.faf`, scores it, tells you what's next.
|
|
51
|
-
|
|
52
|
-
**Before:** `bunx faf-cli auto` — 18 characters, you had to know the command.
|
|
53
|
-
**Now:** `bunx faf` — 8 characters, does everything automatically.
|
|
54
|
-
|
|
55
44
|
---
|
|
56
45
|
|
|
57
46
|
## Nelly Never Forgets
|
|
@@ -74,15 +63,15 @@ v6 is a ground-up rewrite. All-in on Bun — same toolchain as Claude Code.
|
|
|
74
63
|
| **Language** | TypeScript | TypeScript |
|
|
75
64
|
| **Compile** | Bun bytecode | `bun build --compile` |
|
|
76
65
|
|
|
77
|
-
|
|
66
|
+
312 tests in ~10s. 290KB bundle in 2.4s. Single portable binary, 4 platforms. npx backward-compatible.
|
|
78
67
|
|
|
79
|
-
26 commands.
|
|
68
|
+
26 commands. 312 tests. 5,292 lines. 93% smaller than v5.
|
|
80
69
|
|
|
81
70
|
```
|
|
82
71
|
commands → interop → core → wasm
|
|
83
72
|
```
|
|
84
73
|
|
|
85
|
-
The WASM scoring kernel (`faf-scoring-kernel`) does the math. Bun does the delivery.
|
|
74
|
+
The WASM scoring kernel (`faf-scoring-kernel` 2.0.0) does the math. Bun does the delivery.
|
|
86
75
|
|
|
87
76
|
---
|
|
88
77
|
|
|
@@ -140,46 +129,11 @@ bunx faf-cli go # Interactive interview to gold code
|
|
|
140
129
|
| Tier | Score | Status |
|
|
141
130
|
|------|-------|--------|
|
|
142
131
|
| 🏆 Trophy | 100% | AI Optimized — Gold Code |
|
|
143
|
-
|
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
|
148
|
-
| ○ Red | <55% | AI working blind |
|
|
149
|
-
| ♡ White | 0% | No context |
|
|
150
|
-
|
|
151
|
-
---
|
|
152
|
-
|
|
153
|
-
## Project Types
|
|
154
|
-
|
|
155
|
-
faf-cli auto-detects your project type and activates the right slots:
|
|
156
|
-
|
|
157
|
-
| Type | Detection | Active Slots |
|
|
158
|
-
|------|-----------|-------------|
|
|
159
|
-
| **mcp** | `@modelcontextprotocol/sdk`, `fastmcp`, `mcp`, `rmcp` | project + backend + universal + human |
|
|
160
|
-
| **fullstack** | Next.js, Nuxt, frontend + backend | project + frontend + backend + universal + human |
|
|
161
|
-
| **svelte** | SvelteKit / Svelte | project + frontend + backend + universal + human |
|
|
162
|
-
| **backend** | FastAPI, Express, Django, Flask | project + backend + universal + human |
|
|
163
|
-
| **frontend** | React, Vue, Angular (no backend) | project + frontend + human |
|
|
164
|
-
| **cli** | `bin` field in package.json | project + human |
|
|
165
|
-
| **library** | No framework signals | project + human |
|
|
166
|
-
|
|
167
|
-
### MCP Server Detection
|
|
168
|
-
|
|
169
|
-
10 MCP frameworks supported. Your MCP server gets the right type, backend, and framework sub-type automatically:
|
|
170
|
-
|
|
171
|
-
```yaml
|
|
172
|
-
project:
|
|
173
|
-
type: mcp
|
|
174
|
-
framework: fastmcp # or: mcp-sdk-ts, mcp-sdk-py, rmcp
|
|
175
|
-
stack:
|
|
176
|
-
backend: FastMCP # auto-filled from MCP SDK
|
|
177
|
-
api_type: MCP (stdio/SSE) # auto-filled
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
### Python & Rust Support
|
|
181
|
-
|
|
182
|
-
Project name and description read from `pyproject.toml` and `Cargo.toml` — not just `package.json`. Python deps (FastAPI, SQLAlchemy, Django) and Rust deps (rmcp, tokio) detected from manifests.
|
|
132
|
+
| 🥇 Gold | 99%+ | Near-perfect |
|
|
133
|
+
| 🥈 Silver | 95%+ | Excellent |
|
|
134
|
+
| 🥉 Bronze | 85%+ | Production ready |
|
|
135
|
+
| 🟡 Yellow | 55%+ | AI flipping coins |
|
|
136
|
+
| 🔴 Red | <55% | AI working blind |
|
|
183
137
|
|
|
184
138
|
---
|
|
185
139
|
|
|
@@ -187,11 +141,9 @@ Project name and description read from `pyproject.toml` and `Cargo.toml` — not
|
|
|
187
141
|
|
|
188
142
|
```
|
|
189
143
|
bi-sync: .faf ←── 8ms ──→ CLAUDE.md (free forever)
|
|
190
|
-
tri-sync: .faf ←── 8ms ──→ CLAUDE.md ↔ MEMORY.md (
|
|
144
|
+
tri-sync: .faf ←── 8ms ──→ CLAUDE.md ↔ MEMORY.md (Pro)
|
|
191
145
|
```
|
|
192
146
|
|
|
193
|
-
Nelly never forgets — and now she's free for all builders 🐘 Teams & Enterprise: [faf.one/pro](https://faf.one/pro) (plans)
|
|
194
|
-
|
|
195
147
|
---
|
|
196
148
|
|
|
197
149
|
## Compiled Binaries
|
|
@@ -227,7 +179,7 @@ src/
|
|
|
227
179
|
## Testing
|
|
228
180
|
|
|
229
181
|
```bash
|
|
230
|
-
bun test #
|
|
182
|
+
bun test # 312 tests, 39 files, ~12s
|
|
231
183
|
```
|
|
232
184
|
|
|
233
185
|
Full e2e lifecycle test runs every command in sequence: init → auto → score → edit → sync → export → compile → decompile → taf → recover → check. Test reports in `reports/`.
|