-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add homepage field to package.json #664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -81,5 +81,6 @@ | |||||
| }, | ||||||
| "engines": { | ||||||
| "node": ">=20.0.0" | ||||||
| } | ||||||
| }, | ||||||
| "homepage": "https://github.com/okwn/agentmemory" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Homepage URL appears inconsistent with the package repository metadata.
Proposed fix- "homepage": "https://github.com/okwn/agentmemory"
+ "homepage": "https://github.com/rohitg00/agentmemory"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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