Rename to activeadmin_mcp, rewrite README, add RubyGems release - #4
Merged
Conversation
Rewrite the README from scratch to describe how the engine actually works (tools, Ransack query, ActiveAdmin-respecting update, auth, mount strategies), crediting the original betacraft/active_admin_mcp project. Rename the gem, file paths, and namespace from active_admin_mcp / ActiveAdminMcp to activeadmin_mcp / ActiveadminMcp. Add publishing infrastructure: Rakefile, CHANGELOG, RELEASING guide, and a Release workflow that publishes to RubyGems via Trusted Publishing (OIDC) when a GitHub Release is published, deriving and bumping the version from the tag. Trim CI to the latest Ruby (3.4). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
list_resources/query(Ransack) /updatetools, the ActiveAdmin-respecting update rules, optionaldevise_tokenauth, mount strategies, and full config. Credits the original betacraft/active_admin_mcp project; MIT license unchanged.active_admin_mcp/ActiveAdminMcptoactiveadmin_mcp/ActiveadminMcp..github/workflows/release.ymltriggers when a GitHub Release is published, derives the version from thevX.Y.Ztag, writes it intoversion.rb, runs specs, publishes viarubygems/configure-rubygems-credentials+gem push, then commits the version bump back tomain.Rakefile,CHANGELOG.md, andRELEASING.md(one-time RubyGems setup + release checklist).changelog_uri,rubygems_mfa_required, homepage →OLIOEX/activeadmin_mcp.Verification
bundle exec rspec).gem build activeadmin_mcp.gemspecproduces a correctly-packagedactiveadmin_mcp-0.1.0.gem.Follow-ups before the first release
activeadmin_mcp.rubygems(matchesenvironment: rubygemsin the workflow).mainhas branch protection, allowgithub-actions[bot]to push the version-bump commit (see RELEASING.md).🤖 Generated with Claude Code