fix: warn on ad hoc web-probe scripts

This commit is contained in:
Codex
2026-06-26 09:45:30 +00:00
parent 2a8f279575
commit 61d618f97b
4 changed files with 93 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ export function hwlabNodeWebProbeHelp(): Record<string, unknown> {
},
notes: [
"Default URL, browser proxy mode, observe/analyze thresholds, and project-management command allowlist come from config/hwlab-node-lanes.yaml webProbe.",
"`web-probe script` is an ad-hoc exploration escape hatch; repeated/high-frequency workflows must become `web-probe observe command` types or repo-owned web-probe commands.",
"observe is passive by default; user actions must be explicit observe command entries in control.jsonl.",
"After observe start, prefer observe status|command|stop|collect|analyze <id> instead of repeating --node/--lane/--state-dir.",
"collect views render bounded summaries from existing artifacts and do not create a second source of truth.",