docs(self-driving): note health checks as an always-on source#706
Open
rafaeelaudibert wants to merge 1 commit into
Open
docs(self-driving): note health checks as an always-on source#706rafaeelaudibert wants to merge 1 commit into
rafaeelaudibert wants to merge 1 commit into
Conversation
The self-driving setup now always enables the health_checks / health_issue signal source (instrumentation findings are always actionable), so the ARCHITECTURE doc's step-4 backbone, step table, and §5 sources description are updated to keep them in lockstep with the context-mill skill change. Generated-By: PostHog Code Task-Id: f43da6e8-ca5d-4ae0-8451-e6cce79e4e85
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
gewenyu99
approved these changes
Jun 24, 2026
ec716e4 to
39b518a
Compare
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.

Problem
The self-driving setup is changing so it always enables the
health_checks/health_issuesignal source — instrumentation issues (missing events, proxy gaps, outdated SDKs) are always actionable, and a good thing for the agent to fix.ARCHITECTURE.mdcarries an explicit "keep this doc in lockstep with the code" rule, so it needs to reflect the new always-on source.Changes
Updates
src/lib/programs/self-driving/ARCHITECTURE.mdin three places where the step-4 source behavior is described:health_checks/health_issuerow is always enabled.Docs only — no code change. The actual enabling logic lives in the context-mill
self-driving-setupskill (4-sources.md), updated separately.Test plan
Docs-only change; covered by CI. No behavior change in the wizard.
LLM context
Authored by the PostHog Slack app (PostHog Code) at Rafael's request, paired with the context-mill change that adds health checks as an always-on source in
4-sources.md. This PR keeps the ARCHITECTURE doc in sync per its own lockstep rule.Created with PostHog Code from a Slack thread