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: feO2x/guided-coding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: feO2x/guided-coding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 27, 2026

  1. build: create the GitHub release for the pushed tag with gh release c…

    …reate
    
    gh skill publish --tag refuses tags that already exist on the remote,
    because it creates the tag itself from the branch head. The release tool
    pushes the annotated tag atomically with main first, so publishing
    failed with "tag 2.0.0 already exists". Create the release for the
    existing tag with gh release create --verify-tag --generate-notes
    instead; gh skill publish --dry-run still validates the skills.
    
    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    93d6315 View commit details
    Browse the repository at this point in the history
  2. build: publish changelog entries as release notes and check the agent…

    …-skills topic
    
    - Pass the version's CHANGELOG.md section to gh release create via --notes-file
      instead of generating notes from pull request titles.
    - Check the agent-skills topic with gh repo view before releasing, since
      gh skill publish no longer does.
    - Advise running gh release view before retrying a failed publish.
    - Point the README's manual publishing advice to gh release create --verify-tag.
    
    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    61dc37b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from feO2x/release-tag-fix

    Release Tool: Create GitHub Release via gh release create
    feO2x authored Sep 27, 2026
    Configuration menu
    Copy the full SHA
    d775e7b View commit details
    Browse the repository at this point in the history
Loading