mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 06:16:38 +00:00
6ff14a1a7d
- Vendor local .claude/ command skills (autopilot, plan, implement, etc.) - Add CLAUDE.md pointing slash commands to .claude/commands/*/SKILL.md - Untrack docs-Lokal/ and ignore .planning/ for local-only planning docs - Include next_steps.md pulled from upstream Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
429 B
Plaintext
9 lines
429 B
Plaintext
---
|
|
description: "Defines required technology choices: Postgres DB, .NET/Python/Rust backend, React/Tailwind frontend, OpenAPI for APIs"
|
|
alwaysApply: true
|
|
---
|
|
# Tech Stack
|
|
- Prefer Postgres database, but ask user
|
|
- Depending on task, for backend prefer .Net or Python. Rust for performance-critical things.
|
|
- For the frontend, use React with Tailwind css (or even plain css, if it is a simple project)
|
|
- document api with OpenAPI |