Skip to content

Add homepage field to package.json#664

Open
Arvuno wants to merge 4 commits into
rohitg00:mainfrom
Arvuno:pr/mega-campaign-01/add-homepage-field
Open

Add homepage field to package.json#664
Arvuno wants to merge 4 commits into
rohitg00:mainfrom
Arvuno:pr/mega-campaign-01/add-homepage-field

Conversation

@Arvuno
Copy link
Copy Markdown

@Arvuno Arvuno commented May 26, 2026

Summary by CodeRabbit

  • Chores
    • Updated project metrics documentation to reflect current test coverage (1081+ tests) and available tools/endpoints (53 tools, 130 REST endpoints).
    • Added project homepage link to package metadata.

Review Change Stack

@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

Someone is attempting to deploy a commit to the rohitg00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 26, 2026

📝 Walkthrough

Walkthrough

This PR updates project metrics and metadata across documentation files and package configuration. Test count references are refreshed from 950+ to 1081+, MCP tool availability from 51 to 53, REST endpoint count from 124 to 130, and a homepage field is added to package.json.

Changes

Documentation and metadata updates

Layer / File(s) Summary
Documentation metrics refresh
AGENTS.md, README.md
Test count references updated from 950+ to 1081+ across multiple sections (banner, capabilities, development commands). MCP tool counts updated from 51 to 53 in Codex, OpenClaw, and Hermes integration sections. REST endpoint count updated from 124 to 130 in AGENTS.md stats block.
Package metadata addition
package.json
Added top-level homepage field with GitHub repository URL; adjusted engines object closing to accommodate the new property with proper JSON formatting.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A hop through the numbers, a skip through the stats,
From 950 to 1081—look at that!
Tools multiplied, endpoints refined,
Metrics refreshed and a homepage designed,
The warren of code grows measurably bright!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title 'Add homepage field to package.json' is specific and accurate, but only addresses one minor change while the PR also updates test counts in AGENTS.md and README.md, making the title incomplete relative to the full changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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
Contributor

@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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@package.json`:
- Line 85: Update package.json so the "homepage" field matches the canonical
repository URL referenced by "repository.url" (i.e., use the GitHub URL for
rohitg00/agentmemory). Edit the "homepage" value to the corresponding
https://github.com/rohitg00/agentmemory (or change "repository.url" to
okwn/agentmemory if that is the intended canonical repo) to ensure both fields
are consistent.

In `@README.md`:
- Line 444: Update README count references to be consistent: search for numeric
mentions of "tools" and "endpoints" (e.g., the string "`@agentmemory/mcp`" /
"AGENTMEMORY_URL", occurrences of "51 tools", and "124 endpoints") and replace
stale values so they match the canonical metrics used in the updated lines —
specifically ensure the MCP description reflects "53 tools" when AGENTMEMORY_URL
points at a running agentmemory server (fallback "7 tools" locally) and update
any "124 endpoints" references to the current endpoint count used elsewhere in
the README.
🪄 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: 076543e4-faee-45d1-acbe-423b7d501f98

📥 Commits

Reviewing files that changed from the base of the PR and between 6939d4a and 83467a6.

📒 Files selected for processing (3)
  • AGENTS.md
  • README.md
  • package.json

Comment thread package.json
"node": ">=20.0.0"
}
},
"homepage": "https://github.com/okwn/agentmemory"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Homepage URL appears inconsistent with the package repository metadata.

homepage points to okwn/agentmemory, while repository.url points to rohitg00/agentmemory. If this package is published from the main repo, homepage should likely match that canonical URL.

Proposed fix
-  "homepage": "https://github.com/okwn/agentmemory"
+  "homepage": "https://github.com/rohitg00/agentmemory"
📝 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
"homepage": "https://github.com/okwn/agentmemory"
"homepage": "https://github.com/rohitg00/agentmemory"
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 85, Update package.json so the "homepage" field matches
the canonical repository URL referenced by "repository.url" (i.e., use the
GitHub URL for rohitg00/agentmemory). Edit the "homepage" value to the
corresponding https://github.com/rohitg00/agentmemory (or change
"repository.url" to okwn/agentmemory if that is the intended canonical repo) to
ensure both fields are consistent.

Comment thread README.md
The Codex plugin ships from the same `plugin/` directory as the Claude Code plugin. It registers:

- `@agentmemory/mcp` as an MCP server (proxies all 51 tools when `AGENTMEMORY_URL` points at a running agentmemory server; falls back to 7 tools locally when no server is reachable)
- `@agentmemory/mcp` as an MCP server (proxies all 53 tools when `AGENTMEMORY_URL` points at a running agentmemory server; falls back to 7 tools locally when no server is reachable)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Refresh all README count references to avoid conflicting docs.

Some count references were updated, but stale values remain (e.g., Line 821/Line 823 still mention 51 tools, Line 1244 still says 124 endpoints). Please make README counts consistent everywhere with the new metrics.

As per coding guidelines: "README.md: When adding or removing MCP tools or REST endpoints, update tool and endpoint counts in the documentation".

Also applies to: 466-466, 491-491, 1071-1071, 1278-1278

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 444, Update README count references to be consistent:
search for numeric mentions of "tools" and "endpoints" (e.g., the string
"`@agentmemory/mcp`" / "AGENTMEMORY_URL", occurrences of "51 tools", and "124
endpoints") and replace stale values so they match the canonical metrics used in
the updated lines — specifically ensure the MCP description reflects "53 tools"
when AGENTMEMORY_URL points at a running agentmemory server (fallback "7 tools"
locally) and update any "124 endpoints" references to the current endpoint count
used elsewhere in the README.

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