Added disk-gc-threat-response to responsibility list
Why
Before: 2 contracts, duplicated architecture/topology/timeouts/containers, drifted independently.
After: 1 contract, single source of truth, no drift surface.
## What
Merges litellm-health into litellm-self-heal to eliminate the duplication that caused contract drift.
## Changes
### litellm-self-heal.prose.md (consolidated)
- Health check is now §Health Check section within the contract
- Single architecture diagram (v4.0.0)
- Single GPU topology table with context + parallel slots
- Single timeout table from live config
- Single container list
- Removed `Requires: litellm-health:function`
- Execution flow: health → remediate → report → log → notify
### litellm-health.prose.md
- Marked DEPRECATED, retained for reference
### README.md
- Updated LiteLLM contract descriptions
- Added deprecation notice
- Added disk-gc-threat-response to responsibility list
## Why
Before: 2 contracts, duplicated architecture/topology/timeouts/containers, drifted independently.
After: 1 contract, single source of truth, no drift surface.
- litellm-self-heal: merged health check as §Health Check section,
includes full architecture diagram (v4.0.0), GPU topology, timeout
tables, container list, and execution flow. Eliminates duplication
between the two contracts.
- litellm-health: marked DEPRECATED, retained for reference
- README.md: updated with consolidated contract, deprecation notice,
disk-gc-threat-response, and infrastructure-monitoring status
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
Merges litellm-health into litellm-self-heal to eliminate the duplication that caused contract drift.
Changes
litellm-self-heal.prose.md (consolidated)
Requires: litellm-health:functionlitellm-health.prose.md
README.md
Why
Before: 2 contracts, duplicated architecture/topology/timeouts/containers, drifted independently.
After: 1 contract, single source of truth, no drift surface.