api-idempotent-retract-assert
IN premise
Already exists as an accepted belief with the same ID and content.
Summary
When you try to add something that's already recorded with identical content, the system treats it as a no-op rather than creating a duplicate or raising an error. This means operations like assert and retract are safe to repeat — you won't corrupt the knowledge base by accidentally running the same command twice.
Details
| Source | entries/2026/04/24/tests-test_api.md |