Fix task status: 'complete' -> 'completed' for taskgraph compatibility

This commit is contained in:
2026-06-11 14:06:20 +00:00
parent cf002cc40f
commit 57cb071ff2
23 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
---
id: ops/signals-and-shutdown
name: Implement signal handling (SIGTERM/SIGINT/SIGHUP) and graceful shutdown sequence
status: complete
status: completed
depends_on: [config/dynamic-config, ops/admin-socket]
scope: moderate
risk: medium