mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
04cb8bc964
Knowledge store notes are now included in the patrol LLM prompt. When users save notes about resources (e.g., 'This VM intentionally runs hot'), the patrol AI will see these notes and avoid flagging documented behavior as issues. Changes: - Added knowledge store reference to PatrolService - Added SetKnowledgeStore() method to configure the store - Enhanced buildPatrolPrompt() to include knowledge context - Connected knowledge store to patrol in service.go SetStateProvider() This complements the dismissed findings context to give the LLM a complete picture of what the user considers normal/expected behavior.