mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
48cf663237
The patrol_report_finding tool descriptions for evidence, impact, and recommendation were too permissive, causing the LLM to frequently omit them. Future patrol runs will produce better-scaffolded findings. 1. Rewrite tool descriptions to emphasize evidence as a trust anchor that should always be included, and impact as expected whenever the data supports it. 2. Add 'Authoring Evidence' section to the patrol system prompt with concrete examples, matching the existing 'Authoring Impact' section. 3. Add test verifying trust scaffolding guidance is in the system prompt. Addresses checklist L48-50 (trust scaffolding).