Skip to content

chore: remove auto-updater plugin - #438

Merged
baleen37 merged 2 commits into
mainfrom
feat/conversation-memory-mcp-wrapper
Feb 6, 2026
Merged

chore: remove auto-updater plugin#438
baleen37 merged 2 commits into
mainfrom
feat/conversation-memory-mcp-wrapper

Conversation

@baleen37

@baleen37 baleen37 commented Feb 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove the auto-updater plugin as it is no longer needed
  • Update references in marketplace.json, README.md, and TESTING.md
  • Include bun.lock for conversation-memory plugin
  • Fix markdownlint issues in TESTING.md

Test plan

  • All BATS tests pass
  • Pre-commit hooks pass (YAML, JSON, markdownlint, ShellCheck)
  • Pre-push tests pass

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Removed Features

    • Removed the Auto Updater plugin, which previously enabled automatic plugin installation and periodic updates from the marketplace.
    • Eliminated automatic update checks that ran on session start and the manual update command.
  • Documentation

    • Updated testing documentation.

baleen37 and others added 2 commits February 6, 2026 20:53
dist/mcp-wrapper.mjs가 빌드 과정에서 생성되지만 .gitignore 규칙 때문에
git에 포함되지 않아 플러그인 설치 시 누락되는 문제 해결:
- dist/mcp-wrapper.mjs를 git add -f로 강제 추가
- 이전 커밋(576147f)에서 dist/cli.mjs와 dist/mcp-server.mjs만 추가되고
  dist/mcp-wrapper.mjs는 누락되어 해당 파일만 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove the auto-updater plugin as it is no longer needed. Updates
references in marketplace.json, README.md, and TESTING.md.

Also includes bun.lock for conversation-memory plugin and
markdownlint fixes in TESTING.md.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@baleen37
baleen37 enabled auto-merge February 6, 2026 11:57
@coderabbitai

coderabbitai Bot commented Feb 6, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR removes the entire auto-updater plugin from the project, including all plugin files, configuration manifests, hook definitions, scripts, tests, fixtures, and related documentation references from the main README and marketplace manifest.

Changes

Cohort / File(s) Summary
Marketplace and Plugin Manifests
.claude-plugin/marketplace.json, plugins/auto-updater/.claude-plugin/plugin.json
Removed auto-updater plugin entries from marketplace and plugin manifests.
Plugin Documentation
README.md, plugins/auto-updater/README.md, plugins/auto-updater/commands/update-all-plugins.md
Removed auto-updater feature references and plugin-specific documentation.
Plugin Configuration
plugins/auto-updater/config.json, plugins/auto-updater/package.json
Removed plugin configuration and package metadata files.
Plugin Hooks
plugins/auto-updater/hooks/auto-update-hook.sh, plugins/auto-updater/hooks/hooks.json
Removed session-start hook that triggered periodic plugin updates.
Plugin Scripts and Utilities
plugins/auto-updater/scripts/update.sh, plugins/auto-updater/scripts/check.sh, plugins/auto-updater/scripts/lib/config.sh, plugins/auto-updater/scripts/lib/version-compare.sh
Removed core update logic, version comparison utilities, and configuration helpers.
Plugin Tests
plugins/auto-updater/tests/auto-updater-specific.bats, plugins/auto-updater/tests/integration.bats, plugins/auto-updater/tests/marketplace-update.bats, plugins/auto-updater/tests/timestamp-update.bats, plugins/auto-updater/tests/version-compare.bats, plugins/auto-updater/tests/fixtures/marketplace.json
Removed entire test suite covering unit, integration, and marketplace scenarios.
Testing Documentation
docs/TESTING.md
Minor documentation updates to testing guidance.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Poem

🐰 With a flourish and a hop,
The updater scripts must stop.,
Hooks and checks now fade away,
Cleaner paths for brighter day!

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/conversation-memory-mcp-wrapper

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@baleen37
baleen37 merged commit 10034ee into main Feb 6, 2026
3 of 4 checks passed
@baleen37
baleen37 deleted the feat/conversation-memory-mcp-wrapper branch February 6, 2026 11:58
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