Fix task status: 'complete' -> 'completed' for taskgraph compatibility
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: config/cli-parsing
|
||||
name: Implement CLI argument parsing with clap and config file loading
|
||||
status: complete
|
||||
status: completed
|
||||
depends_on: [config/static-config, config/validation]
|
||||
scope: narrow
|
||||
risk: low
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: config/dynamic-config
|
||||
name: Implement DynamicConfig with ArcSwap hot-reload and ConfigReloadHandle
|
||||
status: complete
|
||||
status: completed
|
||||
depends_on: [config/static-config]
|
||||
scope: moderate
|
||||
risk: medium
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: config/static-config
|
||||
name: Implement StaticConfig, ListenerConfig, TlsConfig, and LoggingConfig structs with TOML deserialization
|
||||
status: complete
|
||||
status: completed
|
||||
depends_on: [setup/project-init]
|
||||
scope: moderate
|
||||
risk: low
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: config/validation
|
||||
name: Implement config validation with all 18 validation rules and error reporting
|
||||
status: complete
|
||||
status: completed
|
||||
depends_on: [config/static-config]
|
||||
scope: moderate
|
||||
risk: medium
|
||||
|
||||
Reference in New Issue
Block a user