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/admin-socket
name: Implement Unix domain socket admin API for config reload with feedback and status
status: complete
status: completed
depends_on: [config/dynamic-config]
scope: moderate
risk: medium

View File

@@ -1,7 +1,7 @@
---
id: ops/body-size-limit
name: Implement global request body size limit with axum DefaultBodyLimit middleware
status: complete
status: completed
depends_on: [config/dynamic-config]
scope: single
risk: trivial

View File

@@ -1,7 +1,7 @@
---
id: ops/health-check
name: Implement health check endpoint on separate local port and HTTPS fallback
status: complete
status: completed
depends_on: [config/static-config]
scope: narrow
risk: low

View File

@@ -1,7 +1,7 @@
---
id: ops/logging
name: Implement structured logging with tracing, file output, and fail2ban-compatible format
status: complete
status: completed
depends_on: [setup/project-init]
scope: moderate
risk: low

View File

@@ -1,7 +1,7 @@
---
id: ops/rate-limiting
name: Implement token bucket rate limiting with IPv6 /64 normalization and background eviction
status: complete
status: completed
depends_on: [config/dynamic-config]
scope: moderate
risk: medium

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