Add CLAUDE.md with codebase guidance for Claude Code - #8
Conversation
Documents build/test commands, API endpoint mapping, and key architectural decisions to help Claude Code work effectively in this repo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
There was a problem hiding this comment.
Code Review
This pull request introduces a CLAUDE.md file containing development commands, architectural details, and key design decisions to guide Claude Code. The reviewer identified a minor inconsistency in the API endpoints table, noting that the parameter name for the StationData method should be updated to match the actual Go function signature.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| | Method | Endpoint | Returns | | ||
| |---|---|---| | ||
| | `StationData(ctx, stationID)` | `getTrainScheduleXML` | Departures from a station with per-train stop lists | |
Summary
CLAUDE.mdto document the repository for Claude CodeTrainobjects from map/stops endpoints)Test plan
🤖 Generated with Claude Code