Conversation
Absurdity Index is a satirical civic tech site that scores real congressional legislation on a 1-10 absurdity scale, tracking bills through Congress with humor and transparency.
There was a problem hiding this comment.
Pull request overview
Adds absurdityindex.org to this repository’s “Awesome llms.txt” directory so consumers can discover both the llms.txt and llms-full.txt endpoints.
Changes:
- Added
https://absurdityindex.org/llms.txtto the llms.txt JSON index. - Added
https://absurdityindex.org/llms-full.txtto the llms-full JSON index. - Added both links to the combined URL list and to the README directory.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| json/urls.json | Adds absurdityindex URLs to the global URL list (currently not kept in sorted order). |
| json/llms-txt.json | Adds absurdityindex llms.txt entry in alphabetical order. |
| json/llms-full.json | Adds absurdityindex llms-full.txt entry in alphabetical order. |
| README.md | Adds absurdityindex entries to the human-readable directory. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "https://absurdityindex.org/llms.txt", | ||
| "https://absurdityindex.org/llms-full.txt" |
There was a problem hiding this comment.
The newly added absurdityindex.org URLs are not in lexicographic order within this list (they’re appended at the end, after zbrain.ai). This breaks the existing sorted ordering of urls.json and also places llms.txt before llms-full.txt (elsewhere llms-full.txt typically comes first for the same host). Please move these entries to the correct sorted position near the other ab* URLs and keep the pair ordered consistently (full before non-full).
Summary
llms.txtandllms-full.txtare available:json/llms-txt.json- added llms.txt URL (sorted)json/llms-full.json- added llms-full.txt URL (sorted)json/urls.json- added both URLsREADME.md- added both entries in alphabetical order