Skip to content

chore(main): release 2.0.0#81

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main
Closed

chore(main): release 2.0.0#81
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 6, 2026

🤖 I have created a release beep boop

2.0.0 (2026-03-06)

⚠ BREAKING CHANGES

  • Plugin consolidation and skill renames

Features

  • add ci and local test automation (#41) (181c6a5)
  • add codeql-resolver plugin with 3-tier resolution architecture (#8) (a45ac3b)
  • add full AI workflow suite (#75) (4a1d6fe)
  • add gh-aw agentic workflows and cspell config (#64) (9f90f33)
  • add rate limiting, README validation, and externalize init-worktree (#72) (97bfa05)
  • add token-validator and issue-limiter plugins (#2) (8a64289)
  • add webfetch-guard and markdown-validator plugins (705dbe8)
  • adopt conventional branch standard (feature/, bugfix/) (#74) (e826b67)
  • ci: add release-please and improve renovate auto-merge (#53) (94fbaca)
  • consolidate plugins from 15 to 8 with consistent naming (#31) (d36a028)
  • enhance resolve-pr-threads with comment reading (#46) (fc6a34c)
  • finalize-pr: add multi-PR modes, bot support, and skill authoring guidance (#70) (7704876)
  • finalize-pr: add Phase 4 to auto-update PR metadata (#65) (1c1e881)
  • git-guards: add GraphQL command guidance for known failure patterns (232eee3)
  • git-guards: allow git rm without confirmation (#63) (c94d959)
  • git-guards: block gh pr comment, enforce GraphQL review threads (#56) (c6b6234)
  • git-permission-guard: add centralized git/gh permission hook plugin (#12) (12268b0)
  • git-rebase-workflow: handle branch protection with CodeQL scanning (#25) (9b40416)
  • github-workflows: add trigger-ai-reviews skill (#47) (b505c82)
  • main-branch-guard: add PreToolUse hook to block main branch edits (#22) (9456f5d)
  • markdown-validator: add skip logic and MD013 fallback (#27) (77cd37b)
  • migrate 13 commands to skills in 6 new plugins (#23) (fb72d06)
  • pr-review-toolkit: add PR review thread resolution plugin (#24) (3368eaa)
  • process-cleanup: add Stop hook plugin for orphaned MCP process cleanup (#51) (27caa6f)
  • renovate: extend shared preset for org-wide auto-merge rules (#60) (b5197ed)
  • webfetch-guard: add grace period for previous year searches (#9) (18a39a5)

Bug Fixes

  • add explicit GITHUB_TOKEN permissions to workflow (a8f44d3)
  • agents-md: add resolve-pr-threads and shape-issues to github-workflows entry (81e61be)
  • ci: dispatch flake update to nix-ai instead of nonexistent nix repo (#73) (1ed7c40)
  • codeql-resolver: convert flat skill files to skill directories (#59) (81ab6af)
  • content-guards: clarify extract-to-files means committed artifacts (#62) (ed82608)
  • content-guards: handle empty config_flag array in bash 3.2 (#55) (0385c9b)
  • content-guards: improve token-validator error message with detailed resolution steps (#37) (cf355e3)
  • content-guards: resolve unbound variable error in markdown validator (#39) (2202144)
  • content-guards: support markdown linting in git worktrees (#48) (8cbf6a1)
  • convert GraphQL queries to single-line format in resolve-pr-threads (#35) (0b482c5)
  • correct best-practices permissions and add ref-scoped concurrency (#77) (f5806d5)
  • correct plugin.json schema violations for all 8 plugins (#33) (770b2b4)
  • finalize-pr: remove pre-PR steps from workflow diagram (#76) (6dca3fc)
  • git-guards: auto-allow git worktree remove (#54) (9d0bec6)
  • git-guards: check DENY patterns against extracted subcommand for git global options (#80) (48daad8)
  • git-guards: make test_graphql_guidance.py executable (2bbb4cf)
  • git-guards: use word-boundary regex for mutation name detection (3db588f)
  • improve GraphQL reliability and prevent git-guard false positives (500d893)
  • markdown-validator: bundle default config and add fallback resolution (#26) (103a108)
  • markdown-validator: use global markdownlint config with MD013=160 (#11) (326c27b)
  • prevent main-branch-guard from blocking non-repository files (#36) (7abe699)
  • replace jq != operator and add markdownlint troubleshooting (#68) (3c61cb5)
  • resolve-pr-threads: cut 40% of lines to eliminate hallucination failure modes (#52) (949151c)
  • resolve-pr-threads: rewrite negation rules as affirmative clarity (#58) (d5a25c4)
  • revert to cclint@latest (no versions published yet) (55c2488)
  • squash-merge-pr: use --delete-branch, git switch main, and consistent placeholder style (b2743f7)
  • squash-merge-pr: use @ import syntax and document git-workflows dependency (479baef)
  • sync-main: remove confirmation gates — merge immediately on invoke (#78) (0add171)
  • use correct flake input name jacobpevans-cc-plugins (#28) (8c18e26)
  • use Go to install cclint, validate both plugins (0e0890c)

This PR was generated with Release Please. See documentation.

@greptile-apps
Copy link

greptile-apps bot commented Mar 6, 2026

Greptile Summary

This is an automated release PR generated by Release Please, bumping the project from v1.0.0 to v2.0.0. The major version bump is appropriate given the breaking change (plugin consolidation and skill renames) included in the accumulated commits.

  • .release-please-manifest.json — version field updated from "1.0.0" to "2.0.0"
  • VERSION — plain-text version file updated from 1.0.0 to 2.0.0
  • CHANGELOG.md — new file created, cataloguing 25 features and 24 bug fixes merged since v1.0.0, following Conventional Commits / Keep-a-Changelog format

All three version-tracking files are mutually consistent at 2.0.0. No source code or logic was modified in this PR; it is purely a release bookkeeping commit.

Confidence Score: 5/5

  • This PR is safe to merge — it only updates version-tracking files with no logic or configuration changes.
  • All three changed files are purely metadata (manifest JSON, plain-text VERSION, and generated CHANGELOG). The version string is consistent across all files, and the changes were produced by the Release Please automation bot following standard conventional-commits conventions. There is no risk of runtime regression.
  • No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from "1.0.0" to "2.0.0" — consistent with CHANGELOG and VERSION files.
CHANGELOG.md New file created by Release Please; documents all features and bug fixes accumulated since v1.0.0 in standard Keep-a-Changelog / Conventional Commits format.
VERSION Plain-text version file bumped from "1.0.0" to "2.0.0" — consistent with the manifest and CHANGELOG.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Commits merged to main\nsince v1.0.0] -->|Release Please bot\nanalysis| B{Breaking change\ndetected?}
    B -->|Yes – plugin consolidation\n& skill renames| C[Bump MAJOR version\n1.0.0 → 2.0.0]
    C --> D[Update .release-please-manifest.json\n'.': '2.0.0']
    C --> E[Update VERSION\n2.0.0]
    C --> F[Generate CHANGELOG.md\n25 features · 24 bug fixes]
    D & E & F --> G[Release PR #81 opened\nby github-actions bot]
    G --> H[Merge → tag v2.0.0]
Loading

Last reviewed commit: dfc1903

@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 3bede52 to dc7cce5 Compare March 6, 2026 18:33
@github-actions github-actions bot force-pushed the release-please--branches--main branch from dc7cce5 to 41e3416 Compare March 6, 2026 22:36
@JacobPEvans
Copy link
Owner

No. Bots can't make major version releases.

@JacobPEvans JacobPEvans closed this Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant