Browse Source

docs: fix broken anchor link — #background-jobs → #background-job-management

Michael Henke 1 week ago
parent
commit
10f904327d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTEXT.md

+ 1 - 1
CONTEXT.md

@@ -73,7 +73,7 @@ The multiplexer system manages terminal backends and agent session lifecycle. Wh
 
 
 Asynchronous job lifecycle management:
 Asynchronous job lifecycle management:
 
 
-The background job system tracks and manages delegated specialist tasks. Every subagent launch creates a job; the orchestrator references the job board when planning follow-up work. For full configuration options, see [Configuration Reference — Background Jobs](docs/configuration.md#background-jobs) and [Background Orchestration](docs/background-orchestration.md).
+The background job system tracks and manages delegated specialist tasks. Every subagent launch creates a job; the orchestrator references the job board when planning follow-up work. For full configuration options, see [Configuration Reference — Background Job Management](docs/configuration.md#background-job-management) and [Background Orchestration](docs/background-orchestration.md).
 
 
 **Why this exists:** Without the board, the orchestrator would lose track of parallel work and re-delegate already-running tasks. The board is the single source of truth for "what's running."
 **Why this exists:** Without the board, the orchestrator would lose track of parallel work and re-delegate already-running tasks. The board is the single source of truth for "what's running."