chore: replace python -m agents.validator with hawk in all agent mode instructions

This commit is contained in:
2026-06-14 00:36:10 +00:00
parent 64c8c967e5
commit 1076696dec
85 changed files with 682 additions and 5442 deletions
+2 -2
View File
@@ -77,8 +77,8 @@ const scopeNote = files && files.length
function reportPrompt(dimension) {
return (
`Operate in REPORT mode (read-only). Do not modify any file. Scan your single quality dimension across the ` +
`devplacepy/ package and tests/, following your mandate, scope units, and accuracy doctrine. Exclude the agents/ ` +
`directory entirely. Confirm each candidate against the actual source before recording it. Return your findings as ` +
`devplacepy/ package and tests/, following your mandate, scope units, and accuracy doctrine. ` +
`Confirm each candidate against the actual source before recording it. Return your findings as ` +
`structured output: a one-line summary and one entry per confirmed finding (severity, file, line, rule, message).` +
scopeNote
)