Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: basecamp/fizzy-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: basecamp/fizzy-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 29, 2026

  1. Move SKILL.md to skills/fizzy directory

    Reorganizes the skill file into a dedicated skills folder structure
    for better organization and consistency with skill installation paths.
    robzolkos committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    1d1d313 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from robzolkos/move-skill-to-skills-folder

    Move SKILL.md to skills/fizzy directory
    robzolkos authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    934a60b View commit details
    Browse the repository at this point in the history
  3. Clarify --all flag behavior and document card statuses

    - Add new "Card Statuses" section explaining how to fetch cards in
      different states (closed, not_now, golden, stalled)
    - Clarify that --all is a pagination flag, not a status filter
    - Document how to fetch all cards on a board using multiple queries
    - Add note in Pagination section linking to Card Statuses
    
    Addresses confusion reported in #53 where users expected --all to
    return closed cards.
    robzolkos committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    21d8a23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29f2989 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #54 from robzolkos/clarify-all-flag-and-card-statuses

    Clarify --all flag behavior and document card statuses
    robzolkos authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    2f75152 View commit details
    Browse the repository at this point in the history
Loading