mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
b216e38304
filterImportantFacts kept only hardware/dependency/security/version facts, dropping 'service' and 'storage'. But a service fact (e.g. the systemd unit) is exactly how the Assistant restarts/reloads a workload, and a storage fact (the backing dataset/disk) is where its data lives — neither is redundant with the CLI/path sections, and both are what a real question like 'the database is slow, restart it' needs. Add both to the priority categories. Corpus: add a postgresql LXC cell whose required context includes the systemd unit and data filesystem. Teeth-checked — the case fails without the filter change. Build + vet + gofmt clean, full servicediscovery package green.