Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion skills/fizzy/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1154,4 +1154,8 @@ fizzy auth status # Shows configured profile and API URL
## Learn More

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