Archived System Breakdown
| Superhero | Primary role | Use case | Implementation |
|---|---|---|---|
| ShadowTalon | Server-side fault and safety response shaping. | Protects responses when backend faults occur. | html/src/Domain/ShadowTalon.php |
| Guardian | Client-side sanitizer and content defense. | Filters unsafe inline markup and browser-delivered content. | html/js/guardian.js |
| Phantom Wing | Opt-in diagnostics and local debug controls. | Supports console, detailed diagnostics, and network insight toggles. | html/js/phantomwing/index.php |
| Lens | DEV-only event, counter, timer, and API payload diagnostics. | Supports debug panels and ?lens=1 inspection. |
html/src/Observability/Lens.php |
| EmailGarum | Email rendering and transactional message safety. | Keeps account email templates consistent and auditable. | html/src/Domain/EmailGarum.php |
| Echo | Assistive status messaging and aria-live feedback. | Improves screen-reader feedback across interactive flows. | html/src/Domain/AriaEcho.php |
Current Version
The current article adds GoldMaster as the canonical-reference system for future PayCal code, UI, tests, and architecture.