This folder tracks significant, hard-to-reverse architecture decisions for Stellar Pathfinder, using lightweight ADRs.
Write an ADR when a change:
- Affects how a future phase (see
PRD.md) will need to integrate with existing code - Establishes a module boundary or dependency direction that other code will be written against
- Is likely to be asked about repeatedly in future PR reviews or onboarding
Small refactors, bug fixes, and style-only changes don't need one.
- Copy
template.mdtoNNNN-short-title.md, using the next sequential number. - Fill it in. Keep it short — a good ADR fits on one screen.
- Open it in the same PR as the change it documents, or a preceding PR if the decision needs discussion first.
| # | Title | Status |
|---|---|---|
| 0001 | Keep the routing engine framework-agnostic | Accepted |
| 0002 | Add Storybook for component development | Accepted |