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.tsx Redesigned to character-first layout
  • UnifiedCharacterSheet.tsx Updated character sheet layout
  • AttributeBox.tsx Attribute display component
  • CollapsibleSection.tsx Collapsible section component
  • EquipmentSlot.tsx Equipment slot component
  • GoldControls.tsx Gold controls component
  • HeroBanner.tsx Hero banner component
  • ItemRow.tsx Item row component
  • QuickAddSidebar.tsx Quick add sidebar component
  • StatBar.tsx Stat bar component
  • CharacterCreationWizard.tsx Character creation wizard
  • StepAttributes.tsx Attributes creation step
  • StepClassSelect.tsx Class 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.tsx
    • UnifiedCharacterSheet.tsx
  • Centralized remaining Undef Character limits and documented release decisions specify internal
    2 files
    • README.md
    • 01_MECHANICS_AND_RULES.md
  • Removed duplicate TBH persistence module deprecate internal

Redaction hardening and test tightening

7 files changed
  • tokenization_contract.json Added tokenization contract data
  • RedactionBoard.tsx Phase state hardening
  • LobbyPhase.tsx Hardened lobby phase
  • MemoDocument.tsx Hardened memo document
  • RedactingPhase.tsx Hardened redacting phase
  • RoundResultsPhase.tsx Hardened round results
  • VotingPhase.tsx Hardened voting phase
  • Hardened Redaction phase state and contracts across all frontend phases harden internal
    3 files
    • RedactionBoard.tsx
    • RedactingPhase.tsx
    • VotingPhase.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.md Updated project guidance
  • README.md Updated 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