docs: enhance CLAUDE.md with comprehensive development guidance#1
Draft
cssjr wants to merge 3 commits into
Draft
docs: enhance CLAUDE.md with comprehensive development guidance#1cssjr wants to merge 3 commits into
cssjr wants to merge 3 commits into
Conversation
- Add proper file header for Claude Code - Fix typo in Project Overview - Add Architecture Details section with request flow and cluster types - Document infrastructure scopes (global, geography, regional) - Add comprehensive Common Development Commands section - Document E2E testing framework and best practices - Add Important Development Notes for critical patterns - Include references to operational documentation
- Add Prerequisites section with required tools and authentication - Add VSCode Remote Containers setup guide with macOS colima instructions - Fix EKS → AKS typo in Deployments section - Clarify personal-dev-env vs local-pers-dev-env distinction - Add Configuration Materialization section for templatize system - Document make materialize and verify-materialize commands
- Added Admin API and Sessiongate component descriptions - Added Admin API development workflow section - Updated Service Cluster components list - Added architecture diagram reference - Updated Go workspace modules list Co-Authored-By: Claude Sonnet 4.5 <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.
Summary
This PR significantly expands CLAUDE.md to provide comprehensive guidance for Claude Code when working in this repository.
Changes
Key Sections Added
This provides Claude Code with the multi-file architectural understanding needed to be productive in this codebase without duplicating content easily discoverable in individual component READMEs.