feat: consolidate litellm-health into litellm-self-heal #9

Merged
abiba-bot merged 1 commits from feat/consolidate-litellm-contracts into master 2026-07-09 06:02:47 +00:00
Owner

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.

## 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.
abiba-bot added 1 commit 2026-07-09 06:02:02 +00:00
feat: consolidate litellm-health into litellm-self-heal
PR Pipeline — Authorize → Validate → Review → Merge / auth (pull_request) Failing after 14m53s
PR Pipeline — Authorize → Validate → Review → Merge / validate (pull_request) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / lint (pull_request) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (pull_request) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / gate (pull_request) Has been skipped
053d30ce7c
- 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
abiba-bot merged commit 4164ee5ed0 into master 2026-07-09 06:02:47 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyslogSolution/prose-contracts#9