Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.52 KB

File metadata and controls

35 lines (25 loc) · 1.52 KB

Bike Tracking Agent Guide

Bike Tracking is a local-first commuter app that records rides and computes savings using a .NET Minimal API, F# domain logic, and a React TypeScript frontend.

Always Applies

  • Work inside the DevContainer only.
  • Run the app with dotnet run --project src/BikeTracking.AppHost.
  • Use TDD with mandatory failing-test proof before implementation.
  • E2E tests are required for every PR.
  • Run the post-change verification matrix before merge.

Instruction Packs

Agent skills

Issue tracker

Issues live in GitHub Issues (aligneddev/BikeCommuteTracker); external PRs are not a triage surface. See docs/agents/issue-tracker.md.

Triage labels

Default label vocabulary: needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix. See docs/agents/triage-labels.md.

Domain docs

Single-context layout — one CONTEXT.md + docs/adr/ at the repo root. See docs/agents/domain.md.