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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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: User must install locally: npm install -g faf-cli -->
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "faf-cli",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "🏁 .faf - The JPEG for AI™ - Universal AI-context for any AI, human or team",
5
5
  "icon": "https://faf.one/orange-smiley.svg",
6
6
  "logo": "https://faf.one/orange-smiley.svg",