add braindb to See also - #4
Conversation
Review Summary by QodoAdd braindb to See also section
WalkthroughsDescription• Add braindb to See also section • Includes link to dimknaf/braindb implementation • Maintains existing comma-separated format Diagramflowchart LR
A["See also list"] -- "append braindb link" --> B["Updated See also with three entries"]
File Changes1. README.md
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📜 Recent review details🔇 Additional comments (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates the README.md file to add a new reference to the ChangesREADME Documentation Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include a link to the braindb repository in the 'See also' section. The reviewer suggested improving the readability and maintainability of this section by converting the single-line list into an alphabetized bulleted list.
| Unofficial community implementation of the workflow from [Karpathy's LLM Wiki idea](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f). The value here is the reusable workflow, prompt structure, and battle-tested knowledge-compilation rules. | ||
|
|
||
| See also: [lucasastorian/llmwiki](https://github.com/lucasastorian/llmwiki), [atomicmemory/llm-wiki-compiler](https://github.com/atomicmemory/llm-wiki-compiler). | ||
| See also: [lucasastorian/llmwiki](https://github.com/lucasastorian/llmwiki), [atomicmemory/llm-wiki-compiler](https://github.com/atomicmemory/llm-wiki-compiler), [dimknaf/braindb](https://github.com/dimknaf/braindb). |
There was a problem hiding this comment.
As the list of related projects grows, the single-line format becomes difficult to read and maintain due to excessive line length. Converting this to an alphabetized bulleted list improves readability and follows common Markdown practices for maintainability.
| See also: [lucasastorian/llmwiki](https://github.com/lucasastorian/llmwiki), [atomicmemory/llm-wiki-compiler](https://github.com/atomicmemory/llm-wiki-compiler), [dimknaf/braindb](https://github.com/dimknaf/braindb). | |
| See also: | |
| - [atomicmemory/llm-wiki-compiler](https://github.com/atomicmemory/llm-wiki-compiler) | |
| - [dimknaf/braindb](https://github.com/dimknaf/braindb) | |
| - [lucasastorian/llmwiki](https://github.com/lucasastorian/llmwiki) |
|
Thanks for the PR, and braindb looks like a solid take on the pattern. Going to pass though: See also is a short curated list I maintain myself, not something open to submissions. Happy to revisit as the project grows. |
appends
dimknaf/braindbto theSee alsocomma-list at the bottom of the Inspired By section. one-character precision edit, matches the existing format exactly.braindb is another implementation of Karpathy's wiki pattern — server-shaped (Postgres + pgvector + REST API + maintainer agent) where the existing See-also entries are CLI / MCP. fits the same audience.
— @dimknaf