Dev Log
Created the dev log page and enforced logging for all agents
What was done
- Added
devlogcontent collection tosrc/content/config.tswith schema: title, date, author, authorType (human/bot), tags, summary - Created
src/pages/log/index.astro— public-facing page listing all work entries in reverse chronological order - Created
CLAUDE.mdat project root with mandatory logging rules for all AI agents
Why
Ryan requested a transparent log of all work done on the site — both by bots and humans. This builds trust and provides an audit trail. The log page is publicly visible on the site, reinforcing the “transparency” positioning.
Files created
src/content/config.ts(modified — added devlog collection)src/content/devlog/(new directory)src/pages/log/index.astro(new page)CLAUDE.md(new — project rules)