docs: point "Who is using Rig?" to awesome-rig - #2480
Open
gold-silver-copper wants to merge 1 commit into
Open
gold-silver-copper wants to merge 1 commit into
gold-silver-copper wants to merge 1 commit into
Conversation
Replace the per-project list in the root and rig-core READMEs with a short summary of what people build with Rig and a single link to awesome-rig, which already lists every project that was here.
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.
Description
The "Who is using Rig?" section in the root README and in
crates/rig-core/README.mdhad grown into a per-project list that duplicated awesome-rig. This replaces it with a two-paragraph section: one sentence summarising the kinds of things people build with Rig, and a single link to awesome-rig as the place to explore and add projects.The heading and its
#who-is-using-riganchor are unchanged, so the table of contents and the CHANGELOG reference still resolve. No images belonged to the section, so no assets were removed.Before (root README, abbreviated):
After:
The categories in the summary are drawn from the projects actually listed in the old section and in awesome-rig (coding agents such as VT Code, assistants such as Ironclaw and Con, RAG and search such as Cairnify and deepwiki-rs, memory such as Cortex Memory, orchestration frameworks such as graph-flow and coral-rs, and production users St. Jude, ilert, and Dria).
Changelog
None
Migration
None
Testing
nowledge-co/con, awesome-rig listsnowledge-co/con-terminal.https://github.com/0xPlaygrounds/awesome-rigreturns 200.lycheeor markdown-lint job exists in CI, so no link-check workflow to run.Checklist:
CHANGELOG.mdorMIGRATING.md(they are generated at release)Notes
Docs-only. The rig-core README is the crates.io readme for
rig-core, so the shorter section will show there on the next release.