Regenerate the two stale assure-repo catalogs

2eb078e18749 · AtlantisPleb · · parent 163af256c853

Regenerate the two stale assure-repo catalogs

Both were stale on `main` before this branch and fail identically at
`a3c8197d4e`: regenerating them there produces byte-identical output, so
neither staleness is caused by the seed-identity change. The drift is a
tracked-test-file count that moved 89 -> 90 for `packages/openagents-cli`
(2502 -> 2503 repo-wide) when a test file was added without regenerating.

`check:fast` aborts at the first failing guard, so these were invisible
behind the uncalled-production-symbol guard that #126 scope item 1 fixed.
Clearing them lets the chain run two steps further, which is what surfaced
the next pre-existing failure recorded on #126.

Produced by `pnpm run generate:assure-repo` and `pnpm run audit:assure-repo`;
no hand edits.

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

Diff

2 files changed, +3 -3

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": 2502,
7
    "filesScanned": 2503,
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:07840e09a21cf91692a01a6d97901c826dd26fe776b6871b068c30a65071c91e",
4
  "sourceDigest": "sha256:5ef645157ec7a0f6f2beca87dffd96dde98e6966272a12b95febff453a3d246a",
5 5
  "surfaces": [
6 6
    {
7 7
      "id": "app:@openagentsinc/acceptance-runner",

@@ -1910,7 +1910,7 @@

1910 1910
      "oracles": [
1911 1911
        {
1912 1912
          "type": "test",
1913
          "ref": "packages/openagents-cli (89 tracked test files)"
1913
          "ref": "packages/openagents-cli (90 tracked test files)"
1914 1914
        },
1915 1915
        {
1916 1916
          "type": "behavior-contract",

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