docs: add CLAUDE.md agent guidelines for express-openid-connect#859
Open
jd3vi1 wants to merge 2 commits into
Open
docs: add CLAUDE.md agent guidelines for express-openid-connect#859jd3vi1 wants to merge 2 commits into
jd3vi1 wants to merge 2 commits into
Conversation
Add AI-agent guidelines generated by the generating-claude-md skill: a lean root CLAUDE.md (single source of truth), a thin AGENTS.md that imports it for non-Claude tools, and six references/*.md offload files.
jd3vi1
force-pushed
the
claude-md-guidelines
branch
from
July 22, 2026 11:24
73b32c7 to
e87b9e0
Compare
jd3vi1
marked this pull request as ready for review
July 24, 2026 06:53
sanchitmehtagit
approved these changes
Jul 24, 2026
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 AI-agent guidelines for express-openid-connect — a lean, guardrail-first
CLAUDE.mdplus a thinAGENTS.mdthat points to it, generated by thegenerating-claude-mdskill and validated against the repo.CLAUDE.md(157 lines) — persona, working principles, project overview/structure, three-tier Boundaries, Security, and one-line anchors intoreferences/.AGENTS.md— imports@./CLAUDE.mdso non-Claude tools (Codex CLI, Gemini CLI) share the same guidance.references/*.md— full detail offloaded on demand:commands,testing,code-style,git-workflow,pitfalls,docs-update.What detection surfaced (express-openid-connect specific)
openid-clientv6,jose,joi) — persona reflects an SDK engineer treating thelib/config.jsJoi schema andindex.jsexports as the public contract, with session/cookie and OIDC-flow correctness front of mind.Auth0-Clienttelemetry header (base64{name,version,env}, set inlib/client.js/lib/context.js, opt-out viaenableTelemetry) → Always-Do boundary scoped to new outbound OIDC request paths throughcreateCustomFetch, preserving the opt-out.npm run testsuite is unit-only (test/setup.jsdisables outbound network vianock); the slowerend-to-end/tier runs Puppeteer against a localoidc-providerwith test-only creds, so there's no Ask-First credentialed-test rule.response_type: id_token(Implicit + Form Post), PKCE/state/nonce on the code flow viaopenid-client,RS256default (nonerejected), encryptedhttpOnlysession cookies (lib/appSession.js+lib/crypto.js), secrets from env → in Security, not the persona.index.d.ts+.version— types and version sources that drift easily → keep-in-sync boundaries and a pitfall.README.md/EXAMPLES.md/examples//index.d.ts;CHANGELOG.mdand the version-specific migration guides intentionally not tracked.singleQuote,printWidth: 80, unix line endings) enforced via apretty-quickpre-commit hook + CI lint → CI-enforced style guardrail.Validation
Filesystem validation pass: every cited path, every
package.jsonscript / CI job, and everyreferences/*.mdpointer (6/6) verified to exist in the repo — no invented tooling.Generated by the
generating-claude-mdskill.