Engineering Foundation
Implemented a monorepo of React/TypeScript apps on Power Platform, with the documentation vault in the same tree. The Obsidian vault links decisions, system docs, and handoffs, so the reasoning behind every choice stays findable.
- · Monorepo of React SPAs deployed to Power Platform as Code Apps
- · Every app inherits one shared package for SDK setup, theming, and API resilience
- · CI gate in GitHub Actions runs typecheck, tests, and build on every change; branches merge on green
- · Docs vault beside the code: 27+ decision records, system docs, and session handoffs




