Skip to content

Commit 98a3b2d

Browse files
waynemsmithclaude
andauthored
Point embedded skill's CLI repo reference at this fork (#5)
The Agent Skill's "Learn More" linked to upstream basecamp/fizzy-cli. This fork is the source of the installed `fizzy`, so point it here and document build/install/update plus the fork-only @mention patch (runtime fix: #2). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b050e80 commit 98a3b2d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

skills/fizzy/SKILL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,4 +1154,8 @@ fizzy auth status # Shows configured profile and API URL
11541154
## Learn More
11551155

11561156
- API documentation: https://github.com/basecamp/fizzy/blob/main/docs/API.md
1157-
- CLI repository: https://github.com/basecamp/fizzy-cli
1157+
- CLI repository (this fork is the source of the `fizzy` command): https://github.com/Concurrent-Systems/fizzy-cli
1158+
- Local clone: `~/g/fizzy-cli-fork` (branch `master` = upstream + our patches)
1159+
- Build & install: `cd ~/g/fizzy-cli-fork && make build && cp bin/fizzy ~/.local/bin/fizzy`
1160+
- Update: `git checkout master && git pull`, then rebuild/install. Upstream sync via the `upstream` remote (`basecamp/fizzy-cli`).
1161+
- `@mention` resolution is a fork-only patch (not upstreamed); runtime fetch fix tracked in issue #2.

0 commit comments

Comments
 (0)