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