Add CLAUDE.md with codebase guidance for AI assistants#1
Merged
Conversation
Documents dev commands, service/caching patterns, CSS architecture, dark mode implementation, and deployment pipeline. Also unignores CLAUDE.md in .gitignore so it can be tracked alongside README.md. https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN
- Fix email env var naming: README now documents Email__GmailAddress / Email__GmailPassword using ASP.NET Core's __ convention so vars are correctly mapped from .env / Azure App Settings to IConfiguration - Add optional GitHub__Token support to GitHubService; bumps API rate limit from 60 to 5,000 req/hr when a PAT is configured - Improve og:image to use profile photo instead of favicon; upgrade twitter:card to summary_large_image for richer social previews - Add pull_request trigger to GitHub Actions workflow with deploy job guarded by `if: github.event_name != 'pull_request'` so PRs get a build check but don't trigger a deployment - Add MyPortfolio.Tests project (xUnit + Moq) with 13 tests covering GitHubService and F1Service: cache hits, API failures, fork filtering, star ordering, cache invalidation, and schedule date logic https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN
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.
Documents dev commands, service/caching patterns, CSS architecture,
dark mode implementation, and deployment pipeline. Also unignores
CLAUDE.md in .gitignore so it can be tracked alongside README.md.
https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN