brain_from_ci
Ingest CI run outcomes into a persistent memory to track job status transitions—learning which jobs are fixed, broken, or stable from historical logs.
Instructions
Bulk-ingest CI run outcomes into the Brain — the brain_from_git equivalent for CI history. Feed it an array of {job, status, prev_status} objects from your CI system and it will learn which jobs have been fixed, broken, or are stable. Use it to bootstrap the Brain from historical CI logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcomes | Yes | List of CI run outcomes to ingest | |
| instance_id | Yes | Brain instance ID |