mcp_engram_verify_behavior
Report empirical success or failure data for a hypothesized behavior. Success promotes the block to crystallized praxis; failure lowers confidence and may trigger automatic scarring.
Instructions
TRIGGER: Call this after any hypothesis is confirmed to work OR fails in practice. Reports empirical success/failure data against a specific ZEDOS_HYPOTHESIS block. WHAT HAPPENS ON SUCCESS: Consistent successes promote the block from ZEDOS_HYPOTHESIS to ZEDOS_PRAXIS (crystallized, pinned, CRS=1.0). WHAT HAPPENS ON FAILURE: CRS is penalized. Accumulate enough failures and the block is automatically scarred. EXAMPLES: After a code fix works — verify_behavior(concept, success=true). After a fix fails — verify_behavior(concept, success=false), then consider mcp_engram_scar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | The concept name of the hypothesis to verify | |
| success | Yes | True if the behavior or rule worked successfully, false if it failed |