faf-cli 6.0.5 → 6.0.7
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 +3 -3
- package/dist/cli.js +166 -166
- package/package.json +2 -2
- package/project.faf +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "faf-cli",
|
|
3
|
-
"version": "6.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "6.0.7",
|
|
4
|
+
"description": "Persistent AI Context Standard — project DNA for AI. IANA-registered. Anthropic-approved.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"icon": "https://faf.one/orange-smiley.svg",
|
|
7
7
|
"logo": "https://faf.one/orange-smiley.svg",
|
package/project.faf
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
faf_version: 2.5.0
|
|
2
2
|
project:
|
|
3
|
-
name: faf-cli
|
|
4
|
-
goal:
|
|
3
|
+
name: faf-cli v6
|
|
4
|
+
goal: "CLI tool for creating and managing `.faf` files — persistent AI context that versions with your code. IANA-registered media type: `application/vnd.faf+yaml`."
|
|
5
5
|
main_language: TypeScript
|
|
6
6
|
type: cli
|
|
7
7
|
stack:
|
|
@@ -26,7 +26,7 @@ stack:
|
|
|
26
26
|
storage: slotignored
|
|
27
27
|
human_context:
|
|
28
28
|
who: Developers and teams using AI coding assistants
|
|
29
|
-
what:
|
|
29
|
+
what: Persistent AI Context Standard — project DNA for AI. IANA-registered. Anthropic-approved.
|
|
30
30
|
why: Eliminates 91% context re-discovery tax — define once, AI remembers forever
|
|
31
31
|
where: npm registry, Homebrew, GitHub
|
|
32
32
|
when: Production since September 2025, v6.0 March 2026
|