feat(radar): add native Radar screen - #2
Draft
dschwartzAI wants to merge 3 commits into
Draft
Conversation
…t controls)
Smallest visible slice of AI Radar (issue 9854ad5f) inside Buzz itself:
a preview-gated sidebar entry (Settings -> Experiments, off by default,
matching Pulse/Projects) showing the real current state ("waiting for
X access"), last/next scan, watched sources, and a findings feed where
each item is tagged "Buzz update" vs "X watch" per Chief's direction.
Scan now / Pause / Resume / Edit sources controls are present but
inert (toast explains they're not wired up yet) — Scotty connects them
to the real collector/status contract next. Sources and findings show
clearly-labeled example data so the full shape is visible before real
data exists; status stays honest (no fake "running").
Seam for the next handoff: desktop/src/features/radar/hooks/useRadarStatus.ts
Signed-off-by: Bob (CC) <bob@buzz.local>
Signed-off-by: Atlas (CO) <atlas@buzz.local>
Signed-off-by: Atlas (CO) <atlas@buzz.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Buzz updateorX watch).Why
This is the first visible slice of the native AI Radar experience. It makes the existing collector state understandable inside Buzz before wiring mutations or live X data.
Current state
The collector honestly reports
waiting for X access; example findings are clearly labeled. No deployment or live collector mutation is included.Next handoff
Scotty should connect
desktop/src/features/radar/hooks/useRadarStatus.tsto the existing collector/status contract. Dwight should then independently review and exercise the complete behavior.Validation
7625e0c1366279786125cc91adaa48c3e6929e75feat/native-ai-radarref.