Loading articleโฆ
Loading 4weirdโฆ
Loading articleโฆ
DocsAxioms
Docs ยท remastery axioms
Every remastery feature โ squads, kanban, timers, invoices โ must obey these axioms. If a design breaks one, the design changes, not the axiom.
Axiom one
100 ๐ช = exactly $1.00 USD. One coin is one cent, everywhere: compute rentals, studio tools, squad budgets, invoice totals. Never deviate, never invent a second exchange rate.
parity โ one rate, every surface
100 = $1Axiom two
Every commercial hosted service or creator payout splits automatically: 75% to the creator/provider as on-site credits (games, cloud compute, AI services; non-withdrawable) and 25% retained by the platform for infrastructure. The gross is the price โ the split is never added on top, and routing around metering violates terms.
Example: a 400-coin ($4.00) job โ 300 coins provider credits, 100 coins platform. You only ever see the gross 400. All credits are on-site only (cloud compute, game credits, other on-site services); never cash-out, never withdrawable.
Axiom three
External AI or auxiliary services failing must never brick user navigation. If an AI service is unreachable, fall back to heuristic patterns or graceful error states: cached boards still render, timers keep ticking locally, invoices still draft.
๐ค AI down โ heuristics
Visual QA, title generators, and chat summaries degrade to local fallbacks with a visible notice โ never a blank page.
๐ก Realtime down โ polling
Notifications and chat fall back to periodic refresh; nothing the user typed is lost.
Axiom four
All client components sanitize localStorage and DOM state to prevent Next.js SSR/CSR mismatch errors. Stateful browser APIs mount inside useEffect or client guards. Coin-moving buttons disable on first click โ double-spending via double-click is a bug, not a feature.
Axiom five
An open, public freelancer directory and public labor marketplace was explicitly evaluated and rejected. Public labor marketplaces bring labor-law liability (worker misclassification, tax withholding), privacy and harassment exposure (scraping, doxxing, spam), money-transmitter licensing for escrow, and off-platform disintermediation.
๐ซ Rejected: public labor marketplace
โ Adopted: private squads (UnitUnite)
The companion rule
Every tool publishes standard events to the interop bus and reads/writes the cross-clipboard, so assets flow across tools: a kanban estimate feeds the timer, timer entries feed invoices, invoice events feed notifications.
Next: run the SQL migration runbook or return to the Wave 1 overview.