Skip to content

Releases: jdfalk/ghcommon

v1.10.6-rc.13

17 May 23:34

Choose a tag to compare

v1.10.6-rc.13 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • fix(setup-ci-app): serve form via localhost, open default browser (41c69d5)
  • deps(deps): bump the dependencies group with 7 updates (603ad73)
  • chore: pin burndown-runner-image to v1.7.0 (d558a336) (acbc1ec)
  • feat(workflow): add reusable-triage-poll.yml (30-min async triage cron) (b3778b1)
  • feat(burndown): --from-env, drop Python scripts, expose workflow inputs (2e30fe8)
  • fix(burndown): switch triage+implementer to OpenAI, o4-mini for triage (3f152bd)
  • chore(burndown): pin image to 1e06cc4 (binary pre-baked) (c9c38d4)
  • feat(burndown): remove checkout+build steps, use pre-baked binary (236f956)
  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit 41c69d5

v1.10.6-rc.12

12 May 20:09

Choose a tag to compare

v1.10.6-rc.12 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • deps(deps): bump the dependencies group with 7 updates (603ad73)
  • chore: pin burndown-runner-image to v1.7.0 (d558a336) (acbc1ec)
  • feat(workflow): add reusable-triage-poll.yml (30-min async triage cron) (b3778b1)
  • feat(burndown): --from-env, drop Python scripts, expose workflow inputs (2e30fe8)
  • fix(burndown): switch triage+implementer to OpenAI, o4-mini for triage (3f152bd)
  • chore(burndown): pin image to 1e06cc4 (binary pre-baked) (c9c38d4)
  • feat(burndown): remove checkout+build steps, use pre-baked binary (236f956)
  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit 603ad73

v1.10.6-rc.9

10 May 00:22

Choose a tag to compare

v1.10.6-rc.9 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • feat(burndown): --from-env, drop Python scripts, expose workflow inputs (2e30fe8)
  • fix(burndown): switch triage+implementer to OpenAI, o4-mini for triage (3f152bd)
  • chore(burndown): pin image to 1e06cc4 (binary pre-baked) (c9c38d4)
  • feat(burndown): remove checkout+build steps, use pre-baked binary (236f956)
  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit 2e30fe8

v1.10.6-rc.11

10 May 13:01

Choose a tag to compare

v1.10.6-rc.11 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • chore: pin burndown-runner-image to v1.7.0 (d558a336) (acbc1ec)
  • feat(workflow): add reusable-triage-poll.yml (30-min async triage cron) (b3778b1)
  • feat(burndown): --from-env, drop Python scripts, expose workflow inputs (2e30fe8)
  • fix(burndown): switch triage+implementer to OpenAI, o4-mini for triage (3f152bd)
  • chore(burndown): pin image to 1e06cc4 (binary pre-baked) (c9c38d4)
  • feat(burndown): remove checkout+build steps, use pre-baked binary (236f956)
  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit acbc1ec

v1.10.6-rc.10

10 May 12:27

Choose a tag to compare

v1.10.6-rc.10 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • feat(workflow): add reusable-triage-poll.yml (30-min async triage cron) (b3778b1)
  • feat(burndown): --from-env, drop Python scripts, expose workflow inputs (2e30fe8)
  • fix(burndown): switch triage+implementer to OpenAI, o4-mini for triage (3f152bd)
  • chore(burndown): pin image to 1e06cc4 (binary pre-baked) (c9c38d4)
  • feat(burndown): remove checkout+build steps, use pre-baked binary (236f956)
  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit b3778b1

v1.10.6-rc.8

09 May 22:13

Choose a tag to compare

v1.10.6-rc.8 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • fix(burndown): switch triage+implementer to OpenAI, o4-mini for triage (3f152bd)
  • chore(burndown): pin image to 1e06cc4 (binary pre-baked) (c9c38d4)
  • feat(burndown): remove checkout+build steps, use pre-baked binary (236f956)
  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit 3f152bd

v1.10.6-rc.7

09 May 21:00

Choose a tag to compare

v1.10.6-rc.7 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • chore(burndown): pin image to 1e06cc4 (binary pre-baked) (c9c38d4)
  • feat(burndown): remove checkout+build steps, use pre-baked binary (236f956)
  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit c9c38d4

v1.10.6-rc.6

09 May 18:33

Choose a tag to compare

v1.10.6-rc.6 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • fix(burndown): stage triage artifact and graceful aggregate on zero dispatch (42a1744)
  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit 42a1744

v1.10.6-rc.5

09 May 16:42

Choose a tag to compare

v1.10.6-rc.5 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • fix(burndown): hardcode runner image β€” env context unavailable in reusable container.image (1a52124)
  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit 1a52124

v1.10.6-rc.4

09 May 16:36

Choose a tag to compare

v1.10.6-rc.4 Pre-release
Pre-release

πŸš€ What's Changed

πŸ“‹ Commits since v1.10.4:

  • feat(burndown): add reusable per-repo burndown workflow (66b3fa6)
  • deps(deps): bump the dependencies group with 17 updates (939d441)
  • feat(scripts): add sync-gitignore.py for managed ignore block across repos (1e106b5)
  • chore(gitignore): sync managed ignore block (64f69dc)
  • fix(ci): handle missing artifacts dir in reusable-release cleanup step (aac93cb)
  • fix(ci): update jdfalk/* action pins to current SHAs (fe1e308)
  • feat(ci): add reusable-ci-minimal workflow with manual cache (cf20689)
  • docs(config): default packages.registries to false; annotate github: true risk (e9e5ec4)
  • fix(scaffold): default docker base to ubuntu:22.04 + drop --break-system-packages (ed36e5b)
  • fix(release): replace secrets-in-if with env-bridge guard step (dd8fae1)
  • fix(release): pass GH_TOKEN to Publish-to-GitHub-Packages step (dac2f69)
  • deps(deps): bump the dependencies group with 7 updates (96c132f)
  • feat(scaffold): add --with-docker, --with-reusable-workflows, --with-{changelog,todo,claudemd} (e94e3e9)
  • fix(release): skip app-token mint when CI_APP_ID is unset; add migrate-loop (c46f978)
  • fix(bootstrap): quote dependabot schedule.time; clear interaction-limits (d413e65)
  • chore: register 26 action repos in bootstrap registry (83d2981)
  • chore: register magnet-handler bootstrap; gitignore Claude local settings (4be3e97)
  • fix(bootstrap-repo): replace mapfile with bash 3.2-compatible read loop (ec6ba08)
  • feat(bootstrap-repo): add cli flavor and adopted-repos registry (458d4a7)
  • fix(bootstrap-repo): correct sync script invocations after dry-run (4dbc211)
  • feat: add bootstrap-repo skill (80f40c1)
  • deps(deps-dev): bump the dependencies group with 2 updates (ef2f775)
  • feat(release): mint App token in Build Go job for workflow-touching tags (9796749)
  • fix(scripts): open manifest URL in private window to dodge EMU sessions (e06855e)
  • fix(scripts): user-owned GitHub Apps can't be private (452f95e)
  • feat(scripts): setup-ci-app.sh β€” one-shot GitHub App creator (c99e337)
  • feat(release): keep 5 most recent RC prereleases on stable cleanup (f9633c8)
  • fix(release): clean up superseded drafts/RCs on stable cuts (9719257)
  • fix(release): also strip GoReleaser metadata from release assets (6b32d20)
  • feat(release): add previous-version override for changelog diffing (659c291)
  • fix(release): correct changelog diff base + remove frontend JS from assets (ea8b522)
  • chore: update gha-release-* composite action SHAs for Node.js 24 (7d1de69)
  • deps(deps): bump super-linter/super-linter in the dependencies group (492da20)
  • fix: remove empty artifact files before GitHub release upload (609558c)
  • fix: remove Windows builds, skip empty release assets (959c35e)
  • fix(ci): remove conflicting allow-licenses from dependency-review-config (3d89ccc)
  • fix(security): pin all workflow action references to SHA hashes (86e7797)
  • deps(deps): bump the dependencies group across 1 directory with 15 updates (83352d4)
  • fix: resolve shellcheck warnings and CI lint issues (06d833f)

🎯 Release Information

  • Branch: main
  • Release Type: prerelease
  • Primary Language: unknown

⚠️ This is a pre-release version - use for testing purposes.

Release Assets

This release includes organized packages for easy consumption:

Binaries

Pre-built binaries for multiple platforms with SHA256 checksums:

  • Linux: *-linux-amd64, *-linux-arm64
  • macOS: *-darwin-amd64, *-darwin-arm64

Each binary includes a .sha256 checksum file for verification.

SDKs

  • Go SDK: *-go-sdk.tar.gz / *-go-sdk.zip
  • Python SDK: *-python-sdk.tar.gz / *-python-sdk.zip

Documentation

  • API Documentation: *-docs.tar.gz / *-docs.zip

See MANIFEST.md in the release assets for a complete list of all files and their sizes.


Generated automatically from commit 66b3fa6