faf-cli 3.1.5 → 3.1.6
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
> Universal CLI for FAF (Foundational AI-context Format) - Terminal-based tooling for creating, scoring, and improving project.faf files that provide persistent AI context
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/faf-cli)
|
|
12
|
-
[](https://discord.com/invite/
|
|
12
|
+
[](https://discord.com/invite/56fPBUJKfk)
|
|
13
13
|
[](https://github.com/Wolfe-Jam/homebrew-faf)
|
|
14
14
|
[](https://faf.one)
|
|
15
15
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -149,7 +149,7 @@ Works with Claude Code, OpenAI Codex CLI, Gemini CLI, Cursor, Warp, Copilot, Win
|
|
|
149
149
|
- **[FAQ](./docs/FAQ.md)** - Common questions
|
|
150
150
|
- **[Commands Reference](https://faf.one/docs/commands)** - All 41 commands
|
|
151
151
|
- **[Website](https://faf.one)** - Complete guide and documentation
|
|
152
|
-
- **[Discord Community](https://discord.com/invite/
|
|
152
|
+
- **[Discord Community](https://discord.com/invite/56fPBUJKfk)** - Join the discussion
|
|
153
153
|
|
|
154
154
|
---
|
|
155
155
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "faf-cli",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.6",
|
|
4
4
|
"description": "Anthropic-Approved codebase that powers claude-faf-mcp • Persistent project context, on-demand • Format-driven CLI • Open Source Universal Standard • MIT License",
|
|
5
5
|
"icon": "https://faf.one/orange-smiley.svg",
|
|
6
6
|
"logo": "https://faf.one/orange-smiley.svg",
|