Add ThatDeveloperGuy network (thatdevpro, thatdeveloperguy, thataiguy)#1084
Add ThatDeveloperGuy network (thatdevpro, thatdeveloperguy, thataiguy)#1084Janady13 wants to merge 1 commit into
Conversation
Adds: - ThatDeveloperGuy (parent agency, founded 2017) - ThatDevPro (production studio brand) - ThatAIGuy (AI engineering arm) All three sites ship spec-compliant llms.txt files. Studio publishes the open-source aio-surfaces toolkit (MIT) at github.com/Janady13/aio-surfaces.
|
Someone is attempting to deploy a commit to the David Dias Digital's projects Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughUpdated ChangesWebsite Data Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsThese MCP integrations need to be re-authenticated in the Integrations settings: Linear 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 Warning |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
data/websites.json (1)
5409-5417: ⚡ Quick winKeep this entry in generator-consistent sorted order.
"Téléassistance Sénior"appears manually relocated out of the name-sorted flow (see Line 5409 onward). Sincescripts/generate-websites.tssorts bynamebefore writingdata/websites.json, this placement is likely to cause unnecessary diff churn on the next regeneration.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@data/websites.json` around lines 5409 - 5417, The entry for "Téléassistance Sénior" is out of the name-sorted order and will be shuffled by scripts/generate-websites.ts on regeneration; move this JSON object so its "name" field fits alphabetically among the other entries (maintaining the full object exactly as shown, including "llmsTxtUrl", "category", "favicon", and "publishedAt") to restore generator-consistent ordering and avoid unnecessary diffs.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@data/websites.json`:
- Around line 5409-5417: The entry for "Téléassistance Sénior" is out of the
name-sorted order and will be shuffled by scripts/generate-websites.ts on
regeneration; move this JSON object so its "name" field fits alphabetically
among the other entries (maintaining the full object exactly as shown, including
"llmsTxtUrl", "category", "favicon", and "publishedAt") to restore
generator-consistent ordering and avoid unnecessary diffs.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6ead5792fe
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "name": "ThatAIGuy", | ||
| "domain": "https://thataiguy.org", | ||
| "description": "AI engineering services from the ThatDeveloperGuy network. Custom cognitive architectures, federated AI systems, AI search engine integration, RAG and agent automation.", | ||
| "llmsTxtUrl": "https://thataiguy.org/llms.txt", | ||
| "category": "ai-ml", |
There was a problem hiding this comment.
Add matching MDX sources for new websites
Do not add entries directly to this file: data/websites.json is generated from packages/content/data/websites/*.mdx (scripts/generate-websites.ts) and is periodically regenerated by .github/workflows/update-websites-json.yml. Since this commit only edits the generated JSON and adds no corresponding MDX files, these new sites will be dropped on the next regeneration and won’t propagate to other MDX-derived artifacts, so the change is not durable.
Useful? React with 👍 / 👎.
Adds 3 entries from the ThatDeveloperGuy network — all sites publish spec-compliant llms.txt files at the documented URLs.
The network also publishes the aio-surfaces open-source toolkit (MIT) which generates llms.txt + aeo.json + entity.json + brand.json from a single site config — useful tooling for anyone implementing the llms.txt spec.
Studio: thatdevpro.com · Maintainer: Joseph W. Anady (ORCID 0009-0008-8625-949X).
Summary by CodeRabbit