onepipeline 0.7.2

Execute a task DAG over oneagentgraph and onevcs, merging their event streams into one.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "schema_version": 3,
  "name": "single-node",
  "goal": {
    "text": "Close one coverage gap in the reporting service"
  },
  "tasks": [
    {
      "id": "cover-report-failures",
      "repo": "nickderobertis/some-service",
      "persona": "engineer",
      "title": "test: cover the reporting service's failure paths",
      "task": "## What\nAdd realistic tests for the reporting endpoint's failure and recovery paths.\n\n## Why\nThe endpoint's failures are currently unproven, so a regression there reaches users before anyone sees it.\n\n## Acceptance criteria\n- A test drives the real endpoint and asserts its behaviour when the upstream store is unavailable.\n- A test drives the real endpoint and asserts it recovers once the store returns.\n- Each new test is observed failing for the intended reason before it passes.\n- The repository's own full gate is green, without lowering enforced coverage.",
      "max_turns": 24
    }
  ]
}