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: main
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: release-tool
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 34 files changed
  • 2 contributors

Commits on Sep 27, 2026

  1. build: share project settings via Directory.Build.props

    Move the common test project settings (Exe output, test project flag,
    xUnit v3 reference) into tests/Directory.Build.props and the common tool
    project settings into tools/Directory.Build.props. Both import the root
    Directory.Build.props.
    
    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    43984a0 View commit details
    Browse the repository at this point in the history
  2. build: add release tool that derives versions from Conventional Commits

    GuidedCoding.Release proposes the next version from the commits since the
    last vMAJOR.MINOR.PATCH tag, updates the manifests and CHANGELOG.md,
    validates, commits, tags, pushes main and the tag atomically, and runs
    gh skill publish.
    
    The package validation tests no longer pin a specific version, and the
    changelog now collects changes under an Unreleased heading.
    
    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    1500fd0 View commit details
    Browse the repository at this point in the history
  3. docs: document the release process and commit conventions

    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    1150d51 View commit details
    Browse the repository at this point in the history
  4. build: support non-interactive releases in the release tool

    Add a --yes flag that skips the confirmation prompt so the tool can run
    without a terminal. Stop setting the agent-skills repository topic during
    a release: GitHub's workflow token lacks the admin permission it needs,
    and the topic is a one-time setup that is already in place.
    
    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    5fe0ff7 View commit details
    Browse the repository at this point in the history
  5. ci: add manually triggered release workflow

    The Release workflow runs the release tool with --yes on main. It accepts
    an optional version and defaults to a dry run, so a first run only shows
    the proposed version.
    
    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    fb38904 View commit details
    Browse the repository at this point in the history
  6. ci: bump actions/checkout and actions/setup-node to v7

    Co-Authored-By: Claude Opus 5.5 <[email protected]>
    feO2x and claude committed Sep 27, 2026
    Configuration menu
    Copy the full SHA
    04e70cc View commit details
    Browse the repository at this point in the history
Loading