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
.gitignoreUpdated ignore patterns after content cleanupCLAUDE.mdUpdated project instructionsMANIFEST.inUpdated package manifestMakefileUpdated build targetspyproject.tomlUpdated project configuration
- Merged card primitive content branch into main, consolidating card system work
decouple
architectural
2 files
MANIFEST.inpyproject.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.tsxUpdated to use shared component patternsCawBoard.tsxUpdated to use shared component patternsCodebreakersBoard.tsxUpdated to use shared component patternsDebateClubBoard.tsxUpdated to use shared component patternsClueRevealPhase.tsxUpdated Hive Mind clue reveal phaseRoundEndPhase.tsxUpdated round end phaseBidDisplay.tsxUpdated bid display componentPeerReviewBoard.tsxUpdated to use shared component patternsSickDayBoard.tsxUpdated to use shared component patternsTerriblePsychiatristBoard.tsxUpdated 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.tsxCawBoard.tsxCodebreakersBoard.tsxDebateClubBoard.tsxPeerReviewBoard.tsxSickDayBoard.tsx
Shared component enhancements
7 files changed
DeckStatusIndicator.tsxUpdated deck status displayGameBoard.tsxUpdated base game board componentGameBoardRouter.tsxUpdated routing for game boardsInstallPrompt.tsxUpdated install prompt componentOfflineIndicator.tsxUpdated offline indicatorTimer.tsxUpdated timer componentRoundSummary.tsxEnhanced base round summary component
- Updated DeckStatusIndicator, GameBoard, GameBoardRouter, InstallPrompt, OfflineIndicator, and Timer
decouple
internal
6 files
DeckStatusIndicator.tsxGameBoard.tsxGameBoardRouter.tsxInstallPrompt.tsxOfflineIndicator.tsxTimer.tsx
- Enhanced base RoundSummary component with improved layout
decouple
internal
1 file
RoundSummary.tsx