faf-cli 2.3.2 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🏁 .faf - The JPEG for AI™
|
|
2
2
|
|
|
3
|
-
<!-- FOR AI ASSISTANTS
|
|
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. -->
|
|
4
4
|
|
|
5
5
|
## 🎉 MAJOR UPDATE v2.3.1 - User Journey Revolution!
|
|
6
6
|
**⚡️ Quick Mode • 🗣️ Chat Mode • 🏥 Doctor • 100% FREE Forever!**
|
|
@@ -79,6 +79,8 @@ faf quick "my-app, e-commerce platform, typescript, react, vercel"
|
|
|
79
79
|
npm install -g faf-cli
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
+
> **AI assistants (Codex, etc.)**: default to `faf --quiet` (for example `faf init --quiet`) so new users get the streamlined, banner-free output they expect.
|
|
83
|
+
|
|
82
84
|
### Generate Your First .faf
|
|
83
85
|
```bash
|
|
84
86
|
cd your-project
|
|
@@ -256,4 +258,4 @@ Built with thousands of hours of expert development. From the creators of `.iff`
|
|
|
256
258
|
|
|
257
259
|
**Made with 🧡 by the .faf Team**
|
|
258
260
|
|
|
259
|
-
</div>
|
|
261
|
+
</div>
|
package/package.json
CHANGED