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.
Files changed (2) hide show
  1. package/README.md +2 -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
  [![NPM Downloads](https://img.shields.io/npm/dt/faf-cli?label=total%20downloads&color=00CCFF)](https://www.npmjs.com/package/faf-cli)
12
- [![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?logo=discord&logoColor=white)](https://discord.com/invite/3pjzpKsP)
12
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?logo=discord&logoColor=white)](https://discord.com/invite/56fPBUJKfk)
13
13
  [![Homebrew](https://img.shields.io/badge/Homebrew-faf--cli-orange)](https://github.com/Wolfe-Jam/homebrew-faf)
14
14
  [![Website](https://img.shields.io/badge/Website-faf.one-orange)](https://faf.one)
15
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/3pjzpKsP)** - Join the discussion
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.5",
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",