This commit is contained in:
alex wiesner
2026-03-13 20:15:22 +00:00
parent e68c95b2dd
commit c4d39f2812
33 changed files with 2383 additions and 162 deletions

View File

@@ -1,3 +1,9 @@
---
title: conventions
type: note
permalink: voyage/knowledge/conventions
---
# Coding Conventions & Patterns
## Frontend Patterns
@@ -18,4 +24,4 @@
- Do **not** attempt to fix known test/configuration issues as part of feature work
- Use `bun` for frontend commands, `uv` for local Python tooling where applicable
- Commit and merge completed feature branches promptly once validation passes (avoid leaving finished work unmerged)
- See [decisions.md](../decisions.md#workflow-preference-commit--merge-when-done) for rationale
- See [decisions.md](../decisions.md#workflow-preference-commit--merge-when-done) for rationale