update rules

This commit is contained in:
2026-04-19 12:38:51 +03:00
parent 985d7e0afa
commit 2f7424d50f
3 changed files with 64 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
> All shared rules (commands, architecture, conventions) live in [AGENTS.md](AGENTS.md) and apply here as well.
## Claude CodeSpecific Notes
- This is a greenfield project — the `WeatherForecast` endpoint in `Program.cs` is a template placeholder and can be replaced entirely.
- There is no database, auth, or domain layer yet; add these incrementally as features are defined.
- REST Client test file: `GymLogAI.API/GymLogAI.API.http` — keep it updated when endpoints change.