undef-engine
2026-03-03
Undef Character redesign, Redaction hardening, and CLI bug fixes
332 files · 16,059+ · 10,735-
Undef Character redesign and limit centralization
13 files changed
UndefCharacterBoard.tsxRedesigned to character-first layoutUnifiedCharacterSheet.tsxUpdated character sheet layoutAttributeBox.tsxAttribute display componentCollapsibleSection.tsxCollapsible section componentEquipmentSlot.tsxEquipment slot componentGoldControls.tsxGold controls componentHeroBanner.tsxHero banner componentItemRow.tsxItem row componentQuickAddSidebar.tsxQuick add sidebar componentStatBar.tsxStat bar componentCharacterCreationWizard.tsxCharacter creation wizardStepAttributes.tsxAttributes creation stepStepClassSelect.tsxClass selection creation step
- Redesigned Undef Character to a character-first layout with improved UI components for character sheet, attributes, equipment, and creation
decouple
behavioral
2 files
UndefCharacterBoard.tsxUnifiedCharacterSheet.tsx
- Centralized remaining Undef Character limits and documented release decisions
specify
internal
2 files
README.md01_MECHANICS_AND_RULES.md
- Removed duplicate TBH persistence module deprecate internal
Redaction hardening and test tightening
7 files changed
tokenization_contract.jsonAdded tokenization contract dataRedactionBoard.tsxPhase state hardeningLobbyPhase.tsxHardened lobby phaseMemoDocument.tsxHardened memo documentRedactingPhase.tsxHardened redacting phaseRoundResultsPhase.tsxHardened round resultsVotingPhase.tsxHardened voting phase
- Hardened Redaction phase state and contracts across all frontend phases
harden
internal
3 files
RedactionBoard.tsxRedactingPhase.tsxVotingPhase.tsx
- Tightened Redaction 3-player E2E flow test coverage qualify internal
- Added tokenization contract data for Redaction content validation
harden
internal
1 file
tokenization_contract.json
Undef Character CLI bug fixes
2 files changed
CLAUDE.mdUpdated project guidanceREADME.mdUpdated documentation
- Fixed undef_character CLI bugs in list commands, equipment display, check output, and hp help text remediate behavioral
- Pre-release hardening of Redaction for multi-game improvements harden internal