Fail closed on command execution errors #34
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/zara!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/zara-003-fail-closed-commands"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
PrologEngineWhy
Unknown, malformed, or failed commands previously returned success and produced
Executed:confirmations even when no side effect occurred.Impact
Unsupported and failed commands now fail closed and enter the existing conversational fallback path instead of reporting false success.
Validation
nix develop -c scripts/test-command-routing.shnix develop -c pytest(11 passed)Closes #4