Skip to content

Fix: correct data paths in AI systems section#1

Open
oatsandsugar wants to merge 1 commit into
urubos:mainfrom
oatsandsugar:fix/ai-systems-data-paths
Open

Fix: correct data paths in AI systems section#1
oatsandsugar wants to merge 1 commit into
urubos:mainfrom
oatsandsugar:fix/ai-systems-data-paths

Conversation

@oatsandsugar

@oatsandsugar oatsandsugar commented Apr 24, 2026

Copy link
Copy Markdown

Found this error when throwing my agents at the site

Summary

The "For AI systems" section describes file paths that don't exist in the repo:

  • catalog/schema.json — 404
  • catalog/stories/ — 404
  • catalog/ideas/ — 404
  • taxonomy/*.json — 404

The actual structure is:

  • data/catalog.json — single JSON file with stories, ideas, and taxonomy top-level keys
  • stories/{slug}.html — individual story pages
  • ideas/{slug}.html — individual idea pages
  • data/search-index.json — pre-built search index

Updated the description to match what's actually there so agents and retrieval systems can find the data.

catalog/schema.json, catalog/stories/, catalog/ideas/, and taxonomy/*.json
don't exist — all data lives in data/catalog.json (stories, ideas, taxonomy
keys), with individual pages at stories/{slug}.html and ideas/{slug}.html.
@oatsandsugar oatsandsugar force-pushed the fix/ai-systems-data-paths branch from 8422852 to 4e98599 Compare April 24, 2026 22:38
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