undef-dice 2026-03-04
Monorepo release snapshot with workspace build graph standardization, stale artifact cleanup, and gitignore updates
475 files · 72,344+ · 11,715-

Monorepo workspace structure

8 files changed
  • package.json npm workspace build graph standardized
  • package.json dice-core package definition
  • package.json undef-dice package definition
  • package.json Web app package
  • package.json Desktop (Tauri) app package
  • package.json Mobile (Capacitor) app package
  • tsconfig.json Web app TypeScript config with workspace package aliases
  • package-lock.json Lock file for full monorepo
  • npm workspace build graph standardized across all packages and apps. Workspace package aliases resolved for typecheck in the web app. baseline architectural
    2 files
    • package.json
    • tsconfig.json

Release readiness cleanup

5 files changed
  • 2026-02-15-arena-polish-accessibility-design.md Stale historical plan removed
  • 2026-02-15-arena-polish-accessibility.md Stale historical plan removed
  • CHANGELOG.md Updated changelog
  • README.md Updated README
  • architecture.md Architecture documentation
  • Stale plans and historical artifacts removed to prepare for release. Monorepo release snapshot taken before doc cleanup pass. specify internal
    2 files
    • 2026-02-15-arena-polish-accessibility-design.md
    • CHANGELOG.md

Gitignore updates

1 file changed
  • .gitignore Tauri build artifacts and Terraform state files blocked
  • Tauri desktop build artifacts and Terraform state files added to .gitignore. baseline internal
    1 file
    • .gitignore