Add AutomaDocs to Tool Collection#89
Open
forbiddenlink wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds AutomaDocs to the README’s Tool Collection list, intended to expand the catalog of documentation-related tools.
Changes:
- Added a new Tool Collection entry for AutomaDocs in
README.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
336
to
+337
| - [Awesome Design Tools](https://github.com/goabstract/Awesome-Design-Tools) | ||
| - [AutomaDocs](https://automadocs.com) - AI documentation platform for GitHub repos. Tree-sitter AST chunking, Claude generation, hybrid retrieval (BM25 + Pinecone vector). Webhook-driven selective regeneration on every push so docs stay in sync with code. |
|
|
||
| - [adr-tools](https://github.com/npryce/adr-tools) | ||
| - [Awesome Design Tools](https://github.com/goabstract/Awesome-Design-Tools) | ||
| - [AutomaDocs](https://automadocs.com) - AI documentation platform for GitHub repos. Tree-sitter AST chunking, Claude generation, hybrid retrieval (BM25 + Pinecone vector). Webhook-driven selective regeneration on every push so docs stay in sync with code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi maintainers,
Adding AutomaDocs to the Tool Collection section, alphabetically between Awesome Design Tools and Bluehawk.
What it does: AI documentation platform for GitHub repos. Tree-sitter AST chunking + Claude generation + hybrid retrieval (BM25 + Pinecone vector + RRF) with inline file:line citations.
Sibling fits in the same section: PitchDocs (also AI-powered code documentation generator), Trupeer (AI screen-recording → docs), readme.so.
Differentiator: webhook-driven selective regeneration on every git push (only re-processes changed chunks), so docs stay in sync with the code without a manual rebuild step.
Live examples (real OSS projects, no signup required):
Free tier: 1 public repo + 10 generations/month, no credit card.
I read CONTRIBUTING.md and added the entry alphabetically. Happy to reword, move, or close if it is not a fit.
Thanks for maintaining this list.
— Liz