Skip to content

Git Workflow

Branch Strategy

  • main — production-ready code, always deployable
  • Feature branches off main, merged via PR

Commit Conventions

Follows conventional commits: feat:, fix:, refactor:, docs:, chore:, security:

Key Commits Reference

CommitRepoDescription
2ed33depathorah-apiHeterogeneous graph — Companies, Branches, Knowledge Graph, pathfinding refactor
897ccb6pathorah-apiTiered representative verification (security fix)
2cf1476pathorah-dashboardDashboard pages for companies, branches, employment editor
7129731pathorah-dashboardRepresentative verification flow UI, admin review page
f1547b9pathorah-aiAI enrichment expanded to company entities

Regression Tests

Pathfinding regression tests live in pathorah-api/src/scripts/verifyPathfinding.ts. Run against a live dev database. 19/19 tests passing as of 2026-04-07, including Test 5b (representative tier ordering and cap verification).