Skip to content

Commit aa4f61d

Browse files
Wolfe-Jamclaude
andcommitted
feat: v6.0.10 — Python deps, faf_version 3.0, Next.js detection
Version bump to 6.0.10. All fixes committed: - faf_version 3.0 (was 2.5.0) - Next.js supersedes React - Python dep detection from pyproject.toml - Project name from pyproject.toml and Cargo.toml - Sync never overwrites CLAUDE.md (v6.0.9) - Meta tag stamping (v6.0.9) 348/348 tests. Zero failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 773c065 commit aa4f61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faf-cli",
3-
"version": "6.0.9",
3+
"version": "6.0.10",
44
"description": "Persistent AI Context Standard — project DNA for AI. IANA-registered. Anthropic-approved.",
55
"type": "module",
66
"icon": "https://faf.one/orange-smiley.svg",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { goCommand } from './commands/go.js';
2828
import { aiCommand } from './commands/ai.js';
2929
import { conductorCommand } from './commands/conductor.js';
3030

31-
const VERSION = '6.0.9';
31+
const VERSION = '6.0.10';
3232

3333
const program = new Command();
3434

0 commit comments

Comments
 (0)