Merge branch 'main' into copilot/change-map-zoom-for-route

This commit is contained in:
Ullrich Schäfer 2026-03-29 19:35:27 +02:00 committed by GitHub
commit 156bb7cb36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

3
.github/copilot-instructions.md vendored Normal file
View file

@ -0,0 +1,3 @@
# trails.cool — Copilot Instructions
For full project context — including architecture, principles, tech stack, dev commands, testing strategy, code conventions, git workflow, and deployment — see [`CLAUDE.md`](../CLAUDE.md) at the repository root.

View file

@ -79,6 +79,7 @@ This project uses AI-assisted, spec-driven development. See
|------|---------|
| [cmux](https://cmux.dev) | Native macOS terminal for running multiple AI coding sessions |
| [Claude Code](https://claude.ai/claude-code) | AI coding assistant (primary development tool) |
| [GitHub Copilot](https://github.com/features/copilot) | AI coding assistant |
| [Crit](https://github.com/tomasz-tomczyk/crit) | Browser-based inline code review |
| [OpenSpec](https://openspec.dev) | Spec-driven development workflow |