infiniloom-node 0.6.3 → 0.7.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 CHANGED
@@ -994,7 +994,7 @@ if (isGitRepo('./my-project')) {
994
994
  - **xml** - XML format optimized for Claude
995
995
  - **markdown** - Markdown format for GPT models
996
996
  - **json** - JSON format for programmatic access
997
- - **yaml** - YAML format optimized for Gemini
997
+ - **yaml** - YAML format (compatible with Gemini and other models)
998
998
  - **toon** - Token-efficient format (~40% smaller than JSON)
999
999
  - **plain** - Simple plain text format
1000
1000