docs: add CLAUDE.md guidance for AI assistants#13
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019zWjgFjCupJNvARzcFETtR
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
There was a problem hiding this comment.
Pull request overview
Adds a new CLAUDE.md document to guide Claude Code usage in this repo, explicitly deferring to AGENTS.md as the canonical cross-agent guardrail source (Security Scan gate expectations and secrets-via-Worker-Env rule).
Changes:
- Introduces
CLAUDE.mdwith required-first-read guidance pointing toAGENTS.md. - Documents the repo’s core commands (dev/deploy/test/typecheck/security/release verification) and CI/CD entry points.
- Summarizes the Worker’s architecture/contracts (
/health,/exchange, response envelope/headers, logging schema, in-isolate caches, bindings).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Adds a
CLAUDE.mdat the repo root that points toAGENTS.mdas the canonical agent guide (Security Scan gate, secrets-via-Env rule) and complements it with:release:verify, and the KPI/readiness audit tooling. Notes explicitly that no lint script exists inpackage.jsonrather than inventing one.src/index.ts) with its/healthand/exchangeroutes, the OIDC-to-installation-token exchange flow, the contract-tested response envelope and headers, the structuredhttp_requestlog schema feeding the KPI pipeline, in-isolate caches, andwrangler.tomlvars/secrets (no KV/D1/queue bindings).🤖 Generated with Claude Code
https://claude.ai/code/session_019zWjgFjCupJNvARzcFETtR
Generated by Claude Code