zeroclaw/src/config
Argenis e4910705d1
fix(config): add missing challenge_max_attempts field to OtpConfig (#3919) (#3936)
The OtpConfig struct uses deny_unknown_fields but was missing the
challenge_max_attempts field, causing zeroclaw config schema to fail
with a TOML parse error when the field appeared in config files.

Add challenge_max_attempts as an Option<u32>-style field with a default
of 3 and a validation check ensuring it is greater than 0.
2026-03-18 23:48:53 -04:00
..
mod.rs feat(skills): autonomous skill creation from multi-step tasks (#3916) 2026-03-18 17:15:02 -04:00
schema.rs fix(config): add missing challenge_max_attempts field to OtpConfig (#3919) (#3936) 2026-03-18 23:48:53 -04:00
traits.rs fix format 2026-02-21 19:38:19 +08:00
workspace.rs feat(workspace): add multi-client workspace isolation 2026-03-15 22:41:18 -04:00