faf-cli 2.5.4 → 3.0.1
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 +433 -246
- package/assets/AI-Context /342/232/241/357/270/217 FASF AF.png +0 -0
- package/assets/Orange-Smiley copy.png +0 -0
- package/assets/Project-DNA-for-ANY-AI-1200x630.png +0 -0
- package/assets/ai-human-balance-50-50.png +0 -0
- package/assets/prd-balance-perfect-green.png +0 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +14 -4
- package/dist/cli.js.map +1 -1
- package/dist/commands/ai-analyze.js +2 -35
- package/dist/commands/ai-analyze.js.map +1 -1
- package/dist/commands/ai-enhance.d.ts.map +1 -1
- package/dist/commands/ai-enhance.js +5 -40
- package/dist/commands/ai-enhance.js.map +1 -1
- package/dist/commands/audit.js +2 -35
- package/dist/commands/audit.js.map +1 -1
- package/dist/commands/bi-sync.d.ts +1 -1
- package/dist/commands/bi-sync.js +5 -5
- package/dist/commands/bi-sync.js.map +1 -1
- package/dist/commands/chat.d.ts.map +1 -1
- package/dist/commands/chat.js +11 -2
- package/dist/commands/chat.js.map +1 -1
- package/dist/commands/create.d.ts +13 -0
- package/dist/commands/create.d.ts.map +1 -0
- package/dist/commands/create.js +78 -0
- package/dist/commands/create.js.map +1 -0
- package/dist/commands/doctor.js +2 -2
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/edit.js +6 -6
- package/dist/commands/edit.js.map +1 -1
- package/dist/commands/enhance-real.js +13 -3
- package/dist/commands/enhance-real.js.map +1 -1
- package/dist/commands/faf-recover.js +3 -3
- package/dist/commands/faf-recover.js.map +1 -1
- package/dist/commands/init.js +3 -36
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/lint.js +4 -37
- package/dist/commands/lint.js.map +1 -1
- package/dist/commands/search.js +2 -2
- package/dist/commands/search.js.map +1 -1
- package/dist/commands/share.js +3 -3
- package/dist/commands/share.js.map +1 -1
- package/dist/commands/show.d.ts.map +1 -1
- package/dist/commands/show.js +3 -39
- package/dist/commands/show.js.map +1 -1
- package/dist/commands/sync.js +4 -37
- package/dist/commands/sync.js.map +1 -1
- package/dist/commands/todo.js +2 -2
- package/dist/commands/todo.js.map +1 -1
- package/dist/commands/trust.d.ts +1 -1
- package/dist/commands/trust.js +3 -3
- package/dist/commands/trust.js.map +1 -1
- package/dist/commands/validate.js +2 -35
- package/dist/commands/validate.js.map +1 -1
- package/dist/commands/verify.js +2 -2
- package/dist/commands/verify.js.map +1 -1
- package/dist/compiler/faf-compiler.js +2 -2
- package/dist/compiler/faf-compiler.js.map +1 -1
- package/dist/converters/faf-converters.js +3 -3
- package/dist/converters/faf-converters.js.map +1 -1
- package/dist/engines/c-mirror/core/claude-to-faf.js +2 -35
- package/dist/engines/c-mirror/core/claude-to-faf.js.map +1 -1
- package/dist/engines/c-mirror/core/faf-to-claude.js +2 -35
- package/dist/engines/c-mirror/core/faf-to-claude.js.map +1 -1
- package/dist/engines/c-mirror/core/mirror-engine.js +3 -3
- package/dist/engines/c-mirror/core/mirror-engine.js.map +1 -1
- package/dist/engines/c-mirror/strategies/atomic-write.d.ts +3 -3
- package/dist/engines/c-mirror/strategies/atomic-write.js +4 -4
- package/dist/engines/c-mirror/strategies/atomic-write.js.map +1 -1
- package/dist/enrichment/auto-corrector.d.ts +28 -0
- package/dist/enrichment/auto-corrector.d.ts.map +1 -0
- package/dist/enrichment/auto-corrector.js +106 -0
- package/dist/enrichment/auto-corrector.js.map +1 -0
- package/dist/enrichment/n8n-analyzer.d.ts +259 -0
- package/dist/enrichment/n8n-analyzer.d.ts.map +1 -0
- package/dist/enrichment/n8n-analyzer.js +346 -0
- package/dist/enrichment/n8n-analyzer.js.map +1 -0
- package/dist/enrichment/n8n-faf-generator.d.ts +68 -0
- package/dist/enrichment/n8n-faf-generator.d.ts.map +1 -0
- package/dist/enrichment/n8n-faf-generator.js +354 -0
- package/dist/enrichment/n8n-faf-generator.js.map +1 -0
- package/dist/enrichment/question-asker.d.ts +22 -0
- package/dist/enrichment/question-asker.d.ts.map +1 -0
- package/dist/enrichment/question-asker.js +113 -0
- package/dist/enrichment/question-asker.js.map +1 -0
- package/dist/enrichment/slot-filler.d.ts +73 -0
- package/dist/enrichment/slot-filler.d.ts.map +1 -0
- package/dist/enrichment/slot-filler.js +253 -0
- package/dist/enrichment/slot-filler.js.map +1 -0
- package/dist/fix-once/yaml.d.ts +39 -36
- package/dist/fix-once/yaml.d.ts.map +1 -1
- package/dist/fix-once/yaml.js +117 -39
- package/dist/fix-once/yaml.js.map +1 -1
- package/dist/generators/faf-generator-championship.d.ts.map +1 -1
- package/dist/generators/faf-generator-championship.js +73 -3
- package/dist/generators/faf-generator-championship.js.map +1 -1
- package/dist/utils/announcements.d.ts.map +1 -1
- package/dist/utils/announcements.js +0 -5
- package/dist/utils/announcements.js.map +1 -1
- package/dist/utils/championship-style.js +1 -1
- package/dist/utils/championship-style.js.map +1 -1
- package/dist/utils/chrome-extension-confirmer.d.ts.map +1 -1
- package/dist/utils/chrome-extension-confirmer.js +15 -0
- package/dist/utils/chrome-extension-confirmer.js.map +1 -1
- package/dist/utils/email-opt-in.d.ts.map +1 -1
- package/dist/utils/email-opt-in.js +4 -2
- package/dist/utils/email-opt-in.js.map +1 -1
- package/dist/utils/file-utils.d.ts.map +1 -1
- package/dist/utils/file-utils.js +12 -0
- package/dist/utils/file-utils.js.map +1 -1
- package/dist/utils/vibe-sync.d.ts.map +1 -1
- package/dist/utils/vibe-sync.js +2 -1
- package/dist/utils/vibe-sync.js.map +1 -1
- package/package.json +13 -14
package/README.md
CHANGED
|
@@ -1,27 +1,156 @@
|
|
|
1
|
-
# faf-cli
|
|
1
|
+
# faf-cli v3.0.1 - Championship Edition 🏆
|
|
2
|
+
with Turbo Cat 😽
|
|
2
3
|
|
|
3
4
|
<div align="center">
|
|
4
5
|
|
|
5
|
-
<img src="https://cdn.jsdelivr.net/npm/faf-cli@latest/assets/icons/orange-smiley.svg" alt="
|
|
6
|
+
<img src="https://cdn.jsdelivr.net/npm/faf-cli@latest/assets/icons/orange-smiley.svg" alt="FAF Logo" width="64" />
|
|
6
7
|
|
|
7
|
-
**
|
|
8
|
+
## **FREE FOREVER** 🆓 • **10,000 Downloads** 🎉 • **TURBO-CAT Powered** 😽
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
**Project DNA ✨ for ANY AI** • **Instant Context** • **Zero Faff™**
|
|
11
|
+
|
|
12
|
+
[](https://www.npmjs.com/package/faf-cli)
|
|
13
|
+
[](https://www.npmjs.com/package/faf-cli)
|
|
11
14
|
[](https://opensource.org/licenses/MIT)
|
|
12
|
-
[](https://www.typescriptlang.org/)
|
|
13
16
|
|
|
14
|
-
**[Website](https://faf.one)** • **[
|
|
17
|
+
**[Website](https://faf.one)** • **[GitHub](https://github.com/Wolfe-Jam/faf-cli)** • **[Community](https://github.com/Wolfe-Jam/faf-cli/discussions)** • **[npm](https://www.npmjs.com/package/faf-cli)**
|
|
15
18
|
|
|
16
19
|
</div>
|
|
17
20
|
|
|
18
21
|
---
|
|
19
22
|
|
|
20
|
-
|
|
23
|
+
## 🎉 What's New in v3.0.0
|
|
24
|
+
|
|
25
|
+
### The Championship Release
|
|
26
|
+
|
|
27
|
+
**Celebrating 10,000 downloads** with the biggest release yet:
|
|
28
|
+
|
|
29
|
+
- 🆓 **FREE FOREVER .faf Core-Engine** - 41 championship commands, always free, open source, MIT License
|
|
30
|
+
- 💨 **TURBO Model Introduced** - Like VS Code + Copilot, Spotify Free + Premium, Zoom Basic + Pro
|
|
31
|
+
- 😽 **TURBO-CAT™ Format Discovery** - Introduced in v2.0.0, now purring at full power in v3.0.0 - 153 validated formats organized in a perfect pyramid
|
|
32
|
+
- 🧬 **Birth DNA Lifecycle** - Track your project's evolution from birth to championship
|
|
33
|
+
- 🏆 **7-Tier Championship Scoring** - 🏆 🥇 🥈 🥉 🟢 🟡 🔴 🤍 - From Lonely Heart to Podium Champion
|
|
34
|
+
- ⚖️ **AI | HUMAN Balance** - 50|50 system = Optimal Context for championship performance
|
|
35
|
+
- 🔗 **Context-Mirroring w/Bi-Sync** - Bidirectional .faf ↔ CLAUDE.md synchronization
|
|
36
|
+
- ⚡ **Championship Speed** - 8ms bi-sync, <50ms all commands, 18ms avg, 0ms operations achieved
|
|
37
|
+
- 🏁 **WJTTC GOLD Certified** - 1,000+ comprehensive tests, unique test suite
|
|
38
|
+
- 🤖 **BIG-3 AI Validation** - Verified by Google Gemini, Anthropic Claude, OpenAI Codex
|
|
39
|
+
- 🌐 **Universal AI Support** - Claude Code, OpenAI Codex CLI, Gemini CLI, Cursor, Warp, Copilot, Windsurf, ALL AI coding assistants
|
|
40
|
+
- 🤖 **AI-Automation Ready** - Reads n8n workflows, OpenAI Builder schemas, Google Opal, Make.com - Project DNA for automation platforms
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 🤖 What The AIs Said (During Verified Testing)
|
|
45
|
+
|
|
46
|
+
### The BIG-3 Validation
|
|
47
|
+
|
|
48
|
+
**Google Gemini CLI**
|
|
49
|
+
> "README evolution for AI era"
|
|
50
|
+
|
|
51
|
+
— *9.5/10 Rating during verified testing*
|
|
52
|
+
|
|
53
|
+
**Claude Code (Anthropic)**
|
|
54
|
+
> "Should become the standard"
|
|
55
|
+
|
|
56
|
+
— *9.5/10 Rating during verified testing*
|
|
57
|
+
|
|
58
|
+
**OpenAI Codex CLI**
|
|
59
|
+
> "Every project should have one"
|
|
60
|
+
|
|
61
|
+
— *9/10 Rating during verified testing*
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
### The Context Problem, Solved
|
|
66
|
+
|
|
67
|
+
**— .faf Inventor**
|
|
68
|
+
> "package.json wasn't built for this, .faf was"
|
|
69
|
+
|
|
70
|
+
**— Claude Code (Anthropic)**
|
|
71
|
+
> "package.json gives me a list of dependencies,
|
|
72
|
+
> .faf shows me how to use them"
|
|
73
|
+
|
|
74
|
+
**— Claude**
|
|
75
|
+
> "It's so logical if it didn't exist,
|
|
76
|
+
> AI would have built it itself"
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
**100% verified. Real AI responses. Not marketing copy.**
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## 😽 TURBO-CAT™ - Full Official Launch
|
|
85
|
+
|
|
86
|
+
**The Rapid Catalytic Converter - Now Purring at Full Power**
|
|
87
|
+
|
|
88
|
+
Introduced in v2.0.0, TURBO-CAT reaches full championship form in v3.0.0. This format discovery engine knows 153 validated formats organized in a perfect pyramid structure. From `.faf` at the apex to infrastructure configs at the base, it rapidly converts raw project formats into AI-ready intelligence at championship speed.
|
|
89
|
+
|
|
90
|
+
Like a catalytic converter in an exhaust system, TURBO-CAT transforms digital waste into clean, usable output.
|
|
91
|
+
Now fully unleashed and purring. 😽💨
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
faf formats
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
😽 TURBO-CAT™ v3.0.0 - Now Purring at Full Power
|
|
99
|
+
(Introduced v2.0.0, Perfected v3.0.0)
|
|
100
|
+
═══════════════════════════════════
|
|
101
|
+
|
|
102
|
+
⚡️ Scanning project...
|
|
103
|
+
|
|
104
|
+
✅ Found 10 formats in 68ms!
|
|
105
|
+
|
|
106
|
+
📋 Discovered Formats (A-Z):
|
|
107
|
+
✅ package.json
|
|
108
|
+
✅ tsconfig.json
|
|
109
|
+
✅ Dockerfile
|
|
110
|
+
✅ .github/workflows
|
|
111
|
+
✅ jest.config.js
|
|
112
|
+
... and 5 more
|
|
113
|
+
|
|
114
|
+
💡 Stack Signature: typescript
|
|
115
|
+
🏆 Intelligence Score: 225
|
|
116
|
+
|
|
117
|
+
────────────────────────────────────────
|
|
118
|
+
😽 TURBO-CAT™: "Detection that'll make your stack PURRR!"
|
|
119
|
+
────────────────────────────────────────
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
**The Pyramid:** 153 formats across 17 levels. Each level unlocks new intelligence. **TURBO** reveals what TURBO-CAT really knows... 🤫
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## 🚀 Quick Start
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
# Install
|
|
130
|
+
npm install -g faf-cli
|
|
131
|
+
|
|
132
|
+
# Initialize in any project
|
|
133
|
+
cd your-project
|
|
134
|
+
faf init
|
|
135
|
+
|
|
136
|
+
# Auto-detect and enhance
|
|
137
|
+
faf auto
|
|
138
|
+
|
|
139
|
+
# Check your AI readiness
|
|
140
|
+
faf score
|
|
141
|
+
|
|
142
|
+
# Discover your stack's formats
|
|
143
|
+
faf formats
|
|
144
|
+
|
|
145
|
+
# Sync with CLAUDE.md
|
|
146
|
+
faf bi-sync
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
**That's it!** Your AI now has perfect context. 🏁
|
|
21
150
|
|
|
22
151
|
---
|
|
23
152
|
|
|
24
|
-
## The Meta-Proof: Even Claude Forgot .FAF
|
|
153
|
+
## 🏆 The Meta-Proof: Even Claude Forgot .FAF
|
|
25
154
|
|
|
26
155
|
**The AI that built FAF scored it at 12% without `.faf`.**
|
|
27
156
|
|
|
@@ -56,78 +185,146 @@ We created this tool together across thousands of conversations. Yet without pro
|
|
|
56
185
|
|
|
57
186
|
---
|
|
58
187
|
|
|
59
|
-
##
|
|
188
|
+
## 🎯 What is FAF?
|
|
189
|
+
|
|
190
|
+
**`.faf` = Project DNA ✨ for AI**
|
|
191
|
+
|
|
192
|
+
Universal, shareable AI context that works with **Claude Code, OpenAI Codex CLI, Gemini CLI, Cursor** - regardless of your stack, size, or setup.
|
|
193
|
+
|
|
194
|
+
### The Problem
|
|
60
195
|
|
|
61
|
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
- 📊 **Track your journey**: `faf log` shows complete evolution
|
|
196
|
+
- ❌ 20+ minutes explaining projects to AI
|
|
197
|
+
- ❌ AI gives wrong answers without context
|
|
198
|
+
- ❌ Manual copy/paste every session
|
|
199
|
+
- ❌ Context lost between conversations
|
|
200
|
+
- ❌ "Can you remind me what this project does?"
|
|
67
201
|
|
|
68
|
-
###
|
|
202
|
+
### The Solution
|
|
69
203
|
|
|
70
|
-
|
|
204
|
+
- ✅ **30 seconds** from zero to complete AI understanding
|
|
205
|
+
- ✅ **One command** creates perfect context
|
|
206
|
+
- ✅ **Works with every AI** - Claude Code, OpenAI Codex CLI, Gemini CLI, Cursor, all of them
|
|
207
|
+
- ✅ **Share with your team** - Instant project onboarding
|
|
208
|
+
- ✅ **Persistent memory** - Never explain your project again
|
|
209
|
+
|
|
210
|
+
---
|
|
71
211
|
|
|
72
|
-
|
|
212
|
+
## 🛠️ All 41 Commands
|
|
73
213
|
|
|
214
|
+
### 🏎️ Power Commands
|
|
215
|
+
```bash
|
|
216
|
+
faf auto # ONE COMMAND TO RULE THEM ALL - Zero to Championship
|
|
217
|
+
faf init # Create .faf from your project
|
|
218
|
+
faf enhance # Real AI analysis & improvements
|
|
219
|
+
faf analyze # Claude-first intelligence
|
|
74
220
|
```
|
|
75
|
-
🔗 C-MIRROR LIVE
|
|
76
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
77
|
-
├─ Syncing ← claude-to-faf...
|
|
78
|
-
├─ ██░░░░░░░░░░░░░░░░░░░░░░ 10% - Parsing CLAUDE.md content...
|
|
79
|
-
├─ █████████░░░░░░░░░░░░░░░ 40% - Merging human context updates...
|
|
80
|
-
├─ ████████████████░░░░░░░░ 70% - Updating sync metadata...
|
|
81
|
-
├─ █████████████████████░░░ 90% - Generating .faf YAML...
|
|
82
|
-
└─ 🎉 Synchronized in 8ms 🏎️⚡️💥
|
|
83
|
-
Files: .faf
|
|
84
221
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
222
|
+
### 😽 TURBO-CAT Commands
|
|
223
|
+
```bash
|
|
224
|
+
faf formats # 153 formats across 17-level pyramid
|
|
225
|
+
faf stacks # Technology stack signatures
|
|
226
|
+
faf vibe # Detect development platform
|
|
89
227
|
```
|
|
90
228
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
229
|
+
### 🧬 DNA & Evolution
|
|
230
|
+
```bash
|
|
231
|
+
faf dna # Show evolution journey (12% → 89% → 99%)
|
|
232
|
+
faf log # Complete evolution history
|
|
233
|
+
faf update # Save checkpoint
|
|
234
|
+
faf recover # Disaster recovery
|
|
235
|
+
faf auth # Birth certificate authentication
|
|
236
|
+
```
|
|
98
237
|
|
|
99
|
-
###
|
|
238
|
+
### 🏆 Scoring & Trust
|
|
239
|
+
```bash
|
|
240
|
+
faf score # Rate completeness (0-100%)
|
|
241
|
+
faf trust # Unified trust dashboard
|
|
242
|
+
faf credit # Technical credit dashboard
|
|
243
|
+
faf check # Comprehensive validation
|
|
244
|
+
faf validate # Structure validation
|
|
245
|
+
faf audit # Freshness check
|
|
246
|
+
```
|
|
100
247
|
|
|
101
|
-
|
|
248
|
+
### ⚡ Creative & Quick
|
|
249
|
+
```bash
|
|
250
|
+
faf chat # Natural language generation (terminal only)
|
|
251
|
+
faf quick # One-liner instant context
|
|
252
|
+
```
|
|
102
253
|
|
|
254
|
+
### 🔍 Discovery & Verification
|
|
103
255
|
```bash
|
|
104
|
-
faf
|
|
256
|
+
faf verify # Test with Claude Code, OpenAI Codex CLI, Gemini CLI
|
|
257
|
+
faf doctor # Diagnose & fix issues
|
|
258
|
+
faf search # Content search with highlighting
|
|
105
259
|
```
|
|
106
260
|
|
|
261
|
+
### 🔗 Sync & Mirror
|
|
262
|
+
```bash
|
|
263
|
+
faf bi-sync # Bidirectional .faf ↔ CLAUDE.md (8ms!)
|
|
264
|
+
faf sync # Dependency updates
|
|
265
|
+
faf tsa # Inspect dependencies
|
|
107
266
|
```
|
|
108
|
-
🥉 Score: 89/100
|
|
109
|
-
█████████████████████░░░ 89%
|
|
110
|
-
Status: Target 1 - Bronze
|
|
111
267
|
|
|
112
|
-
|
|
268
|
+
### 📝 Editing & Management
|
|
269
|
+
```bash
|
|
270
|
+
faf edit # Interactive editor
|
|
271
|
+
faf convert # YAML to Markdown/Text
|
|
272
|
+
faf to-txt # Quick text conversion
|
|
273
|
+
faf share # Secure sharing with auto-sanitization
|
|
274
|
+
```
|
|
113
275
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
276
|
+
### 📊 Information & Help
|
|
277
|
+
```bash
|
|
278
|
+
faf show # Display stats
|
|
279
|
+
faf status # Quick health status
|
|
280
|
+
faf version # Show version (with ASCII art!)
|
|
281
|
+
faf index # Universal A-Z reference
|
|
282
|
+
faf faq # Frequently asked questions
|
|
283
|
+
faf welcome # Welcome guide
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
### 🧹 Utilities
|
|
287
|
+
```bash
|
|
288
|
+
faf clear # Clear caches & reset state
|
|
289
|
+
faf todo # Claude-inspired todo system
|
|
290
|
+
faf analytics # Usage analytics & telemetry
|
|
291
|
+
faf notifications # Email notifications
|
|
292
|
+
faf lint # Fix formatting issues
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
**Run `faf --help` for complete command reference**
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
## 🤖 Works with AI Assistants
|
|
300
|
+
|
|
301
|
+
FAF v3.0.1 fully supports **Claude Code, Warp, Cursor, Copilot, Windsurf, OpenAI Codex CLI, Gemini CLI** and ALL AI coding assistants.
|
|
302
|
+
|
|
303
|
+
**PLUS AI-Automation platforms:** n8n, OpenAI Builder, Google Opal, Make.com
|
|
304
|
+
|
|
305
|
+
### ✅ These Commands Work Everywhere
|
|
306
|
+
```bash
|
|
307
|
+
faf init # Create .faf file
|
|
308
|
+
faf auto # Auto-enhance context
|
|
309
|
+
faf enhance # Improve programmatically
|
|
310
|
+
faf score # Check readiness
|
|
311
|
+
faf bi-sync # Sync .faf ↔ CLAUDE.md
|
|
312
|
+
faf formats # Format discovery
|
|
119
313
|
```
|
|
120
314
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
315
|
+
### 💡 Avoid in AI Assistants
|
|
316
|
+
```bash
|
|
317
|
+
faf chat # Requires interactive terminal
|
|
318
|
+
faf # Interactive menu (use faf auto instead)
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
**Why?** Interactive commands use `inquirer` for beautiful CLI menus. These work in regular terminals but AI assistants can't forward keyboard input. **This is expected behavior.**
|
|
322
|
+
|
|
323
|
+
**Solution:** Use `faf auto` - it's designed for AI assistants! ⚡
|
|
127
324
|
|
|
128
325
|
---
|
|
129
326
|
|
|
130
|
-
## 🏆 Championship Scoring
|
|
327
|
+
## 🏆 Championship Scoring
|
|
131
328
|
|
|
132
329
|
Track your project's AI-readiness with F1-inspired tiers:
|
|
133
330
|
|
|
@@ -139,110 +336,52 @@ Track your project's AI-readiness with F1-inspired tiers:
|
|
|
139
336
|
🟢 Green (70-84%) - Good foundation
|
|
140
337
|
🟡 Yellow (55-69%) - Getting there
|
|
141
338
|
🔴 Red (0-54%) - Needs attention
|
|
142
|
-
🤍 Heart 0%
|
|
339
|
+
🤍 Heart 0% - Starting Good Luck!
|
|
143
340
|
```
|
|
144
341
|
|
|
145
|
-
**Live output
|
|
342
|
+
**Live output:**
|
|
146
343
|
|
|
344
|
+
```bash
|
|
345
|
+
faf score
|
|
147
346
|
```
|
|
148
|
-
🏎️ FAF Stats
|
|
149
|
-
═════════════
|
|
150
|
-
|
|
151
|
-
📊 Score: 100% 🏆
|
|
152
347
|
|
|
153
|
-
🏆 Status: Championship - You're at the podium!
|
|
154
|
-
⚖️ Balance: ███████████░░░░░░░░░ AI:55% | ░░░░█████████ HUMAN:45%
|
|
155
|
-
|
|
156
|
-
🎯 Achievement: Perfect AI readiness - Championship balance!
|
|
157
348
|
```
|
|
349
|
+
🥉 Score: 89/100
|
|
350
|
+
█████████████████████░░░ 89%
|
|
351
|
+
Status: Bronze - Production Ready
|
|
158
352
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## 🚀 Quick Start
|
|
162
|
-
|
|
163
|
-
```bash
|
|
164
|
-
# Install globally
|
|
165
|
-
npm install -g faf-cli
|
|
166
|
-
|
|
167
|
-
# Initialize in any project
|
|
168
|
-
cd your-project
|
|
169
|
-
faf init
|
|
170
|
-
|
|
171
|
-
# Auto-detect and score
|
|
172
|
-
faf auto
|
|
173
|
-
faf score
|
|
353
|
+
Next milestone: 95% 🥈 Silver (6 points to go!)
|
|
174
354
|
|
|
175
|
-
|
|
176
|
-
|
|
355
|
+
🏎️ FAF Championship Status
|
|
356
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
357
|
+
Initial DNA: 12% (born 2025-10-03)
|
|
358
|
+
Growth: +77% over 4 days
|
|
359
|
+
Next Milestone: 95% 🥈 Silver (6% to go!)
|
|
177
360
|
```
|
|
178
361
|
|
|
179
|
-
Your AI now understands your project! 🏁
|
|
180
|
-
|
|
181
362
|
---
|
|
182
363
|
|
|
183
|
-
##
|
|
184
|
-
|
|
185
|
-
Command-line tool that creates `.faf` files for instant AI project understanding.
|
|
186
|
-
|
|
187
|
-
**.faf = Project DNA ✨ for ANY AI**
|
|
188
|
-
Universal, shareable context for Claude, ChatGPT, Gemini, Cursor - regardless of stack, size, or setup.
|
|
364
|
+
## ⚖️ AI | HUMAN Balance - The 50|50 Championship System
|
|
189
365
|
|
|
190
|
-
|
|
366
|
+
**NEW in v3.0.0:** Track the perfect balance between AI-readable and human-readable content.
|
|
191
367
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
-
|
|
195
|
-
|
|
196
|
-
- ❌ Context lost between sessions
|
|
368
|
+
### Normal Balance (Any Ratio)
|
|
369
|
+
<div align="center">
|
|
370
|
+
<img src="https://cdn.jsdelivr.net/npm/faf-cli@latest/assets/ai-human-balance-50-50.png" alt="AI|HUMAN Balance at 50/50" width="700" />
|
|
371
|
+
</div>
|
|
197
372
|
|
|
198
|
-
**
|
|
199
|
-
- ✅ One command creates perfect context
|
|
200
|
-
- ✅ 30 seconds to complete understanding
|
|
201
|
-
- ✅ Works with every AI tool
|
|
202
|
-
- ✅ Share context with your team instantly
|
|
203
|
-
- ✅ **NEW:** Bidirectional sync keeps everything in harmony
|
|
373
|
+
**AI 50% | HUMAN 50%** — Working toward optimal context
|
|
204
374
|
|
|
205
|
-
|
|
375
|
+
---
|
|
206
376
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
- ✅ **Bidirectional** - Edit .faf or CLAUDE.md, both update
|
|
212
|
-
- ✅ **Free** - 100% open source, forever
|
|
377
|
+
### 💚 PERFECT BALANCE ACHIEVED! (50|50)
|
|
378
|
+
<div align="center">
|
|
379
|
+
<img src="https://cdn.jsdelivr.net/npm/faf-cli@latest/assets/prd-balance-perfect-green.png" alt="PRD Balance - Perfect 50/50 goes GREEN" width="700" />
|
|
380
|
+
</div>
|
|
213
381
|
|
|
214
|
-
|
|
382
|
+
**⚖️ PERFECT BALANCE!** — When you hit exactly 50|50, the balance bar turns **GREEN 💚** signaling championship-level context optimization. This is the sweet spot where AI and human readers both get exactly what they need.
|
|
215
383
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
### Core Commands
|
|
219
|
-
- `faf init` - Initialize project context
|
|
220
|
-
- `faf auto` - Auto-detect and populate
|
|
221
|
-
- `faf score` - Calculate AI readiness
|
|
222
|
-
- `faf status` - Project health check
|
|
223
|
-
- `faf quick "app, react, vercel"` - Quick setup
|
|
224
|
-
|
|
225
|
-
### Context-Mirroring
|
|
226
|
-
- `faf bi-sync` - **Bidirectional sync** (.faf ↔ CLAUDE.md)
|
|
227
|
-
- As fast as 8ms (typical 10-15ms)
|
|
228
|
-
- Zero data loss guarantee
|
|
229
|
-
- Edit either file, both update
|
|
230
|
-
- Cross-platform verified
|
|
231
|
-
|
|
232
|
-
### Enhancement Commands
|
|
233
|
-
- `faf enhance` - Optimize scoring
|
|
234
|
-
- `faf sync` - Sync with CLAUDE.md (one-way)
|
|
235
|
-
|
|
236
|
-
### Management Commands
|
|
237
|
-
- `faf trust` - Validate integrity
|
|
238
|
-
- `faf doctor` - Diagnose issues
|
|
239
|
-
- `faf clear` - Clear caches
|
|
240
|
-
- `faf index` - A-Z command reference
|
|
241
|
-
|
|
242
|
-
### Utility Commands
|
|
243
|
-
- `faf version` - Show version (with ASCII art!)
|
|
244
|
-
- `faf welcome` - First-time guide
|
|
245
|
-
- `faf help` - Command help
|
|
384
|
+
**PRD Balance = Production-Ready Balance** 🏆
|
|
246
385
|
|
|
247
386
|
---
|
|
248
387
|
|
|
@@ -255,16 +394,20 @@ faf quick "my-app, react, typescript, vercel"
|
|
|
255
394
|
# Auto-detect existing project
|
|
256
395
|
faf auto
|
|
257
396
|
|
|
258
|
-
#
|
|
259
|
-
faf
|
|
397
|
+
# Discover your formats
|
|
398
|
+
faf formats
|
|
260
399
|
|
|
261
|
-
#
|
|
262
|
-
faf
|
|
400
|
+
# Check score with details
|
|
401
|
+
faf score --details
|
|
263
402
|
|
|
264
|
-
#
|
|
403
|
+
# Bidirectional sync with CLAUDE.md
|
|
265
404
|
faf bi-sync
|
|
266
405
|
|
|
267
|
-
#
|
|
406
|
+
# Track your evolution
|
|
407
|
+
faf dna
|
|
408
|
+
faf log
|
|
409
|
+
|
|
410
|
+
# Fix issues
|
|
268
411
|
faf doctor
|
|
269
412
|
|
|
270
413
|
# Optimize scoring
|
|
@@ -277,98 +420,92 @@ faf auto -q
|
|
|
277
420
|
|
|
278
421
|
---
|
|
279
422
|
|
|
280
|
-
## 🎉 Version History
|
|
281
|
-
|
|
282
|
-
### v2.5.4 (October 5th, 2025) - When Claude Forgot FAF | Birth DNA Edition
|
|
283
|
-
- **Meta-proof section** - 12% → 89% transformation documented with before/after screenshots
|
|
284
|
-
- **Birth DNA terminology** - Clearer language replacing "birth weight"
|
|
285
|
-
- **Birth Certificates** - Unique IDs for every project (e.g., FAF-2025-CLIX-651L)
|
|
286
|
-
- **Smart time display** - Minutes/hours/days since project birth
|
|
287
|
-
- **Chrome Extension detection fix** - Only shows when contextually relevant
|
|
288
|
-
- **faf log command** - Track complete project evolution
|
|
289
|
-
|
|
290
|
-
### v2.5.3 (October 4th, 2025)
|
|
291
|
-
- Removed Mk2 engine fragments from scoring
|
|
292
|
-
- TypeScript strict mode improvements
|
|
293
|
-
- Code cleanup and review refinements
|
|
294
|
-
- Updated documentation
|
|
295
|
-
|
|
296
|
-
### v2.5.2 (October 3rd, 2025) - Championship Scoring & Asset Fix
|
|
297
|
-
- **Championship Scoring Display** - MCP's progress bar format ported to CLI
|
|
298
|
-
- **Asset Fix** - Orange smiley logo and ASCII banner now load properly on npm
|
|
299
|
-
- **Visual Polish** - Clean white text with FAF brand colors
|
|
300
|
-
- **Scoreboard Title** - Initial DNA and current score above ASCII art box
|
|
301
|
-
|
|
302
|
-
### v2.5.0 (October 3rd, 2025) - Context-Mirroring Release
|
|
303
|
-
- **Context-Mirroring engine** - Bidirectional .faf ↔ CLAUDE.md sync
|
|
304
|
-
- **C-Mirror** - Championship-grade sync in 15ms average
|
|
305
|
-
- **Zero-slippage guarantee** - Atomic file operations
|
|
306
|
-
- **Cross-platform verified** - Mac + Windows tested
|
|
307
|
-
- **20/20 test suite** - All edge cases conquered
|
|
308
|
-
- **Event-driven architecture** - Power Chords system
|
|
309
|
-
- **TypeScript strict mode** - 100% type safety
|
|
310
|
-
|
|
311
|
-
### v2.4.6 - Performance Championship
|
|
312
|
-
- **60% faster** operations across all commands
|
|
313
|
-
- **Native engine** - Championship-grade performance
|
|
314
|
-
- **Zero display bugs** - Perfect terminal rendering
|
|
315
|
-
- **100% backwards compatible** - Same commands, more speed
|
|
316
|
-
|
|
317
|
-
### v2.4 Highlights
|
|
318
|
-
- **AI|HUMAN Balance** - Track 50|50 balance for championship
|
|
319
|
-
- **Enhanced auto-detection** - Smarter tech stack recognition
|
|
320
|
-
- **Improved scoring** - More accurate AI-readiness metrics
|
|
321
|
-
|
|
322
|
-
---
|
|
323
|
-
|
|
324
423
|
## 📊 Technical Specs
|
|
325
424
|
|
|
326
|
-
```
|
|
327
|
-
Version:
|
|
328
|
-
Performance:
|
|
329
|
-
|
|
425
|
+
```yaml
|
|
426
|
+
Version: 3.0.1 - Championship Edition
|
|
427
|
+
Performance: <50ms all commands, 18ms avg, 8ms bi-sync, 0ms operations achieved
|
|
428
|
+
Engine: FAF-Engine-Mk3
|
|
429
|
+
TURBO-CAT: v3.0.0 - Full Power (Introduced v2.0.0, 153 validated formats)
|
|
330
430
|
TypeScript: 100% strict mode
|
|
331
431
|
Dependencies: 2 (inquirer, yaml)
|
|
332
|
-
|
|
333
|
-
|
|
432
|
+
Testing: WJTTC GOLD Certified (1,000+ comprehensive, unique test suite)
|
|
433
|
+
Certification: https://faf.one/wjttc
|
|
334
434
|
Platform: Mac, Linux, Windows
|
|
435
|
+
AI Support: Universal - Claude Code, OpenAI Codex CLI, Gemini CLI, Cursor, Warp, Copilot, Windsurf, ALL AI coding assistants
|
|
436
|
+
Automation: n8n workflows, OpenAI Builder, Google Opal, Make.com - AI-Automation platforms
|
|
335
437
|
```
|
|
336
438
|
|
|
337
439
|
---
|
|
338
440
|
|
|
339
|
-
##
|
|
441
|
+
## 🏆 WJTTC Championship Testing
|
|
340
442
|
|
|
341
|
-
|
|
342
|
-
- **Event-driven**: Power Chords broadcast at lowest level
|
|
343
|
-
- **Atomic operations**: Write → Validate → Commit pattern
|
|
344
|
-
- **Bidirectional intelligence**: Preserves technical fields during sync
|
|
345
|
-
- **Format-agnostic**: Works with any Tool.md format
|
|
346
|
-
- **Self-healing**: Automatic backup and recovery
|
|
443
|
+
**FAF CLI v3.0.1 is WJTTC GOLD Certified** - tested to F1-grade standards.
|
|
347
444
|
|
|
348
|
-
###
|
|
349
|
-
|
|
350
|
-
- **Typical**: 10-15ms per sync operation
|
|
351
|
-
- **95th percentile**: Under 50ms
|
|
352
|
-
- **Worst case**: <110ms (complex validation)
|
|
445
|
+
### What is WJTTC?
|
|
446
|
+
**WolfeJam Technical & Testing Center** - F1-inspired testing methodology ensuring championship-grade reliability.
|
|
353
447
|
|
|
354
|
-
###
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
- **
|
|
358
|
-
- **
|
|
448
|
+
### Certification: 🥇 GOLD (92/100)
|
|
449
|
+
|
|
450
|
+
**1,000+ Comprehensive Tests:**
|
|
451
|
+
- ✅ **191 Automated Unit Tests** (90.6% passing, Jest suite)
|
|
452
|
+
- ✅ **66 Championship Safety Tests** (100% passing, Tier 1 Brake Systems)
|
|
453
|
+
- ✅ **730 Empirical C.O.R.E Tests** (100% passing, MCP validation)
|
|
454
|
+
- ✅ **35+ Test Documents** (Comprehensive validation reports)
|
|
455
|
+
|
|
456
|
+
**Performance Validated:**
|
|
457
|
+
- ⚡ **0ms operations** achieved (unmeasurable speed!)
|
|
458
|
+
- ⚡ **8ms bi-sync** verified (championship speed)
|
|
459
|
+
- ⚡ **Sub-10ms** for 68% of all operations
|
|
460
|
+
|
|
461
|
+
**Safety Tested:**
|
|
462
|
+
- 🛡️ **7 production-breaking bugs** fixed before release
|
|
463
|
+
- 🛡️ **3 security vulnerabilities** patched proactively
|
|
464
|
+
- 🛡️ **Zero critical failures** in production systems
|
|
465
|
+
|
|
466
|
+
**Platform Verified:**
|
|
467
|
+
- ✅ Mac, Linux, Windows
|
|
468
|
+
- ✅ Claude Code, Cursor, AI Assistants
|
|
469
|
+
- ✅ Big-3 AI Compatible (Claude Code, OpenAI Codex CLI, Gemini CLI)
|
|
359
470
|
|
|
360
471
|
---
|
|
361
472
|
|
|
362
|
-
##
|
|
473
|
+
## 🔬 Context-Mirroring (Bi-Sync)
|
|
474
|
+
|
|
475
|
+
Keep `.faf` (structured data) and `CLAUDE.md` (human-readable) in perfect sync automatically.
|
|
476
|
+
|
|
477
|
+
### Features
|
|
478
|
+
- **As fast as 8ms** (typical 10-15ms, 95% under 50ms)
|
|
479
|
+
- **Bidirectional:** `.faf` ↔ `CLAUDE.md`
|
|
480
|
+
- **Zero-slippage:** Atomic file operations design
|
|
481
|
+
- **Cross-platform:** Mac + Windows verified
|
|
482
|
+
- **Universal:** Works with any Tool.md format
|
|
363
483
|
|
|
364
|
-
|
|
484
|
+
### Live Output
|
|
365
485
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
486
|
+
```
|
|
487
|
+
🔗 C-MIRROR LIVE
|
|
488
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
489
|
+
├─ Syncing ← claude-to-faf...
|
|
490
|
+
├─ ██░░░░░░░░░░░░░░░░░░░░░░ 10% - Parsing CLAUDE.md...
|
|
491
|
+
├─ █████████░░░░░░░░░░░░░░░ 40% - Merging updates...
|
|
492
|
+
├─ ████████████████░░░░░░░░ 70% - Updating metadata...
|
|
493
|
+
├─ █████████████████████░░░ 90% - Generating YAML...
|
|
494
|
+
└─ 🎉 Synchronized in 8ms 🏎️⚡️
|
|
495
|
+
|
|
496
|
+
✅ Integrity: PERFECT
|
|
497
|
+
💎 Technical Credit +1
|
|
498
|
+
```
|
|
499
|
+
|
|
500
|
+
---
|
|
501
|
+
|
|
502
|
+
## 🔗 The FAF Ecosystem
|
|
503
|
+
|
|
504
|
+
- 🩵 **[faf-cli](https://npmjs.com/package/faf-cli)** - This command-line tool (FREE FOREVER)
|
|
505
|
+
- 🧡 **[claude-faf-mcp](https://npmjs.com/package/claude-faf-mcp)** - MCP server for Claude Desktop
|
|
506
|
+
- 💚 **[faf.one](https://faf.one)** - Documentation & guides
|
|
507
|
+
- 🖥️ **[Chrome Extension](https://chromewebstore.google.com/detail/lnecebepmpjpilldfmndnaofbfjkjlkm)** - Browser integration
|
|
508
|
+
- 💨 **FAF TURBO** - Premium features - Launched 😸
|
|
372
509
|
|
|
373
510
|
---
|
|
374
511
|
|
|
@@ -376,8 +513,8 @@ When using faf-cli programmatically:
|
|
|
376
513
|
|
|
377
514
|
```bash
|
|
378
515
|
# Clone
|
|
379
|
-
git clone https://github.com/Wolfe-Jam/faf.git
|
|
380
|
-
cd faf
|
|
516
|
+
git clone https://github.com/Wolfe-Jam/faf-cli.git
|
|
517
|
+
cd faf-cli
|
|
381
518
|
|
|
382
519
|
# Install & Build
|
|
383
520
|
npm install
|
|
@@ -386,9 +523,6 @@ npm run build
|
|
|
386
523
|
# Test
|
|
387
524
|
npm test
|
|
388
525
|
|
|
389
|
-
# Test C-Mirror specifically
|
|
390
|
-
npm run test -- tests/c-mirror/
|
|
391
|
-
|
|
392
526
|
# Link locally
|
|
393
527
|
npm link
|
|
394
528
|
```
|
|
@@ -398,17 +532,52 @@ npm link
|
|
|
398
532
|
## 📋 Requirements
|
|
399
533
|
|
|
400
534
|
- **Node.js** 18+
|
|
401
|
-
- **OS
|
|
402
|
-
- **AI Tools
|
|
535
|
+
- **OS:** macOS, Linux, or Windows
|
|
536
|
+
- **AI Tools:** Works with Claude, Codex, Gemini, Cursor, Warp etc.
|
|
403
537
|
|
|
404
538
|
---
|
|
405
539
|
|
|
406
|
-
##
|
|
540
|
+
## 🤝 Contributing
|
|
407
541
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
-
|
|
542
|
+
We welcome contributions! Join our [community discussions](https://github.com/Wolfe-Jam/faf-cli/discussions) or submit issues/PRs.
|
|
543
|
+
|
|
544
|
+
**Join 10,000+ developers** using `.faf` to accelerate their AI workflows:
|
|
545
|
+
- Share your projects
|
|
546
|
+
- Get help from the community
|
|
547
|
+
- Request features
|
|
548
|
+
- Learn best practices
|
|
549
|
+
|
|
550
|
+
---
|
|
551
|
+
|
|
552
|
+
## 💎 Strategic Sponsorship Opportunities
|
|
553
|
+
|
|
554
|
+
**Position your brand alongside the universal AI context standard.**
|
|
555
|
+
|
|
556
|
+
FAF CLI is defining a new category: **Universal AI Context Infrastructure**. With 10,000+ downloads, BIG-3 AI validation (Google, Anthropic, OpenAI), and adoption by leading AI development tools, FAF is becoming foundational infrastructure for the AI development ecosystem.
|
|
557
|
+
|
|
558
|
+
### 📈 Growth Momentum
|
|
559
|
+
|
|
560
|
+
- **10,000+ total downloads** - Milestone reached (MCP + CLI combined)
|
|
561
|
+
- **4,600 CLI downloads** - Rapid CLI adoption
|
|
562
|
+
- **Category leader** - First universal AI context standard
|
|
563
|
+
- **Enterprise traction** - Infrastructure-level adoption
|
|
564
|
+
- **BIG-3 validated** - Tested and endorsed by Google Gemini, Anthropic Claude, OpenAI Codex
|
|
565
|
+
|
|
566
|
+
### 🏆 Strategic Partnership Opportunities
|
|
567
|
+
|
|
568
|
+
**Infrastructure Sponsor** - Align your brand with foundational AI developer tooling
|
|
569
|
+
**Category Leadership** - Be recognized as supporting the universal AI context standard
|
|
570
|
+
**Enterprise Integration** - Deep integrations with your platform
|
|
571
|
+
|
|
572
|
+
**Target sponsors:** Companies building AI development tools, deployment platforms, terminals, IDEs, and AI infrastructure.
|
|
573
|
+
|
|
574
|
+
**Examples:** Vercel, Warp, Anthropic, Cursor, Windsurf, n8n, and other AI-first platforms.
|
|
575
|
+
|
|
576
|
+
### 🤝 Let's Talk
|
|
577
|
+
|
|
578
|
+
**[💼 Enterprise Sponsorship Inquiry](https://github.com/Wolfe-Jam/faf-cli/discussions)** - Strategic partnerships for category-defining infrastructure
|
|
579
|
+
|
|
580
|
+
FAF CLI is **FREE FOREVER** and open source (MIT). Sponsorship accelerates development, expands integrations, and positions your brand alongside the future of AI development.
|
|
412
581
|
|
|
413
582
|
---
|
|
414
583
|
|
|
@@ -418,24 +587,42 @@ MIT License - See [LICENSE](./LICENSE) file
|
|
|
418
587
|
|
|
419
588
|
---
|
|
420
589
|
|
|
421
|
-
##
|
|
590
|
+
## 🏁 The Race Track is Open
|
|
422
591
|
|
|
423
|
-
|
|
592
|
+
**Category-defining. Format-first development. Foundational.**
|
|
424
593
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
-
|
|
428
|
-
|
|
429
|
-
-
|
|
594
|
+
AI's biggest issue addressed head-on. Agnostic. Universal.
|
|
595
|
+
|
|
596
|
+
AI has Claude/tool.md - they need `.faf` to be Universal.
|
|
597
|
+
|
|
598
|
+
AI needed a README, its package.json - **it got one.**
|
|
599
|
+
|
|
600
|
+
### **SPEED. SECURITY. UNIVERSAL. FREE. OPEN-SOURCE.**
|
|
601
|
+
|
|
602
|
+
Copy cats? Why bother.
|
|
603
|
+
|
|
604
|
+
**Build your best, let's RACE 🏁**
|
|
605
|
+
|
|
606
|
+
**See you at the Track! 🏎️⚡️**
|
|
430
607
|
|
|
431
608
|
---
|
|
432
609
|
|
|
433
610
|
<div align="center">
|
|
434
611
|
|
|
435
|
-
|
|
612
|
+
## 🏁 v3.0.1 - Championship Edition
|
|
613
|
+
|
|
614
|
+
**FREE FOREVER** 🆓 • **TURBO-CAT Powered** 😽 • **10,000 Downloads** 🎉
|
|
615
|
+
|
|
616
|
+
Made with 🧡 by **[wolfejam](https://github.com/Wolfe-Jam)**
|
|
617
|
+
|
|
618
|
+
**100% Open Source** • **Zero Faff™** • **F1-Inspired Engineering**
|
|
619
|
+
|
|
620
|
+
[⭐ Star on GitHub](https://github.com/Wolfe-Jam/faf-cli) • [📦 View on NPM](https://www.npmjs.com/package/faf-cli) • [💬 Join Discussions](https://github.com/Wolfe-Jam/faf-cli/discussions)
|
|
621
|
+
|
|
622
|
+
---
|
|
436
623
|
|
|
437
|
-
|
|
624
|
+
The CLI is **FREE FOREVER**.
|
|
438
625
|
|
|
439
|
-
|
|
626
|
+
Love it? **TURBO** for advanced features coming real soon once you've kicked the tires! 😽💨
|
|
440
627
|
|
|
441
628
|
</div>
|