Skip to content

Remove personal hostname reference from install-workflow doc#31

Merged
simons-plugins merged 1 commit into
mainfrom
chore/remove-jarvis-ref
May 10, 2026
Merged

Remove personal hostname reference from install-workflow doc#31
simons-plugins merged 1 commit into
mainfrom
chore/remove-jarvis-ref

Conversation

@simons-plugins
Copy link
Copy Markdown
Owner

@simons-plugins simons-plugins commented Apr 18, 2026

Summary

Removes the jarvis.local reference in skills/update-plugins/references/install-workflow.md — the author's own Indigo server hostname used only as a parenthetical example in the cross-machine mount-handling section. Replaced with generic phrasing.

Other workspace-specific strings (/Volumes/Macintosh HD-1, /Volumes/Macintosh HD) stay — they're standard macOS mount names used as probe prefixes before the skill asks the user, not identifying info.

Version

  • 1.8.0 → 1.8.1 (patch, doc cleanup)

Test plan

  • CI version-check passes
  • grep -ri jarvis across the repo returns zero hits

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores

    • Version updated to 1.8.1
  • Documentation

    • Clarified cross-machine mount handling expectations for the Indigo server filesystem

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 18, 2026

Warning

Rate limit exceeded

@simons-plugins has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 35 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d6605eef-9b7b-48cf-825f-61ef6cfe3fa8

📥 Commits

Reviewing files that changed from the base of the PR and between 7624d66 and 5f29667.

📒 Files selected for processing (3)
  • .claude-plugin/marketplace.json
  • .claude-plugin/plugin.json
  • skills/update-plugins/references/install-workflow.md
📝 Walkthrough

Walkthrough

A patch version is released for the indigo plugin, incrementing from 1.8.0 to 1.8.1 across both plugin manifest files. Documentation is updated to clarify cross-machine mount handling behavior when the skill runs on a different Mac than the Indigo server.

Changes

Cohort / File(s) Summary
Plugin Version Bump
.claude-plugin/plugin.json, .claude-plugin/marketplace.json
Version incremented from 1.8.0 to 1.8.1 in both manifest files for the indigo plugin.
Documentation Update
skills/update-plugins/references/install-workflow.md
Clarified "Cross-machine mount handling" section to specify that the Indigo server's filesystem is mounted under /Volumes/<VolumeName>/ when running on a different Mac.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 Whiskers twitch with version care,
From 1.8.0 to .1 we bound,
Mount paths now clear, cross-machines declare,
A patch of polish, round and sound!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: removing the personal hostname reference (jarvis.local) from the install-workflow documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-jarvis-ref

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.claude-plugin/marketplace.json:
- Line 11: Update the "version" value in the .claude-plugin marketplace metadata
to exactly match the new patch version from the plugin manifest (the "version"
field in plugin.json); find the "version" key in marketplace.json (currently
"1.8.1") and change it to the same patch bump (e.g., "1.8.2") so the CI
version-sync rule passes.

In @.claude-plugin/plugin.json:
- Line 3: Update the "version" field from "1.8.1" to the next patch (e.g.,
"1.8.2") in the plugin manifest and apply the identical change to the
marketplace manifest so both "version" keys match; ensure you follow semantic
versioning and bump the patch portion in both plugin.json and marketplace.json
before pushing.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a7e35ca9-ee38-40a8-a08c-e76c16b65c9d

📥 Commits

Reviewing files that changed from the base of the PR and between f0397a2 and 7624d66.

📒 Files selected for processing (3)
  • .claude-plugin/marketplace.json
  • .claude-plugin/plugin.json
  • skills/update-plugins/references/install-workflow.md

Comment thread .claude-plugin/marketplace.json Outdated
Comment thread .claude-plugin/plugin.json Outdated
{
"name": "indigo",
"version": "1.8.0",
"version": "1.8.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Version bump is effectively a no-op against main and fails CI

"1.8.1" appears to match origin/main, so the PR does not satisfy the required per-PR version bump. Please increment to the next patch (e.g., 1.8.2) and keep both manifest files in sync.

Suggested fix
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@
-  "version": "1.8.1",
+  "version": "1.8.2",
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@
-      "version": "1.8.1",
+      "version": "1.8.2",

As per coding guidelines, “Bump version in both .claude-plugin/plugin.json and .claude-plugin/marketplace.json with every PR and ensure they match using semantic versioning (patch for fixes/tweaks, minor for new features).”

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"version": "1.8.1",
"version": "1.8.2",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.claude-plugin/plugin.json at line 3, Update the "version" field from
"1.8.1" to the next patch (e.g., "1.8.2") in the plugin manifest and apply the
identical change to the marketplace manifest so both "version" keys match;
ensure you follow semantic versioning and bump the patch portion in both
plugin.json and marketplace.json before pushing.

jarvis.local was the author's own Indigo server hostname used as a
parenthetical example in the cross-machine mount-handling section.
Replaced with generic phrasing — the example adds no value and
unnecessarily personalises shipped docs.

All other workspace-specific strings (/Volumes/Macintosh HD-1,
/Volumes/Macintosh HD) are standard macOS mount names and stay in
place — they're the probe prefixes the skill uses before asking the
user, not identifying info.

Bumps plugin version 1.8.0 → 1.8.1 (patch: doc cleanup, no
user-visible behaviour change).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@simons-plugins simons-plugins force-pushed the chore/remove-jarvis-ref branch from 7624d66 to 5f29667 Compare May 10, 2026 09:18
@simons-plugins simons-plugins merged commit 8cab261 into main May 10, 2026
3 checks passed
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