Implemented
0
feat(signals): operational scouts, starting with the follow-up scout on by default
Source: PostHog/posthog#99782 · opened by @andrewm4894
Problem Every canonical scout today watches the customer's product: errors, replays, flags, experiments, revenue. signals-scout-inbox-validation is different in kind. It watches the self-driving system itself: it re-measures resolved reports after a soak window and files a report when a fix did not hold. It is also the natural lane for running agent checks attached to reports (see #99783, scheduled follow-up checks on a report). It is treated like any specialist scout, which is the wrong posture for something a project needs in order to be successful with self-driving: • It may not be on. register_missing_configs (products/signals/backend/scout_harness/config_registry.py) seeds a canonical scout enabled only when it is in the enabled_skills allowlist of the signals-scout flag payload, or when no allowlist is set. Whether it is enabled on a team depends on the payload at the time that team was seeded. • The posture is forward-only. Existing config rows are never re-…
No pledges yet. Be the first to back this.
Comments
Similar requests
feat(signals): report research agent remembers judgments in the fleet scratchpad
0 votes · 0 comments
Scouts: custom network access mode with a per-scout domain allowlist
0 votes · 0 comments
feat(signals): scheduled follow-up checks on a report
0 votes · 0 comments
feat(signals): pipeline audience targets for steering notes
0 votes · 0 comments
Workflows: add a "Run scout" action so events can trigger signals scouts
0 votes · 0 comments
No comments yet.