docs: add comprehensive CLAUDE.md / AGENTS.md for the templates repo#1
Merged
Conversation
…ions Expands the root AGENTS.md (symlinked as CLAUDE.md) from a single-line redirect into a full reference covering template layout, variants, dev workflow, key files, EmDash conventions, template-specific notes, CI, available skills, and docs MCP server. https://claude.ai/code/session_016pBD7iYqFuGuAMEjd5a93v
- Add account_id and database_id to wrangler.jsonc (required by wrangler) targeting existing crosbynews-db D1 and crosbynews-media R2 resources - Add deploy-blog-cloudflare.yml workflow: builds and deploys on push to main when blog-cloudflare/ files change, also triggerable manually Requires CLOUDFLARE_API_TOKEN secret to be added to the repo settings. https://claude.ai/code/session_016pBD7iYqFuGuAMEjd5a93v
The package.json already defines "deploy": "astro build && wrangler deploy", so there's no need for a separate build step in CI. https://claude.ai/code/session_016pBD7iYqFuGuAMEjd5a93v
Combines account_id from feature branch with database_id from main. https://claude.ai/code/session_016pBD7iYqFuGuAMEjd5a93v
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AGENTS.md(symlinked asCLAUDE.md) from a single-line redirect into a comprehensive AI-assistant referenceWhat's documented
pnpm install→npx emdash dev→pnpm typecheck/pnpm buildastro.config.mjs,seed/seed.json,emdash-env.d.ts,src/live.config.ts,Base.astroentry.idvsentry.data.id), cache hints, taxonomy name matching, parallel queries, slug decodingTest plan
AGENTS.md/CLAUDE.mdand confirm both reflect the new content (they are symlinked)astro.config.mjs,package.json, andseed/seed.jsonin a representative templatehttps://claude.ai/code/session_016pBD7iYqFuGuAMEjd5a93v
Generated by Claude Code