Add CLAUDE.md and /sync-claude-md skill for managing#4066
Open
vladvildanov wants to merge 3 commits into
Open
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) <noreply@anthropic.com>
🛡️ 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) <noreply@anthropic.com>
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
Documentation-only changes: adds repo guidance for Claude Code and updates spellcheck allowlist; no runtime behavior or APIs are modified.
Overview
Adds a new root
CLAUDE.mdthat documents the expected dev/test commands, pytest markers/options, and a high-level map of key subsystems (sync/async mirrors, commands/parsers, cluster/multidb, observability/auth).Introduces a new Claude slash-command spec,
/sync-claude-md(.claude/commands/sync-claude-md.md), which instructs future sessions to audit and updateCLAUDE.mdagainsttasks.py,tests/conftest.py, andpyproject.toml.Updates
.github/wordlist.txtwith additional allowed terms used in the new documentation.Reviewed by Cursor Bugbot for commit 6655535. Bugbot is set up for automated code reviews on this repo. Configure here.