Files
blackroad-operating-system/docs/OS_V0_2_PAIN_MAPPING.md

16 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# BlackRoad OS v0.2 Pain Mapping
This release connects PRD pain clusters from **THE NEW AGE** to concrete OS surfaces.
| Pain Cluster | OS Response | Paths/Modules |
| --- | --- | --- |
| Fragmentation & duplication | Identity Center centralizes profile + external IDs; unified search surfaces apps/data. | `backend/app/routers/identity_center.py`, `backend/app/models/identity_profile.py`, `blackroad-os/js/apps/identity_center.js`, `blackroad-os/js/os.js` |
| Neurodivergent hostility / chaos | Chaos Inbox collects notes, links, screenshots, resurfacing suggestions. | `backend/app/models/capture.py`, `backend/app/routers/capture.py`, `blackroad-os/js/apps/chaos_inbox.js`, `blackroad-os/js/assets/apps.css` |
| Notification apocalypse | Notification Center focus modes + centralized API. | `backend/app/models/notification.py`, `backend/app/routers/notifications_center.py`, `blackroad-os/js/apps/notifications.js` |
| Creator extraction | Creator Studio organizes creative projects and assets. | `backend/app/models/creator.py`, `backend/app/routers/creator.py`, `blackroad-os/js/apps/creator_studio.js` |
| Legacy enterprise & compliance | Compliance & Ops surface for audits/workflows. | `backend/app/models/compliance_event.py`, `backend/app/routers/compliance_ops.py`, `blackroad-os/js/apps/compliance_ops.js` |
| Attention management & knowledge | Command palette / unified search entry point. | `backend/app/routers/search.py`, `blackroad-os/js/os.js`, `blackroad-os/assets/styles.css` |
| Hardware fear & Pi visibility | Devices remain in PiOps app; Chaos clusters resurface hardware notes. | `blackroad-os/js/apps/pi_ops.js`, `blackroad-os/js/apps/chaos_inbox.js` |
| Accessibility crisis | Added high-contrast theme + keyboard palette + ARIA prompts. | `blackroad-os/js/theme.js`, `blackroad-os/assets/styles.css` |