Skip to content

Commit 0ab1bd8

Browse files
Wolfe-Jamclaude
andcommitted
feat: v6.0.12 — three letters, full auto
- bunx faf / npx faf — shortest command, biggest bang - Gentle GitHub star nudge after auto-score Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fa74012 commit 0ab1bd8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to faf-cli will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.12] - 2026-04-01 — Three Letters, Full Auto
9+
10+
### Added
11+
12+
- **GitHub star nudge** — gentle one-liner after auto-score for first-time users
13+
814
## [6.0.11] - 2026-03-28 — Three Letters
915

1016
### 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.11",
3+
"version": "6.0.12",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ if (process.argv.length <= 2) {
247247

248248
console.log('');
249249
console.log(` ${dim('Run')} ${fafCyan('faf --help')} ${dim('for commands')}`);
250+
console.log(` ${dim('Like it?')} ${fafCyan('github.com/Wolfe-Jam/faf-cli')} ${dim('— a')}${dim('goes a long way')}`);
250251
} else {
251252
program.parse(process.argv);
252253
}

0 commit comments

Comments
 (0)