mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
FormatForRemediation (the discovery context Patrol/remediation consume) surfaced CLI access, config/log paths and ONLY hardware facts — so the context meant for fixing a workload never told you how to restart it or where to edit its files on the host, the two core fix actions. Add a 'Service Control' section (service-category facts: systemd unit / restart command) and a 'Bind Mounts (host -> container)' section, matching the parity FormatForAIContext already has after iters 4-7. New test asserts the restart command and host bind-mount source reach the remediation context; teeth-checked. Build + vet + gofmt clean, full servicediscovery package green. |
||
|---|---|---|
| .. | ||
| commands.go | ||
| commands_test.go | ||
| deep_scanner.go | ||
| deep_scanner_test.go | ||
| fingerprint.go | ||
| formatters.go | ||
| formatters_test.go | ||
| readiness.go | ||
| readiness_test.go | ||
| scenario_corpus_test.go | ||
| service.go | ||
| service_identity.go | ||
| service_test.go | ||
| store.go | ||
| store_test.go | ||
| tools_adapter.go | ||
| tools_adapter_test.go | ||
| types.go | ||
| types_test.go | ||
| url_suggestion.go | ||
| url_suggestion_test.go | ||