Skip to content

Add CLAUDE.md with codebase guidance for AI assistants#1

Merged
marksmith1994 merged 2 commits into
masterfrom
claude/add-claude-documentation-MabfT
May 20, 2026
Merged

Add CLAUDE.md with codebase guidance for AI assistants#1
marksmith1994 merged 2 commits into
masterfrom
claude/add-claude-documentation-MabfT

Conversation

@marksmith1994

Copy link
Copy Markdown
Owner

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

claude added 2 commits May 20, 2026 22:22
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
@marksmith1994 marksmith1994 merged commit d224132 into master May 20, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants