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: coleam00/Archon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.8
Choose a base ref
...
head repository: coleam00/Archon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.9
Choose a head ref
  • 3 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 22, 2026

  1. fix(ci): --no-worktree on release-smoke archon-assist invocations (#1357

    )
    
    The two "Smoke-test Claude binary-path resolver" steps in
    .github/workflows/release.yml run `archon workflow run archon-assist
    "hello"` against a fresh `git init` temp repo with no origin. As of
    #1310's worktree-policy changes, default isolation auto-syncs the
    worktree with origin before creating it, which fails with
    "neither origin/HEAD nor origin/main exist" — hit before Claude's
    resolver is even reached, so the test assertions ("Claude Code not
    found", "CLAUDE_BIN_PATH") never match and the linux-x64 build
    aborts the whole release matrix.
    
    The tests exercise the Claude resolver path, not worktree setup, so
    --no-worktree is the correct fix: it short-circuits
    validateAndResolveIsolation and skips the origin sync entirely.
    Matches the documented usage in CLAUDE.md
    (`archon workflow run quick-fix --no-worktree "Fix typo"`).
    
    Surfaced while cutting v0.3.8 — the release CI failed deterministically
    on both builds. Binaries themselves are fine (the v0.3.7 Pi-lazy-load
    fix works; local pre-flight passed on --help). v0.3.8's GitHub Release
    has been deleted so `releases/latest` falls back to v0.3.6; next
    release will be v0.3.9 with this fix.
    Wirasm authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    876abb1 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.9

    Wirasm committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    889ffc2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1358 from coleam00/dev

    Release 0.3.9
    Wirasm authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    7fc4761 View commit details
    Browse the repository at this point in the history
Loading