v0.1.0 - Open source framework baseline
Summary
Initial public framework baseline for Tax AI, an open source framework for tax-focused human-AI collaboration.
Included
- Open source README, MIT license and contribution guide
- Framework architecture docs and module registry
- Cursor + Codex collaboration queue
- Codex usage plan and OSS application notes
- GitHub issue templates and PR template
- Vite CI workflow and
tax-ai@0.1.0 check
npm run typecheck && npm run build
tax-ai@0.1.0 typecheck
tsc --noEmit
tax-ai@0.1.0 build
vite build
vite v6.4.3 building for production...
transforming...
✓ 2361 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html 1.84 kB │ gzip: 0.88 kB
dist/assets/index-BKyTufR8.js 1,240.82 kB │ gzip: 321.79 kB
✓ built in 1.67s
- SQL and Prisma schema drafts for future backend extraction
Verification
tax-ai@0.1.0 check
npm run typecheck && npm run build
tax-ai@0.1.0 typecheck
tsc --noEmit
tax-ai@0.1.0 build
vite build
vite v6.4.3 building for production...
transforming...
✓ 2361 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html 1.84 kB │ gzip: 0.88 kB
dist/assets/index-BKyTufR8.js 1,240.82 kB │ gzip: 321.79 kB
✓ built in 1.57s
- Local browser render check completed before baseline PR merge
Known Limitations
- This is not production tax software.
- Tax calculations, declarations, AI advice and evidence ledger behavior are framework prototypes.
- Bundle size currently has a Vite warning and is tracked for future module splitting.