Skip to content

Add ThatDeveloperGuy network (thatdevpro, thatdeveloperguy, thataiguy)#1084

Closed
Janady13 wants to merge 3 commits into
thedaviddias:mainfrom
Janady13:add-thatdevpro-network
Closed

Add ThatDeveloperGuy network (thatdevpro, thatdeveloperguy, thataiguy)#1084
Janady13 wants to merge 3 commits into
thedaviddias:mainfrom
Janady13:add-thatdevpro-network

Conversation

@Janady13

@Janady13 Janady13 commented May 24, 2026

Copy link
Copy Markdown

Adds 3 entries from the ThatDeveloperGuy network — all sites publish spec-compliant llms.txt files at the documented URLs.

  • ThatDeveloperGuy — SDVOSB veteran-owned parent agency, founded 2017
  • ThatDevPro — production studio brand, 14-tier Engine Optimization stack
  • ThatAIGuy — AI engineering services arm

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

  • New Features
    • Added three new curated website entries — ThatAIGuy, ThatDeveloperGuy, and ThatDevPro — to the public site catalog. Each entry includes domain, description, category, favicon, llmsTxtUrl, and publication date, expanding discoverability and providing richer metadata for users browsing the directory.

Review Change Stack

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.
@Janady13 Janady13 requested a review from thedaviddias as a code owner May 24, 2026 03:14
@vercel

vercel Bot commented May 24, 2026

Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the generated:websites-json Touches generated data/websites.json. label May 24, 2026
@coderabbitai

coderabbitai Bot commented May 24, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: fa4eb8ed-9e8d-4629-8af7-ee0be6d0d8e5

📥 Commits

Reviewing files that changed from the base of the PR and between 6ead579 and a008026.

📒 Files selected for processing (1)
  • data/websites.json
✅ Files skipped from review due to trivial changes (1)
  • data/websites.json

Walkthrough

Added three new website entries—ThatAIGuy, ThatDeveloperGuy, ThatDevPro—to data/websites.json, each including domain, description, llmsTxtUrl, category, favicon, and publishedAt fields.

Changes

Website Data Updates

Layer / File(s) Summary
Add three new website entries
data/websites.json
Inserted three new website objects (ThatAIGuy, ThatDeveloperGuy, ThatDevPro) with domain, description, llmsTxtUrl, category, favicon, and publishedAt fields.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

area:content, automerge:candidate, risk:low

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides detailed context about the three entries and the network, but fails to acknowledge the critical warning about data/websites.json being auto-generated and should not be edited. Add a note acknowledging that the PR violates the template requirement — data/websites.json is auto-generated and should not be edited directly; only .mdx files under packages/content/data/websites/ should be modified.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: adding three website entries from the ThatDeveloperGuy network to the data file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

These 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
data/websites.json (1)

5409-5417: ⚡ Quick win

Keep 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). Since scripts/generate-websites.ts sorts by name before writing data/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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a0f93b08-3e7a-4d1c-ae6a-0d036b5b0b8f

📥 Commits

Reviewing files that changed from the base of the PR and between e0f4bf9 and 6ead579.

📒 Files selected for processing (1)
  • data/websites.json

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread data/websites.json
Joseph W. Anady and others added 2 commits May 25, 2026 18:28
CodeRabbit flagged that Téléassistance was moved out of generator-consistent sorted order. Moving it back between Tavus and Television.AI where it originally lived. The 3 new ThatDeveloperGuy network entries (ThatAIGuy / ThatDeveloperGuy / ThatDevPro) remain in the correct alphabetical position between TensorZero and The AI Engineer's Handbook.

@thedaviddias thedaviddias left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please read the instructions in README and CONTRIBUTING.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

generated:websites-json Touches generated data/websites.json.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants