v1.1.0
1.1.0 - 2026-08-09
Bug Fixes
- (ci) point upstream-patrol at relocated compatibility matrix - (792c270) - baoyx
- (ci) disable fail-fast on build-rust matrix - (a6963d9) - baoyx
- (ci) use matrix.archive for artifact upload path - (03da6b4) - baoyx
- (cli) make zsh completions install dir deterministic under home override - (eef4074) - baoyx
- (cli) scope metadata binding to unix cfg in permissions test - (2aa9b0d) - baoyx
- (hook) correct skill path hardcoding - (7a92f7e) - baoyx
- (hooks) register auto-report-bug hook globally pointing at tracked script - (16f6310) - baoyx
- (release) update Homebrew formula SHA256 to v1.0.0 real values + fix auto-update (#113) - (865375e) - baoyx
- (release) use {{version}} template syntax for cargo-release 1.1.3 (#132) - (93c7cc8) - baoyx
- (release) expand template residue detection to catch single-brace syntax (#132) - (e0de3b5) - baoyx
- (release) use shared-version = "workspace" to fix {{version}} rendering (#132) - (7bb75a7) - baoyx
- (release) only check headings for template residue in changelog - (3d8a902) - baoyx
- (security) set pending.json file permissions to 0o600 - (d9aad15) - baoyx
- (skills) copy_skills_dir collects failures instead of aborting (#154) - (31921c0) - mc-ai
- (website) correct stale compatibility matrix path in llms-full.txt - (9c1f4e6) - baoyx
- add flate to typos ignore list (crate name false positive) - (2fb6894) - baoyx
- resolve CI failures (clippy unnecessary_wraps + BSD-3-Clause license) - (f2840de) - baoyx
Documentation
- (workflow) gates.md GO-gate sub-step and source-agnostic evidence note (#141) - (a75da44) - baoyx
- dual skill source adaptation sections (#141) - (529d1fb) - baoyx
- add design spec for gf update signature verification (#152) - (f67c742) - baoyx
- add implementation plan for gf update signature verification (#152) - (02edf78) - baoyx
- add design spec for release.toml placeholder fix (#132) - (5d59283) - baoyx
- add code coverage improvement design spec - (a74c6ae) - baoyx
- add code coverage improvement implementation plan - (afb1deb) - baoyx
- add code review reports and release design specs - (dcaa11a) - baoyx
Features
- (issue) add list_comments API and gf issue comments command - (7c324f0) - baoyx
- (security) add sensitive data filtering for error messages - (4cf4237) - baoyx
- (skill) add success notification after Issue creation - (3fcd7c2) - baoyx
- (skills) install-time skill source detection and hard-block (#141) - (342afef) - baoyx
- (update) add gf update command and skills version management (#150) - (dd2318e) - mc-ai
- (update) add ed25519 signature verification for release binaries - (c29cbb8) - baoyx
- (workflow) standardize worktree path to .claude/worktree/ - (bc68c18) - baoyx
- (workflow) contract schema adds skill_source and ticket_refs (#141) - (a90af1d) - baoyx
- (workflow) contract struct aligns with skill_source/ticket_refs schema (#141) - (25ee030) - baoyx
- (workflow) skill source resolution, role aliases, GO gate in SKILL.md (#141) - (796b4df) - baoyx
- (workflow) dual-source mapping table and branch semantics in references.md (#141) - (8ad4fc3) - baoyx
- (workflow) fix worktree path to .claude/worktree/ (#146) - (ed6ad52) - baoyx
Miscellaneous Chores
- (build) refresh stale package.metadata.binstall metadata - (55318bb) - baoyx
- (deps) add gitcode 0.10.3 to compatibility matrix - (0d35cdc) - baoyx
- (deps) add glab 1.112.0 to compatibility matrix - (9f8a471) - baoyx
- (gitcode) rename CLI binary from gitcode to gc (#134) - (fa36151) - mc-ai
- fmt fix for skills.rs, preserve create-a-full-plan text in SKILL.md (#141) - (513539e) - baoyx
- embed real ed25519 public key for release verification - (af84b2f) - baoyx
- remove docs/assets (moved to resume repo) - (3b622f1) - baoyx
- restore docs/assets/demo.svg - (5c35ebd) - baoyx
- release v1.1.0 - (b4c6f7b) - baoyx
- update CHANGELOG.md for v1.1.0 - (3da604d) - baoyx
- update Homebrew formula to v1.1.0 - (8a76d6d) - github-actions[bot]
Other
- Merge pull request #136 from byx-darwin/feat/135-autoreport-bug-improvements
fix(auto-report): P0/P1 improvements for auto-report-bug feature - (51cb2d4) - mc-ai
- Merge pull request #137 from byx-darwin/fix/hook-worktree-registration
fix(hooks): make auto-report-bug hook work in worktrees (global + tracked script) - (6c8e91f) - mc-ai
- Merge pull request #140 from byx-darwin/fix/website-llms-matrix-path
fix(website): correct stale compatibility matrix path in llms-full.txt - (e66712e) - mc-ai
- Merge pull request #147 from byx-darwin/feat/141-dual-skill-sources
feat(workflow): dual skill source compatibility (superpowers + mattpocock/skills) - (da71e12) - mc-ai
- Merge remote-tracking branch 'origin/main' into feat-146-worktree-path
Conflicts:
skills/gf-workflow/SKILL.md - (f3e823e) - baoyx
- Merge pull request #148 from byx-darwin/feat-146-worktree-path
feat(workflow): standardize worktree path to .claude/worktree/ - (fb6ac4d) - mc-ai
- Merge pull request #155 from byx-darwin/feat/152-ed25519-signature-verify
feat(update): add ed25519 signature verification for release binaries - (2f0d4b8) - mc-ai
- Merge pull request #156 from byx-darwin/feat/108-gitcode-0.10.3-compat
chore(deps): add gitcode 0.10.3 to compatibility matrix - (c3221d6) - mc-ai
- Merge pull request #157 from byx-darwin/feat/144-glab-1.112.0-compat
chore(deps): add glab 1.112.0 to compatibility matrix - (b682112) - mc-ai
- Merge pull request #159: fix(release) use {{version}} template syntax for cargo-release 1.1.3
fix(release): use {{version}} template syntax for cargo-release 1.1.3 (#132) - (e554f4d) - mc-ai
- Merge pull request #160 from byx-darwin/fix/132-shared-version-workspace
fix(release): use shared-version = "workspace" to fix {{version}} rendering (#132) - (178895e) - mc-ai
- Merge remote-tracking branch 'origin/main' into feat/153-binstall-metadata-fix
Conflicts:
crates/gitcode/src/release.rs
crates/github/src/release.rs
crates/gitlab/src/release.rs
crates/release-signer/src/main.rs - (77c6e3d) - baoyx
- Merge pull request #162 from byx-darwin/feat/153-binstall-metadata-fix
chore(build): refresh stale package.metadata.binstall metadata - (1bfdd56) - mc-ai
Style
- apply nightly rustfmt to gen_compat_matrix example (#113) - (b50cfa5) - baoyx
- fix formatting in error_reporter.rs - (ee167c3) - baoyx
- apply cargo fmt to merged files - (e58b325) - baoyx
- fix trailing whitespace in docs - (af87714) - baoyx
Tests
- (gitcode) add deserialization, constructor, and success-path tests for release module - (eb19c47) - baoyx
- (github) add success-path and is_release_not_found unit tests for release module - (311b1d9) - baoyx
- (gitlab) add conversion, constructor, and success-path tests for release module - (8bbece8) - baoyx
- (hook) add Bats test suite for auto-report-bug.sh - (f5ac7d4) - baoyx
- (release-signer) add edge-case and error-path tests for signing - (fd76547) - baoyx
- improve code coverage with 114 new tests (#161) - (1b8f106) - mc-ai
What's Changed
- chore(gitcode): rename CLI binary from gitcode to gc by @byx-darwin in #134
- fix(auto-report): P0/P1 improvements for auto-report-bug feature by @byx-darwin in #136
- fix(hooks): make auto-report-bug hook work in worktrees (global + tracked script) by @byx-darwin in #137
- fix(ci): 修复环境依赖的 zsh completions 测试与 upstream-patrol 失效的矩阵路径 by @byx-darwin in #139
- fix(website): correct stale compatibility matrix path in llms-full.txt by @byx-darwin in #140
- fix(workflow): 修复契约 ID 同日复用与归档静默覆盖 by @byx-darwin in #143
- feat(workflow): dual skill source compatibility (superpowers + mattpocock/skills) by @byx-darwin in #147
- feat(workflow): standardize worktree path to .claude/worktree/ by @byx-darwin in #148
- feat(update): add gf update command and skills version management by @byx-darwin in #150
- fix(skills): copy_skills_dir collects failures instead of aborting by @byx-darwin in #154
- feat(update): add ed25519 signature verification for release binaries by @byx-darwin in #155
- chore(deps): add gitcode 0.10.3 to compatibility matrix by @byx-darwin in #156
- chore(deps): add glab 1.112.0 to compatibility matrix by @byx-darwin in #157
- fix(release): use {{version}} template syntax for cargo-release 1.1.3 (#132) by @byx-darwin in #159
- fix(release): use shared-version = "workspace" to fix {{version}} rendering (#132) by @byx-darwin in #160
- test: improve code coverage with 114 new tests by @byx-darwin in #161
- chore(build): refresh stale package.metadata.binstall metadata by @byx-darwin in #162
Full Changelog: v1.0.0...v1.1.0