Add CLAUDE.md and /sync-claude-md skill for managing#4066
Merged
Conversation
Adds an orienting CLAUDE.md for future Claude Code sessions, plus a project-level slash command that audits and refreshes it against the current repo state. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Adds the technical terms used in CLAUDE.md (mixins, parsers, enums, pybreaker, EntraID, JWT, etc.) so the pyspelling job passes. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
petyaslavova
added a commit
that referenced
this pull request
May 26, 2026
* Add CLAUDE.md and /sync-claude-md skill Adds an orienting CLAUDE.md for future Claude Code sessions, plus a project-level slash command that audits and refreshes it against the current repo state. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> * Updated wordlist * Add CLAUDE.md vocabulary to spellcheck wordlist Adds the technical terms used in CLAUDE.md (mixins, parsers, enums, pybreaker, EntraID, JWT, etc.) so the pyspelling job passes. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> --------- Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]> Co-authored-by: petyaslavova <[email protected]>
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.
Adds an orienting CLAUDE.md for future Claude Code sessions, plus a project-level slash command that audits and refreshes it against the current repo state.
Description of change
Please provide a description of the change here.
Pull Request check-list
Please make sure to review and check all of these items:
NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Note
Low Risk
Low risk documentation-only change that doesn’t affect runtime behavior; main risk is guidance becoming stale or slightly inaccurate.
Overview
Adds a new top-level
CLAUDE.mdthat documents repo-specific workflows (commoninvoketasks, pytest options/markers) and provides a high-level architecture orientation for key subsystems.Introduces a
.claude/commands/sync-claude-md.mdslash command that audits and updatesCLAUDE.mdagainst the current repo state, and extends.github/wordlist.txtwith project terms (e.g.,EntraID,JWT,mixins) to reduce spelling/lint noise.Reviewed by Cursor Bugbot for commit 123218b. Bugbot is set up for automated code reviews on this repo. Configure here.