@@ -4,25 +4,27 @@ Current task context for fizzy-cli. Read at session start, update as work progre
44
55## Current State
66
7- No open issues. All PRs merged. CLI is stable at v1.0.2.
8-
9- ## Recently Completed
10-
11- - [x] Fix list spacing in display and HTML generation — v1.0.2 (44a3cff)
12- - [x] Fix pre-existing typecheck errors in client.ts (44a3cff)
13- - [x] Fix agent mention quoting — removed ` @"Full Name" ` from SKILL.md, all mentions use ` @FirstName ` (b091bc8)
14-
15- - [x] ** #10 ** @mentions in comments/descriptions — PR #11 (verified: Faraz confirmed notification)
16- - [x] ** #4 ** steps-check --on/--off idempotency + verbose step IDs — PR #12
17- - [x] ** #9 ** column rename/delete commands — PR #13
18- - [x] ** #3 + #5 ** code block rendering + literal \n fix — PR #15
19- - [x] ** #6 ** closed as duplicate of #4
20- - [x] Improved CLI help (tips section, better descriptions)
21- - [x] Synced SKILL.md (repo + env) with all features
22- - [x] Remove dead references to fizzy-cli-legacy repo (3d52c44)
23- - [x] Fix API reference path in CLAUDE.md (42fd416)
24- - [x] ** #1 ** Nested list support in markdown conversion (339bac6)
25- - [x] ** #2 ** Fix bullet list conversion (beffa62)
26- - [x] Add download command for attachments (097df7d)
27- - [x] Fix .env lookup to check CLI directory (d31b552)
28- - [x] Initial commit: full TypeScript port from bash scripts (972565a)
7+ ** Migrated to official basecamp/fizzy-cli (Go).** This TS/Bun repo is deprecated (renamed to ` fizzy-cli-legacy-2 ` ).
8+
9+ Active work is on the fork: ` ~/g/fizzy-cli-fork ` (` Concurrent-Systems/fizzy-cli ` , fork of ` basecamp/fizzy-cli ` ).
10+
11+ ## Active
12+
13+ - [ ] basecamp/fizzy-cli #112 — @mention resolution PR, awaiting upstream review
14+ - [ ] Clean up test card #539 on Dev board
15+
16+ ## Next
17+
18+ - [ ] Monitor PR #112 for feedback, iterate if needed
19+ - [ ] If merged: switch from fork binary to official releases
20+ - [ ] If rejected: maintain fork with upstream sync
21+
22+ ## Completed (2026-03-28)
23+
24+ - [x] Evaluated official CLI vs custom — official wins (152 vs 38 commands)
25+ - [x] Installed official CLI v3.0.3, configured auth/account/board
26+ - [x] Forked to Concurrent-Systems/fizzy-cli, added @mention resolution in Go
27+ - [x] All tests passing (12 new mention tests + all existing)
28+ - [x] Updated SKILL.md (env + repo + embedded) with generic mention docs
29+ - [x] Submitted upstream PR basecamp/fizzy-cli #112
30+ - [x] Renamed old TS repo to fizzy-cli-legacy-2
0 commit comments