Skip to content

chore: refresh README and harden release workflow#7

Merged
brtkwr merged 1 commit into
mainfrom
docs/readme-and-ci-hygiene
Jun 22, 2026
Merged

chore: refresh README and harden release workflow#7
brtkwr merged 1 commit into
mainfrom
docs/readme-and-ci-hygiene

Conversation

@brtkwr

@brtkwr brtkwr commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

README

Drifted from the binary's --help:

  • Document --exclude - it's parsed (default observer-sessions) and in --help, but was missing from the flags table.
  • Fix the from-source Go requirement - said 1.21+, but go.mod declares go 1.24.0. Someone on 1.21 would fail to build.
  • Mention session names - the merged feature (feat: show session name in search results #3): the list now shows custom / AI-generated session titles, not just the first message.

CI

No code changes.

README had drifted from the binary's --help:
- document the --exclude flag (default observer-sessions)
- fix the from-source Go requirement (1.21 -> 1.24, matching go.mod)
- mention the session-name feature in the list

CI:
- add concurrency to the release job so back-to-back merges to main
  don't run two releases at once (racing the tag bump and the
  GoReleaser/Homebrew-tap publish); cancel-in-progress is false so a
  publish is never killed mid-flight
- bump setup-go 1.21 -> 1.24 in both workflows to match go.mod, instead
  of relying on the 1.21 toolchain silently auto-downloading 1.24
@brtkwr brtkwr merged commit 2678521 into main Jun 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant