undef-engine 2026-01-01
Merged card primitive content branch with major cleanup
306 files · 19,251+ · 59,942-

Branch merge and content consolidation

5 files changed
  • .gitignore Updated ignore patterns after content cleanup
  • CLAUDE.md Updated project instructions
  • MANIFEST.in Updated package manifest
  • Makefile Updated build targets
  • pyproject.toml Updated project configuration
  • Merged card primitive content branch into main, consolidating card system work decouple architectural
    2 files
    • MANIFEST.in
    • pyproject.toml
  • Removed 59,942 lines of generated and deprecated content including SVG graphics, demos, and temporary files deprecate internal
    1 file
    • out-of-spec-demo.jsx

Game board component updates

10 files changed
  • BluffaloBoard.tsx Updated to use shared component patterns
  • CawBoard.tsx Updated to use shared component patterns
  • CodebreakersBoard.tsx Updated to use shared component patterns
  • DebateClubBoard.tsx Updated to use shared component patterns
  • ClueRevealPhase.tsx Updated Hive Mind clue reveal phase
  • RoundEndPhase.tsx Updated round end phase
  • BidDisplay.tsx Updated bid display component
  • PeerReviewBoard.tsx Updated to use shared component patterns
  • SickDayBoard.tsx Updated to use shared component patterns
  • TerriblePsychiatristBoard.tsx Updated to use shared component patterns
  • Updated all game boards to use shared component patterns across Bluffalo, CAW, Codebreakers, Debate Club, Hive Mind, Hot Potato Heist, Liar’s Hand, Peer Review, and Sick Day decouple internal
    6 files
    • BluffaloBoard.tsx
    • CawBoard.tsx
    • CodebreakersBoard.tsx
    • DebateClubBoard.tsx
    • PeerReviewBoard.tsx
    • SickDayBoard.tsx

Shared component enhancements

7 files changed
  • DeckStatusIndicator.tsx Updated deck status display
  • GameBoard.tsx Updated base game board component
  • GameBoardRouter.tsx Updated routing for game boards
  • InstallPrompt.tsx Updated install prompt component
  • OfflineIndicator.tsx Updated offline indicator
  • Timer.tsx Updated timer component
  • RoundSummary.tsx Enhanced base round summary component
  • Updated DeckStatusIndicator, GameBoard, GameBoardRouter, InstallPrompt, OfflineIndicator, and Timer decouple internal
    6 files
    • DeckStatusIndicator.tsx
    • GameBoard.tsx
    • GameBoardRouter.tsx
    • InstallPrompt.tsx
    • OfflineIndicator.tsx
    • Timer.tsx
  • Enhanced base RoundSummary component with improved layout decouple internal
    1 file
    • RoundSummary.tsx