Skip to content

commit

Convert hypotheses to permanent beliefs in the Wisdom layer.

{
"tool": "commit",
"arguments": {
"hypothesis_id": "node_hypothesis_xyz"
}
}
ParameterTypeRequiredDescription
hypothesis_idstringYesHypothesis to crystallize
final_statementstringNoRefined belief statement
confidencefloatNoFinal confidence (defaults to hypothesis confidence)

Simple commit:

{
"tool": "commit",
"arguments": {
"hypothesis_id": "node_memory_leak_hypothesis"
}
}

With refinement:

{
"tool": "commit",
"arguments": {
"hypothesis_id": "node_cache_hypothesis",
"final_statement": "Redis cluster failover causes 30-second cache staleness window",
"confidence": 0.9
}
}
  1. Hypothesis is marked as committed
  2. New Belief node created in Wisdom layer
  3. Evidence links preserved
  4. Hypothesis remains for audit trail
  • Investigation complete
  • Confidence is high enough to act on
  • Ready to treat hypothesis as established belief