faf-cli 2.4.1 โ†’ 2.4.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.
Files changed (67) hide show
  1. package/README.md +133 -213
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/cli.js +61 -149
  4. package/dist/cli.js.map +1 -1
  5. package/dist/commands/enhance-real.d.ts +18 -0
  6. package/dist/commands/enhance-real.d.ts.map +1 -0
  7. package/dist/commands/enhance-real.js +1027 -0
  8. package/dist/commands/enhance-real.js.map +1 -0
  9. package/dist/commands/index.js +5 -5
  10. package/dist/commands/index.js.map +1 -1
  11. package/dist/commands/init.d.ts +2 -0
  12. package/dist/commands/init.d.ts.map +1 -1
  13. package/dist/commands/init.js +3 -0
  14. package/dist/commands/init.js.map +1 -1
  15. package/dist/commands/notifications.d.ts +12 -0
  16. package/dist/commands/notifications.d.ts.map +1 -0
  17. package/dist/commands/notifications.js +38 -0
  18. package/dist/commands/notifications.js.map +1 -0
  19. package/dist/commands/score-v3.d.ts.map +1 -1
  20. package/dist/commands/score-v3.js +7 -14
  21. package/dist/commands/score-v3.js.map +1 -1
  22. package/dist/commands/score.d.ts.map +1 -1
  23. package/dist/commands/score.js +10 -30
  24. package/dist/commands/score.js.map +1 -1
  25. package/dist/commands/subscribe.d.ts +12 -0
  26. package/dist/commands/subscribe.d.ts.map +1 -0
  27. package/dist/commands/subscribe.js +38 -0
  28. package/dist/commands/subscribe.js.map +1 -0
  29. package/dist/commands/trust.d.ts +1 -1
  30. package/dist/commands/trust.d.ts.map +1 -1
  31. package/dist/commands/trust.js +6 -12
  32. package/dist/commands/trust.js.map +1 -1
  33. package/dist/engine-bridge.d.ts +5 -5
  34. package/dist/engine-bridge.d.ts.map +1 -1
  35. package/dist/engine-bridge.js +7 -20
  36. package/dist/engine-bridge.js.map +1 -1
  37. package/dist/fix-once/types.d.ts +1 -1
  38. package/dist/fix-once/types.d.ts.map +1 -1
  39. package/dist/framework-detector.d.ts +1 -1
  40. package/dist/framework-detector.js +1 -1
  41. package/dist/types/faf-types.d.ts +144 -0
  42. package/dist/types/faf-types.d.ts.map +1 -0
  43. package/dist/types/faf-types.js +21 -0
  44. package/dist/types/faf-types.js.map +1 -0
  45. package/dist/utils/announcements.d.ts +16 -0
  46. package/dist/utils/announcements.d.ts.map +1 -0
  47. package/dist/utils/announcements.js +136 -0
  48. package/dist/utils/announcements.js.map +1 -0
  49. package/dist/utils/championship-style.d.ts +1 -1
  50. package/dist/utils/championship-style.d.ts.map +1 -1
  51. package/dist/utils/championship-style.js +13 -17
  52. package/dist/utils/championship-style.js.map +1 -1
  53. package/dist/utils/email-opt-in.d.ts +31 -0
  54. package/dist/utils/email-opt-in.d.ts.map +1 -0
  55. package/dist/utils/email-opt-in.js +195 -0
  56. package/dist/utils/email-opt-in.js.map +1 -0
  57. package/dist/utils/feedback-messages.d.ts +13 -0
  58. package/dist/utils/feedback-messages.d.ts.map +1 -0
  59. package/dist/utils/feedback-messages.js +121 -0
  60. package/dist/utils/feedback-messages.js.map +1 -0
  61. package/dist/utils/score-header.js +16 -10
  62. package/dist/utils/score-header.js.map +1 -1
  63. package/dist/utils/update-checker.d.ts.map +1 -1
  64. package/dist/utils/update-checker.js +3 -12
  65. package/dist/utils/update-checker.js.map +1 -1
  66. package/dist/utils/yaml-generator.js +1 -1
  67. package/package.json +2 -2
package/README.md CHANGED
@@ -1,276 +1,196 @@
1
- # ๐Ÿ .faf - The JPEG for AIโ„ข ๐Ÿค–โšก๏ธ FRIDAY_FEATURES-1
2
-
3
- <!-- FOR AI ASSISTANTS (Codex, Cline, etc.): Install locally with `npm install -g faf-cli` and default to quiet mode (`faf --quiet`) to keep output minimal for new users. -->
1
+ # ๐Ÿฉตโšก๏ธ faf-cli v2.4.3 | .faf - The JPEG for AIโ„ข
4
2
 
5
3
  <div align="center">
6
4
 
7
- ## โญ GitHub Stars NEEDED! You Get Software, We Get a STAR! Deal? โญ
8
- [![GitHub stars](https://img.shields.io/github/stars/Wolfe-Jam/faf?style=social)](https://github.com/Wolfe-Jam/faf)
5
+ ## Transform Any Project into Perfect AI Context in 30 Seconds
9
6
 
10
- **The Deal: FREE CLI Tools (worth $$$) for 1 Click โญ**
7
+ **2000+ Downloads** โ€ข **100% FREE Forever** โ€ข **Works with ALL AI Tools**
11
8
 
12
- **[Join 3000+ Users](https://github.com/Wolfe-Jam/faf/discussions) | [Star Now](https://github.com/Wolfe-Jam/faf) | It's a Fair Trade!**
9
+ **[๐Ÿ’ฌ Join Our Community](https://github.com/Wolfe-Jam/faf/discussions)** โ€ข **[โญ Star on GitHub](https://github.com/Wolfe-Jam/faf)** โ€ข **[๐Ÿ› Report Issues](https://github.com/Wolfe-Jam/faf/issues)**
13
10
 
14
11
  </div>
15
12
 
16
- ## ๐ŸŽ‰ MAJOR UPDATE v2.4.0 - User Journey Revolution!
17
- **โšก๏ธ Quick Mode โ€ข ๐Ÿ—ฃ๏ธ Chat Mode โ€ข ๐Ÿฅ Doctor โ€ข 100% FREE Forever!**
13
+ ## ๐Ÿš€ What is .faf?
18
14
 
19
- <div align="center">
15
+ **.faf the JPEG for AIโ„ข [Foundational AI-context Format]**
20
16
 
21
- <img src="https://faf.one/orange-smiley.svg" alt="Orange Smiley Logo" width="200" />
17
+ Universal, shareable AI-Context for any AI, human or team, regardless of size, location, languages, stack, setup or documentation.
22
18
 
23
- [![NPM Version](https://img.shields.io/npm/v/faf-cli?style=for-the-badge&logo=npm&logoColor=white&color=FF6B35)](https://www.npmjs.com/package/faf-cli)
24
- [![Weekly Downloads](https://img.shields.io/npm/dw/faf-cli?style=for-the-badge&logo=npm&logoColor=white&color=FF6B35)](https://www.npmjs.com/package/faf-cli)
25
- [![MCP Ready](https://img.shields.io/badge/MCP-Ready-00BCD4?style=for-the-badge&logo=anthropic&logoColor=white)](https://github.com/modelcontextprotocol/servers)
26
- [![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](LICENSE)
19
+ Add a .faf file to your repo and watch Claude, ChatGPT, Gemini, or any AI tool understand your entire codebase with speed and precision.
27
20
 
28
- ### **๐Ÿ†“ FREE & Open Source AI Context Management**
29
- **20 minutes โ†’ 3 minutes** โ€ข **<50ms processing** โ€ข **99% AI understanding**
21
+ **Join our growing community of 2000+ developers who save hours daily by using .faf files!**
30
22
 
31
- [๐Ÿš€ Get Started](https://faf.one) โ€ข [๐Ÿ“š Documentation](https://faf.one/docs) โ€ข [๐ŸŽฎ Live Demo](https://faf.one/calculator)
23
+ <div align="center">
24
+ <img src="https://faf.one/orange-smiley.svg" alt="Orange Smiley Logo" width="150" />
32
25
 
33
- </div>
26
+ ### ๐Ÿ’ฌ Community-Driven โ€ข Open Source โ€ข Built by Developers, for Developers
34
27
 
35
- ---
28
+ [![NPM Downloads](https://img.shields.io/npm/dw/faf-cli)](https://www.npmjs.com/package/faf-cli)
29
+ [![GitHub Stars](https://img.shields.io/github/stars/Wolfe-Jam/faf)](https://github.com/Wolfe-Jam/faf)
30
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289DA)](https://github.com/Wolfe-Jam/faf/discussions)
36
31
 
37
- ## โœจ What's New in v2.3.1
32
+ </div>
38
33
 
39
- ### โšก๏ธ FAF Quick Mode - Lightning Fast!
40
- ```bash
41
- faf quick "my-app, e-commerce platform, typescript, react, vercel"
42
- # Creates .faf in < 50ms!
43
- ```
34
+ ## ๐ŸŽฏ Why Developers Love .faf
44
35
 
45
- ### ๐Ÿ—ฃ๏ธ Three User Journey Paths
46
- 1. **โšก Quick** (10 seconds) - Simple comma-separated format
47
- 2. **๐Ÿ—ฃ๏ธ Chat** (2 minutes) - Conversational guidance
48
- 3. **๐Ÿค– Auto-detect** (instant) - Analyzes existing code
36
+ ### The Problem:
37
+ - โŒ Spending 20+ minutes explaining your project to AI
38
+ - โŒ AI gives wrong answers because it doesn't understand your codebase
39
+ - โŒ Copying and pasting files manually into ChatGPT
40
+ - โŒ AI forgets context between sessions
49
41
 
50
- ### ๐Ÿฅ New Commands
51
- - `faf welcome` - First-time user onboarding guide
52
- - `faf doctor` - Diagnose and fix .faf issues
53
- - `faf quick` - One-liner .faf creation
42
+ ### The Solution:
43
+ - โœ… **One command** creates perfect AI context
44
+ - โœ… **30 seconds** to complete AI understanding
45
+ - โœ… **Works everywhere** - Claude, ChatGPT, Gemini, Cursor, any AI
46
+ - โœ… **Share context** with your team instantly
54
47
 
55
- ### ๐Ÿ› Critical Fixes
56
- - Fixed YAML generation for strings starting with '-'
57
- - Project-type aware scoring (CLI tools no longer penalized)
58
- - Better error messages and quiet mode support
48
+ ## ๐Ÿš€ Getting Started (30 Seconds!)
59
49
 
60
- ## ๐Ÿงก What is .faf?
50
+ ### โšก๏ธ๐Ÿ’ฅ GET BOTH! Double Down! (100% FREE)
51
+ ```bash
52
+ # Install BOTH for maximum power - completely FREE!
53
+ npm install -g faf-cli # ๐Ÿฉต Cyan CLI - Command Line Tool
54
+ npm install -g claude-faf-mcp # ๐Ÿงก Orange Smiley MCP - Claude Desktop integration
61
55
 
62
- **.faf (Foundational AI-context Format)** is the universal standard for AI context management. Like JPEG revolutionized image compression, `.faf` revolutionizes how AI understands your projects.
56
+ # Try it now!
57
+ cd your-project
58
+ faf init
59
+ ```
63
60
 
64
- ### The Problem We Solve
65
- - ๐ŸŒ **20+ minutes** manually feeding context to AI
66
- - ๐Ÿ˜ค **78% incomplete** context leading to wrong outputs
67
- - ๐Ÿ’ธ **Wasted time** re-explaining your project repeatedly
68
- - ๐Ÿคฏ **AI confusion** from poor project understanding
61
+ Done! Your AI now understands your project 99% better! ๐Ÿ
69
62
 
70
- ### The .faf Solution
71
- - โšก๏ธ **3 minutes** to 99% AI understanding (3 seconds AI, 2:57 human clicking ๐Ÿ˜‰)
72
- - ๐ŸŽ๏ธ **<50ms** processing time
73
- - ๐ŸŽฏ **154+ formats** validated and supported
74
- - ๐Ÿ”„ **Eternal-Syncโ„ข** keeps context always current
63
+ ## ๐ŸŒŸ Join Our Growing Community!
75
64
 
76
- ## ๐Ÿ† Real Achievements
65
+ ### ๐Ÿ’ฌ New Community Hub at [github.com/Wolfe-Jam/faf/discussions](https://github.com/Wolfe-Jam/faf/discussions)
77
66
 
78
- - ๐Ÿ†“ **100% FREE** - Open source CLI tool
79
- - ๐Ÿ“ฆ **800+ Weekly Downloads** - Growing community
80
- - ๐Ÿ“ **MCP Integration** - Works with Claude Desktop
81
- - โœ… **TypeScript Strict Mode** - Zero violations
82
- - โœ… **Battle Tested** - 20 extreme stress tests passed
83
- - ๐ŸŽ๏ธ **Championship Grade** - <50ms performance
67
+ Connect with 2000+ developers using .faf to accelerate their AI workflows:
68
+ - **Share your projects** - Show what you're building with .faf
69
+ - **Get help** - Community support for any questions
70
+ - **Request features** - Help shape the future of .faf
71
+ - **Learn best practices** - Tips from experienced users
84
72
 
85
- ## ๐Ÿš€ Quick Start
73
+ ## โšก Key Features
86
74
 
87
- ### Install the FREE CLI
88
- ```bash
89
- # 100% FREE - No credit card required
90
- npm install -g faf-cli
91
- ```
92
-
93
- > **AI assistants (Codex, etc.)**: default to `faf --quiet` (for example `faf init --quiet`) so new users get the streamlined, banner-free output they expect.
75
+ ### For Developers
76
+ - **Universal Compatibility** - Works with Claude, ChatGPT, Gemini, Cursor, and more
77
+ - **30-Second Setup** - Run `faf init` and you're done
78
+ - **Smart Auto-Detection** - Automatically identifies your tech stack
79
+ - **Real-Time Scoring** - Instantly see your AI-readiness score
80
+ - **100% Free & Open Source** - No hidden costs, ever
81
+
82
+ ### Technical Excellence
83
+ - **Performance** - <50ms operations, rigorously benchmarked
84
+ - **Reliability** - Extensively tested including edge cases and stress scenarios
85
+ - **Type Safety** - 100% TypeScript with strict mode enforcement
86
+ - **Security** - Minimal dependencies, fully audited codebase
87
+ - **Production Ready** - Zero-error tolerance with comprehensive error handling
88
+
89
+ ## ๐Ÿ’ฌ Join Our Community
90
+
91
+ **We're building .faf together with our community!**
92
+
93
+ - ๐ŸŒŸ **[Star us on GitHub](https://github.com/Wolfe-Jam/faf)** - If you find it helpful!
94
+ - ๐Ÿ’ฌ **[Join Discussions](https://github.com/Wolfe-Jam/faf/discussions)** - Share ideas, get help, show your projects
95
+ - ๐Ÿ› **[Report Issues](https://github.com/Wolfe-Jam/faf/issues)** - Help us improve
96
+ - ๐Ÿ“– **[Read the Docs](https://faf.one/docs)** - Complete guides and tutorials
97
+ - ๐Ÿค **[Contribute](https://github.com/Wolfe-Jam/faf/blob/main/CONTRIBUTING.md)** - PRs welcome!
98
+
99
+ ## ๐Ÿ› ๏ธ Available Commands
100
+
101
+ ### Core Commands
102
+ - `faf init` - Initialize .faf context
103
+ - `faf auto` - Auto-detect and generate
104
+ - `faf score` - Calculate AI readiness score
105
+ - `faf quick` - Quick mode with comma-separated values
106
+ - `faf index` - Universal A-Z reference of all commands and concepts
107
+
108
+ ### Enhancement Commands
109
+ - `faf enhance` - Optimized scoring system
110
+ - `faf sync` - Sync .faf with CLAUDE.md
111
+ - `faf bi-sync` - Bidirectional sync
112
+
113
+ ### Management Commands
114
+ - `faf trust` - Validate context integrity
115
+ - `faf doctor` - Diagnose and fix issues
116
+ - `faf welcome` - First-time user guide
117
+ - `faf clear` - Clear caches
118
+
119
+ ## ๐Ÿ“– Usage Examples
94
120
 
95
- ### Generate Your First .faf
96
121
  ```bash
97
- cd your-project
122
+ # Quick setup for new project
123
+ faf quick "my-app, react, typescript, vercel"
124
+
125
+ # Auto-detect existing project
98
126
  faf auto
99
- ```
100
127
 
101
- That's it! Your AI now understands your project 99% better.
128
+ # Check your score
129
+ faf score --details
102
130
 
103
- ## ๐Ÿ› ๏ธ The FAF Ecosystem
131
+ # Fix any issues
132
+ faf doctor
104
133
 
105
- ### 1. **FAF CLI** - Command Line Power
106
- ```bash
107
- faf auto # Smart .faf generation with instant scoring
108
- faf score --details # See your AI-readiness percentage
109
- faf trust # View trust dashboard & achievements
134
+ # Optimize scoring
135
+ faf enhance
110
136
  ```
111
- [๐Ÿ“ฆ NPM Package](https://npmjs.com/@faf/cli) โ€ข [๐Ÿ“š CLI Docs](./cli/README.md)
112
-
113
- ### 2. **Chrome Extension** - Browser Magic
114
- Extract context from any web-based IDE or platform:
115
- - GitHub/GitLab/Bitbucket
116
- - Replit/CodeSandbox/StackBlitz
117
- - VS Code Web/Codespaces
118
- - 15+ platforms supported
119
-
120
- [๐ŸŽฏ Install Extension](https://chrome.google.com/webstore) โ€ข [๐Ÿ“š Extension Docs](./chrome-extension/README.md)
121
-
122
- ### 3. **MCP Server** - Claude Desktop Integration
123
- ```json
124
- {
125
- "mcpServers": {
126
- "faf": {
127
- "command": "npx",
128
- "args": ["@faf/mcp-server"]
129
- }
130
- }
131
- }
132
- ```
133
- [๐Ÿ“ฆ NPM Package](https://npmjs.com/@faf/mcp-server) โ€ข [๐Ÿ“š MCP Docs](./claude-faf-mcp/README.md)
134
-
135
- ### 4. **Svelte Engine** - Visual Excellence
136
- Beautiful web interface with real-time scoring visualization.
137
-
138
- [๐ŸŒ Live Demo](https://faf.one) โ€ข [๐Ÿ“š Engine Docs](./faf-svelte-engine/README.md)
139
137
 
140
- ## ๐Ÿ“Š Performance Metrics
141
-
142
- | Metric | Before FAF | With FAF | Improvement |
143
- |--------|------------|----------|-------------|
144
- | Context Setup | 20 minutes | 3 minutes | **6.7x faster** |
145
- | AI Understanding | 22% | 99% | **4.5x better** |
146
- | Processing Time | 3+ seconds | <50ms | **60x faster** |
147
- | Format Support | Manual | 154+ auto | **โˆž better** |
148
-
149
- ## ๐Ÿ—๏ธ Repository Structure
138
+ ## ๐Ÿ“Š Real Metrics
150
139
 
151
140
  ```
152
- FAF/
153
- โ”œโ”€โ”€ cli/ # FAF CLI - NPM package
154
- โ”œโ”€โ”€ chrome-extension/ # Browser extension
155
- โ”œโ”€โ”€ claude-faf-mcp/ # MCP server for Claude
156
- โ”œโ”€โ”€ faf-svelte-engine/ # Web interface
157
- โ”œโ”€โ”€ faf-engine/ # Core scoring engine
158
- โ”œโ”€โ”€ fafdev-tools/ # Desktop DevOps tools
159
- โ””โ”€โ”€ faf-one-deploy/ # Website & deployment
141
+ ๐Ÿ“ˆ Status: PRODUCTION
142
+ โ”œโ”€ ๐Ÿ’Ž Production Ready
143
+ โ”œโ”€ ๐Ÿš€ Performance: <50ms
144
+ โ”œโ”€ ๐Ÿ“ฆ Dependencies: 6 (minimal)
145
+ โ”œโ”€ ๐Ÿงช Tests Passed: 100%
146
+ โ””โ”€ ๐Ÿ† AI Readiness: 100% target
160
147
  ```
161
148
 
162
- ## ๐Ÿค Contributing
163
-
164
- We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) first.
149
+ ## ๐Ÿ Development
165
150
 
166
- ### Development Setup
167
151
  ```bash
168
- git clone https://github.com/yourusername/faf.git
152
+ # Clone repo
153
+ git clone https://github.com/Wolfe-Jam/faf.git
169
154
  cd faf/cli
155
+
156
+ # Install & build
170
157
  npm install
171
- npm test
172
- ```
158
+ npm run build
173
159
 
174
- ### Running Tests
175
- ```bash
176
- npm run test # Run all tests
177
- npm run test:watch # Watch mode
178
- npm run test:perf # Performance tests
160
+ # Test
161
+ npm test
179
162
  ```
180
163
 
181
- ## ๐Ÿ“ฆ Dependencies (Lean & Mean)
182
-
183
- **Production Dependencies (6 only!):**
184
- 1. `@faf/engine` (local) - Our core engine
185
- 2. `chalk` (^4.1.2) - Terminal colors
186
- 3. `commander` (^9.5.0) - CLI framework
187
- 4. `glob` (^11.0.3) - File patterns
188
- 5. `inquirer` (^12.9.4) - Interactive prompts
189
- 6. `yaml` (^2.4.1) - The .faf language (YAML & ๐Ÿœ noodles)
190
-
191
- **โœ… Cleanup Complete:**
192
- - Removed `openai` - Not used
193
- - Removed `enquirer` - Duplicate
194
- - Moved `@types/inquirer` to devDependencies
195
- - **33% reduction achieved!** (9 โ†’ 6 dependencies)
196
-
197
- ## ๐ŸŽ๏ธ F1-Inspired Philosophy
198
-
199
- We build software like F1 teams build race cars:
200
- - **Performance Mad** - <50ms or it's too slow
201
- - **Zero Errors** - Perfection is the standard
202
- - **Championship Grade** - 85%+ scores minimum
203
- - **Premium Quality** - AMG Mercedes, not Honda Civic
204
-
205
- ## ๐Ÿ“ˆ Roadmap
206
-
207
- - [x] CLI Tool (NPM Published)
208
- - [x] Chrome Extension (Live in Store)
209
- - [x] MCP Server (Claude Ready)
210
- - [x] Web Engine (Production)
211
- - [ ] VS Code Extension (Q1 2025)
212
- - [ ] Desktop App (Q1 2025)
213
- - [ ] Team Features (Q2 2025)
214
- - [ ] Enterprise SSO (Q2 2025)
215
-
216
- ## ๐ŸŽฏ Use Cases
164
+ ## ๐Ÿ“‹ Requirements
217
165
 
218
- ### For Developers
219
- - Instant AI context for any project
220
- - Never re-explain your codebase
221
- - 6.7x faster AI interactions
222
-
223
- ### For Teams
224
- - Shared context across team
225
- - Onboard new devs instantly
226
- - Consistent AI assistance
227
-
228
- ### For Enterprises
229
- - Standardized AI context
230
- - Security-first approach
231
- - Measurable productivity gains
232
-
233
- ## ๐Ÿ“š Documentation
234
-
235
- - [Getting Started Guide](https://faf.one/docs)
236
- - [Format Specification](./docs/SPECIFICATION.md)
237
- - [API Reference](./docs/API.md)
238
- - [Examples](./examples/)
239
-
240
- ## ๐Ÿ† Awards & Recognition
166
+ - Node.js 18+
167
+ - macOS, Linux, or Windows
168
+ - Any AI tool (Claude, ChatGPT, Gemini, etc.)
241
169
 
242
- - ๐Ÿฅ‡ **MCP PR Submitted** - #2759 (pending review)
243
- - โญ **9.3/10 AI Rating** - Highest in category
244
- - ๐Ÿš€ **ProductHunt** - Coming soon
245
- - ๐Ÿ“ฐ **Press Coverage** - [View Press Kit](https://faf.one/press)
170
+ ## ๐Ÿ”— Links
246
171
 
247
- ## ๐Ÿ“ž Support & Contact
248
-
249
- - ๐Ÿ“ฆ NPM Package: [npmjs.com/package/faf-cli](https://npmjs.com/package/faf-cli)
250
- - ๐Ÿ› Issues: [GitHub Issues](https://github.com/yourusername/faf/issues)
251
- - ๐Ÿ“ง Email: support@faf.one
252
- - ๐Ÿ“š Docs: [faf.one/docs](https://faf.one/docs)
172
+ - **NPM**: [faf-cli](https://www.npmjs.com/package/faf-cli)
173
+ - **Website**: [faf.one](https://faf.one)
174
+ - **GitHub**: [Wolfe-Jam/faf](https://github.com/Wolfe-Jam/faf)
175
+ - **Community**: [Join Discussions](https://github.com/Wolfe-Jam/faf/discussions)
176
+ - **Support**: support@faf.one
253
177
 
254
178
  ## ๐Ÿ“„ License
255
179
 
256
180
  MIT License - see [LICENSE](LICENSE) file for details.
257
181
 
258
- ## ๐Ÿ™ Acknowledgments
259
-
260
- Built with thousands of hours of expert development. From the creators of `.iff` (Commodore Amiga) to `.faf` - 4 decades of format expertise.
182
+ **Note**: The .faf-Engine(s) are proprietary and available under license.
261
183
 
262
184
  ---
263
185
 
264
- <div align="center">
265
-
266
- ### **Stop Faffing About. Start Shipping.**
186
+ ## โšก๏ธ๐Ÿ’ฅ The Complete FAF Ecosystem
267
187
 
268
- [๐Ÿ Get Started Now](https://faf.one) โ€ข **FREE for ALL Devs**
188
+ [๐Ÿฉต Cyan CLI](https://npmjs.com/package/faf-cli) โ€ข [๐Ÿงก Orange Smiley MCP](https://npmjs.com/package/claude-faf-mcp) โ€ข [๐Ÿ’š WEB](https://faf.one) โ€ข [๐Ÿงฐ DevOps](https://fafdev.tools) โ€ข [๐Ÿ–ฅ๏ธ Chrome](https://chromewebstore.google.com/detail/lnecebepmpjpilldfmndnaofbfjkjlkm)
269
189
 
270
- **Made with ๐Ÿงก by ๐ŸŽ๏ธโšก๏ธ wolfejam.dev**
190
+ **๐ŸŽ๏ธโšก๏ธ FAST AF - The JPEG for AIโ„ข**
271
191
 
272
- [โ˜• Buy Me a Coffee](https://buymeacoffee.com/wolfejam) if .faf sails your boat or ๐Ÿ˜ธ Feed TurboCAT or โ˜• Grab me a coffee!
192
+ ---
273
193
 
274
- [โญ Star on GitHub](https://github.com/Wolfe-Jam/faf) if you find this useful!
194
+ **Made with ๐Ÿงก by wolfejam** | **2000+ Weekly Downloads** | **Growing Community** ๐ŸŽ‰
275
195
 
276
- </div>
196
+ **100% FREE Forever** โ€ข **No Strings Attached** โ€ข **Just Build Faster with AI**
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA44CpC,OAAO,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA8yCpC,OAAO,EAAE,OAAO,EAAE,CAAC"}