Skip to content

Commit e91ac07

Browse files
committed
Remove docs for deleted scheduler features (checkpoint, redundancy, telemetry, learning)
Matches HORUS scheduler cleanup that removed ~7,400 LOC of speculative features: - Delete checkpoint.mdx, redundancy.mdx, telemetry.mdx pages - Remove enable_learning() API docs and all learning phase references - Remove AsyncIO/AutoAdaptive execution mode sections - Simplify scheduling-intelligence to tier annotations + offline profiler only - Update architecture diagram to Sequential/Parallel only - Fix all See Also links to removed pages - Update safety_critical() description (no more triple redundancy) - Update benchmarks to reflect current tier system
1 parent 58f5e10 commit e91ac07

16 files changed

Lines changed: 74 additions & 1832 deletions

content/docs/advanced/blackbox.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,4 @@ if anomalies.len() > previous_count {
283283

284284
- [Safety Monitor](/advanced/safety-monitor) - Real-time safety monitoring
285285
- [Circuit Breaker](/advanced/circuit-breaker) - Fault tolerance patterns
286-
- [Checkpoint System](/advanced/checkpoint) - State persistence
287286
- [Troubleshooting](/troubleshooting) - Common issues and solutions

content/docs/advanced/checkpoint.mdx

Lines changed: 0 additions & 326 deletions
This file was deleted.

content/docs/advanced/circuit-breaker.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,3 @@ if new_state != prev_state {
324324

325325
- [BlackBox Flight Recorder](/advanced/blackbox) - Event logging
326326
- [Safety Monitor](/advanced/safety-monitor) - Real-time safety
327-
- [Checkpoint System](/advanced/checkpoint) - State recovery

0 commit comments

Comments
 (0)