Skip to content

chore: viral gist callout + crop banner whitespace#142

Merged
rohitg00 merged 2 commits intomainfrom
chore/viral-gist-banner-crop
Apr 14, 2026
Merged

chore: viral gist callout + crop banner whitespace#142
rohitg00 merged 2 commits intomainfrom
chore/viral-gist-banner-crop

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented Apr 14, 2026

Two cosmetic README changes.

1. Viral gist callout

Added a one-line sub-credit under the existing tagline linking to the design doc gist: https://gist.github.com/rohitg00/2067ab416f7bbe447c1977edaaa681e2

The gist extends Karpathy's LLM Wiki concept with confidence scoring, lifecycle management, knowledge graphs, and hybrid search — which is essentially the spec agentmemory implements. Giving readers immediate context on the lineage makes the `43 MCP tools / 12 auto hooks / 0 external DBs` stat row land better because they know why those things exist.

Current stats: 669 stars / 91 forks in ~3 days. Crediting it at the top of the README converts some of that gist traffic back into agentmemory repo traffic.

2. Banner crop

Cropped `assets/banner.png` from 930x512 → 930x332 (removed ~70px of dead space from the top and ~110px from the bottom). Visual confirmation: the `agentmemory` wordmark, the "Persistent memory for AI coding agents" tagline, the orange underline, and the top portion of the neural-network graphic are all fully intact. New aspect ratio is ~2.8:1 which renders as a proper cinematic header on the GitHub repo page instead of the current letterbox with two fat black bars.

The existing `<img width="720">` attribute still works — display width is unchanged, the image just no longer wastes vertical space.

Test plan

  • `magick identify assets/banner.png` reports 930x332
  • `grep banner.png README.md` shows only one reference (unchanged `width=720`)
  • Gist link is a literal URL in the README sub-line
  • After merge, spot-check github.com/rohitg00/agentmemory renders the shorter banner and the gist line above the fold (manual)

No code changed. No version bump.

Summary by CodeRabbit

  • Documentation
    • Added a centered badge/link to the design document (showing star/fork counts) near the top of the README.
    • Added a centered subtitle describing that the design doc extends Karpathy’s LLM Wiki pattern with confidence scoring, lifecycle, knowledge graphs, and hybrid search, noting agentmemory as the implementation.

- README: new sub-line under the tagline crediting the design doc
  gist at 669 stars / 91 forks, with a link. The gist extends
  Karpathy's LLM Wiki pattern with confidence scoring, lifecycle,
  knowledge graphs, and hybrid search — it's the spec agentmemory
  implements, so readers get context on what they're looking at.
- assets/banner.png: cropped from 930x512 to 930x332 (removed
  ~70px dead space from the top and ~110px from the bottom).
  The wordmark, tagline, orange underline, and top of the neural
  network graphic are all intact. Aspect ratio is now ~2.8:1
  which renders better in the GitHub repo header.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 14, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a0be82af-7ec0-445e-b5b1-c15398871146

📥 Commits

Reviewing files that changed from the base of the PR and between 5d1f094 and 4c2fe3f.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

Two centered elements were added near the top of README.md: a badge/link to the design-doc gist showing star/fork counts, and a centered subtitle describing that the gist extends Karpathy’s LLM Wiki pattern with confidence scoring, lifecycle, knowledge graphs, and hybrid search (agentmemory implementation).

Changes

Cohort / File(s) Summary
Documentation
README.md
Added two centered elements beneath the banner: (1) a badge/link to the design-doc GitHub gist displaying star/fork counts, and (2) a centered subtitle describing the gist as an extension of Karpathy’s LLM Wiki pattern with confidence scoring, lifecycle, knowledge graphs, and hybrid search (agentmemory).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Beneath the banner, gleams a link,

Stars and forks that make me think,
A gist that maps the memory trail,
With graphs and scores and hybrid sail,
Hop, read, and let the notes prevail.

🚥 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 describes the two main changes: adding a gist callout/link and cropping the banner whitespace. It's concise, specific, and directly related to the changeset.
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/viral-gist-banner-crop

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.

🧹 Nitpick comments (1)
README.md (1)

11-11: Avoid hardcoded star/fork counts in README copy.

The 669 stars / 91 forks value will become stale quickly. Prefer timeless wording (or a dynamic badge) to avoid trust drift.

Suggested copy tweak
-  <sub>The design doc behind agentmemory went viral: <a href="https://gist.github.com/rohitg00/2067ab416f7bbe447c1977edaaa681e2"><b>669 stars / 91 forks</b> on the gist</a> extending Karpathy's LLM Wiki pattern with confidence scoring, lifecycle, knowledge graphs, and hybrid search.</sub>
+  <sub>The design doc behind agentmemory: <a href="https://gist.github.com/rohitg00/2067ab416f7bbe447c1977edaaa681e2"><b>popular gist</b></a> extending Karpathy's LLM Wiki pattern with confidence scoring, lifecycle, knowledge graphs, and hybrid search.</sub>
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 11, Replace the hardcoded "669 stars / 91 forks" copy in
the README line containing "The design doc behind agentmemory ..." and its
anchor link with a timeless phrasing or a dynamic badge; locate the exact string
"669 stars / 91 forks" and either remove the numeric counts (e.g., "popular
gist" or "view the gist") or replace them with a badge/embed that reads live
counts, ensuring the anchor link remains intact and the sentence still
references the gist URL.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.md`:
- Line 11: Replace the hardcoded "669 stars / 91 forks" copy in the README line
containing "The design doc behind agentmemory ..." and its anchor link with a
timeless phrasing or a dynamic badge; locate the exact string "669 stars / 91
forks" and either remove the numeric counts (e.g., "popular gist" or "view the
gist") or replace them with a badge/embed that reads live counts, ensuring the
anchor link remains intact and the sentence still references the gist URL.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7a178ad4-9818-4d3e-bc25-77ea4940f461

📥 Commits

Reviewing files that changed from the base of the PR and between f72c7a5 and 5d1f094.

⛔ Files ignored due to path filters (1)
  • assets/banner.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • README.md

Previous sub-line was buried as gray <sub>, practically invisible
next to the npm/tests/license badges. Replace with a for-the-badge
style shield in #FF6B35 (matches the orange underline in the banner)
so it catches the eye the moment the page loads. Caption stays as
<sub> underneath for people who want the context.
@rohitg00 rohitg00 merged commit 3452c9b into main Apr 14, 2026
2 of 3 checks passed
@rohitg00 rohitg00 deleted the chore/viral-gist-banner-crop branch April 14, 2026 22:13
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