Skip to content

Commit c8c56f7

Browse files
committed
chore(quanuX): refine cinematic aesthetics and hardware warnings
Fixed historical inaccuracy in the Blockbuster late fee and typography ('Bee 🐝 kind'). Bound RITCHIE_MODE to a static_assert in sovereign_state.hpp to immutably embed the protocol into the hardware map, simultaneously suppressing un-referenced include warnings from the IDE without altering functionality.
1 parent 84ba0c6 commit c8c56f7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

QuanuX-Common/cpp/include/quanux/sovereign_state.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ static_assert(sizeof(SovereignState) == 64,
5858
static_assert(alignof(SovereignState) == 64,
5959
"SovereignState MUST BE correctly aligned to 64 bytes.");
6060

61+
// The Architectural Easter Egg checks
62+
static_assert(RITCHIE_MODE,
63+
"The Ritchie Protocol is immutable. Do not break character.");
64+
6165
} // namespace quanux

client/react/web/src/CritiqueView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const CritiqueView: React.FC<CritiqueViewProps> = ({ eventId }) => {
7979
)}
8080

8181
<div className={jaquesMode ? "mt-auto pt-16 text-center text-[#8B6508] uppercase text-sm tracking-[0.3em]" : "mt-auto pt-8 text-center opacity-50 text-xs uppercase"}>
82-
We have a two-night rental policy... Late fee: $0.00. Please be kind, rewind.
82+
We have a two-night rental policy... Late fee: $1.50 unless you join the club. Bee 🐝 kind, please rewind.
8383
</div>
8484
</div>
8585
</div>

0 commit comments

Comments
 (0)