Skip to content

feat: make the site AI-agent readable#6

Merged
HustleCoding merged 1 commit into
masterfrom
devin/ai-agent-readable
Jul 13, 2026
Merged

feat: make the site AI-agent readable#6
HustleCoding merged 1 commit into
masterfrom
devin/ai-agent-readable

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Makes the whole site readable to AI agents, so the changelog.html URL can be dropped into a coding agent and it can see what changed and whether the local environment needs updating.

  • generate.py (and extract-data.js) now generates changelog.html, changelog.md, and llms-full.txt from changelog.json and index.html data.
  • changelog.html is pre-rendered with all entries in the HTML, so agents that fetch the page without executing JS can still parse the full changelog.
  • Added llms.txt at the root with site context and pointers to the AI-readable endpoints.
  • Added llms-full.txt with the complete pstack guide (playbooks, skills, principles, model roles) plus the latest upstream changelog.
  • Added changelog.md as a plain Markdown alternate.
  • Added robots.txt and sitemap.xml for discovery.
  • Updated sync-pstack.yml to run generate.py after each sync, then commit the regenerated changelog.json, changelog.html, changelog.md, and llms-full.txt.
  • index.html now links to llms.txt for agent discovery.

Example agent prompt now works:

"Take a look at https://hustlecoding.github.io/pstack-explained/changelog.html and let me know if something has changed inside the pstack repo and if we need to add something new to our env."

Link to Devin session: https://app.devin.ai/sessions/041012c8528a46e2955cb099dd3b4eb4
Requested by: @HustleCoding

@HustleCoding HustleCoding self-assigned this Jul 13, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@HustleCoding
HustleCoding merged commit c7c26fc into master Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant