Skip to content

docs: refresh current project stats#330

Open
honor2030 wants to merge 2 commits into
rohitg00:mainfrom
honor2030:docs/refresh-agentmemory-stats
Open

docs: refresh current project stats#330
honor2030 wants to merge 2 commits into
rohitg00:mainfrom
honor2030:docs/refresh-agentmemory-stats

Conversation

@honor2030
Copy link
Copy Markdown

@honor2030 honor2030 commented May 13, 2026

Summary

  • Refresh stale AGENTS.md stats from v0.8.9 to v0.9.11
  • Update README and test-count SVG badges from 827/800 to the current 877-test suite
  • Keep MCP/REST counts aligned with current source: 51 MCP tools and 107 REST endpoints

Evidence

  • PATH=/opt/homebrew/bin:$PATH npx tsx -e "import { getAllTools } from './src/mcp/tools-registry.ts'; console.log('mcp_tools', getAllTools().length);"mcp_tools 51
  • src/index.ts endpoint log currently reports 107 REST
  • PATH=/opt/homebrew/bin:$PATH npm test -- --reporter=basic81 passed, 877 passed

Test Plan

  • PATH=/opt/homebrew/bin:$PATH npm test -- --reporter=basic
  • python3 stale-stats check for old 699, 827, 800, v0.8.9, 44 MCP tools, 104 REST endpoints
  • git diff --check

Refs docs hygiene follow-up; does not change runtime behavior.

Summary by CodeRabbit

Release Notes

  • Documentation
    • Updated test count metrics to 877 passing tests and refreshed the npm test comment
    • Updated project version to v0.9.11
    • Updated MCP tools and REST endpoint counts (including badges) and refreshed consolidated project summary

Review Change Stack

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

@honor2030 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

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a511dcf6-f5a9-4183-9fb7-6958dd59fe31

📥 Commits

Reviewing files that changed from the base of the PR and between 197907a and 9a2d7f9.

📒 Files selected for processing (1)
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • README.md

📝 Walkthrough

Walkthrough

Updates project statistics documentation across AGENTS.md and README.md. AGENTS.md "Current Stats" section upgrades from v0.8.9 to v0.9.11 with revised tool, endpoint, and test counts. README badges and inline comments update test totals from 827 to 877 and REST endpoints from 104 to 107.

Changes

Project Statistics Update

Layer / File(s) Summary
Version and test count metrics across docs
AGENTS.md, README.md
AGENTS.md Current Stats section replaces v0.8.9 with v0.9.11 and updates MCP tools, REST endpoints, hooks/skills, and test counts. README updates the "tests passing" badge from 827 to 877, updates the consolidated project summary line from 800 to 877 tests, adjusts the REST endpoints badge from 104 to 107, and changes the npm test inline comment to report 877 tests.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

"A rabbit stamps and gives a cheer,
Numbers hopped up, the stats are clear,
From eight-two-seven to eight-seven-seven,
v0.9.11 nudges docs to heaven,
A tiny hop for happier devs!"

🚥 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 title 'docs: refresh current project stats' directly and clearly summarizes the main change: updating documentation with current project statistics.
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

@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: 1

🤖 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 `@README.md`:
- Line 910: The README badge showing "104 endpoints" is stale; update the badge
text/count in README.md to match the current number of REST endpoints (change
"104 endpoints" to "107 endpoints") and ensure the same source-of-truth changes
were applied: verify triggers/api.ts has the new endpoints registered and
index.ts contains the updated endpoint count in its log line so all three places
(triggers/api.ts, index.ts, and README.md) remain consistent.
🪄 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: 49b8c316-a7c6-4a38-be93-0ebf82ca45bc

📥 Commits

Reviewing files that changed from the base of the PR and between cba234d and 197907a.

⛔ Files ignored due to path filters (2)
  • assets/tags/light/stat-tests.svg is excluded by !**/*.svg
  • assets/tags/stat-tests.svg is excluded by !**/*.svg
📒 Files selected for processing (2)
  • AGENTS.md
  • README.md

Comment thread README.md
| Custom plugin systems | `iii worker add <name>` |

**118 source files · ~21,800 LOC · 800 tests · 123 functions · 34 KV scopes** — all on three primitives. No `agentmemory plugin install`. The plugin system is iii itself.
**118 source files · ~21,800 LOC · 877 tests · 123 functions · 34 KV scopes** — all on three primitives. No `agentmemory plugin install`. The plugin system is iii itself.
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 | 🟡 Minor | ⚡ Quick win

Stats refresh is incomplete: REST endpoint badge is still stale.

After this update, README still shows 104 endpoints at Line 155, while the document now states 107 endpoints at Line 1021. Please update the badge text/count to keep the public metrics consistent.

Based on learnings: "When adding REST endpoints, update: triggers/api.ts (endpoint registration), index.ts (endpoint count in log line), and README.md (endpoint count)".

🤖 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 910, The README badge showing "104 endpoints" is stale;
update the badge text/count in README.md to match the current number of REST
endpoints (change "104 endpoints" to "107 endpoints") and ensure the same
source-of-truth changes were applied: verify triggers/api.ts has the new
endpoints registered and index.ts contains the updated endpoint count in its log
line so all three places (triggers/api.ts, index.ts, and README.md) remain
consistent.

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