Documentation Index
Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bug fix workflow
You can use Pulse to make a bug fix traceable from failing evidence to validated completion and KG learning. The goal is not just to close the card; it is to make the failure reusable context.Create a bug card
Create abug card with severity, reproduction steps, expected behavior, actual behavior, suspected area, and the failing evidence that proves the defect.
Assign to an agent
Assign implementation to an Executor. Keep the Validator separate so the fix is reviewed independently.Root cause investigation
Before editing, query the KG for prior decisions, contradictions, and lessons:Fix and task validation
The Executor implements the fix, records a conclusion, and moves the card tovalidation. The Validator submits task validation with confidence, completeness, drift, and justification.
Record the learning
Closed bug cards can emitLearning nodes through consolidation. Write the root cause and prevention note clearly so the KG can retrieve it later.