Regenerate gate artifacts and drop an unused import for the plugin skeleton

bbbc962f0190 · AtlantisPleb · · parent cff6b045a796

Regenerate gate artifacts and drop an unused import for the plugin skeleton

The unused CoderTaskRegistry import landed on main with the task
registry's first commit and fails the strict typecheck; the assure-repo
artifacts go stale with the new engine module and plugins workspace.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Co-Authored-By
Claude Fable 5 <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified docs/assure-repo/false-green-candidates.v1.json
  • modified docs/assure-repo/surface-inventory.v1.json
  • modified packages/openagents-cli/test/coder-ui.test.ts

Diff

3 files changed, +3 -4

docs/assure-repo/false-green-candidates.v1.json modified +1 -1

@@ -4,7 +4,7 @@

4 4
  "note": "Heuristic false-green LEADS, not findings. A finding requires a demonstrated reproduction (surviving mutation via mutation-runner). Do not treat a candidate as a confirmed false green. Coverage-theater leads may include tests that delegate their assertion to a custom helper the classifier does not recognise; verify before acting.",
5 5
  "sourceDigest": "sha256:dd810dd48c5bdbc9becd7fcc01dd41a4ca2abf0b2d6f6a545907247f6e3e8361",
6 6
  "summary": {
7
    "filesScanned": 2445,
7
    "filesScanned": 2446,
8 8
    "candidateCount": 16,
9 9
    "byMode": {
10 10
      "false_green_coverage_theater": 15,
docs/assure-repo/surface-inventory.v1.json modified +2 -2

@@ -1,7 +1,7 @@

1 1
{
2 2
  "schemaVersion": "1",
3 3
  "repository": "OpenAgentsInc/openagents",
4
  "sourceDigest": "sha256:093efa8ee710da1f837de6a42b2dbe0b02438975c432ec7df9f71da5ba6c4cdc",
4
  "sourceDigest": "sha256:524e104a64e9c85cdf4974e6e861e743178c414a79a7a049804da6e4481b2c7f",
5 5
  "surfaces": [
6 6
    {
7 7
      "id": "app:@openagentsinc/acceptance-runner",

@@ -1876,7 +1876,7 @@

1876 1876
      "oracles": [
1877 1877
        {
1878 1878
          "type": "test",
1879
          "ref": "packages/openagents-cli (45 tracked test files)"
1879
          "ref": "packages/openagents-cli (46 tracked test files)"
1880 1880
        },
1881 1881
        {
1882 1882
          "type": "behavior-contract",
packages/openagents-cli/test/coder-ui.test.ts modified -1

@@ -3,7 +3,6 @@ import { describe, expect, it } from "vitest";

3 3
4 4
import { CODER_BACKENDS } from "../src/coder-backends.js";
5 5
import { CoderSession, type ReplyChunk, type ReplySource } from "../src/coder-session.js";
6
import { CoderTaskRegistry } from "../src/coder-tasks.js";
7 6
import { RELOAD_EXIT_CODE } from "../src/coder-reload.js";
8 7
import { runCoderUi } from "../src/coder-ui.js";
9 8

This page updates live while a promote is in flight · changelog