feat(cli): add config get/set/list commands
This commit is contained in:
@@ -45,6 +45,7 @@ dependencies = [
|
||||
"python-ulid>=2.7.0", # ULID generation for plan/action IDs
|
||||
"RestrictedPython>=7.0", # Secure sandbox for user-supplied code
|
||||
"jsonschema>=4.20.0", # JSON Schema validation for tool inputs/outputs
|
||||
"tomlkit>=0.13.0", # TOML writing with comment preservation for config CLI
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user