Answer the local-inference build question with a real value

3f782af78d43 · Devin AI · · parent 11bbcd4fe926

Answer the local-inference build question with a real value

The workspace file carried the literal placeholder text pnpm prints when a
dependency ships an unapproved build script, so every install failed the
ignored-builds check and the completion gate could not run at all. Local
inference is not built here, so the answer is false.

The assurance inventories move with the new CLI test files.

Co-Authored-By: Christopher David <chris@openagents.com>
Co-Authored-By
Christopher David <chris@openagents.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 pnpm-workspace.yaml

Diff

3 files changed, +7 -7

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": 2426,
7
    "filesScanned": 2428,
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:af15df8b34d2e3460ecbf7b203c47c9954542d67339d5e8c60f0df82068652d1",
4
  "sourceDigest": "sha256:fa51430aa7088a241031ae0315284f5cd3a33e732a8f6448669d93983c12ae06",
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 (26 tracked test files)"
1879
          "ref": "packages/openagents-cli (28 tracked test files)"
1880 1880
        },
1881 1881
        {
1882 1882
          "type": "behavior-contract",
pnpm-workspace.yaml modified +4 -4

@@ -57,7 +57,7 @@ allowBuilds:

57 57
  nostr-effect@https://github.com/OpenAgentsInc/nostr-effect/archive/2bb57870eeeb214ed80ca8a275292f5e4dd89863.tar.gz: false
58 58
  nostr-effect@https://codeload.github.com/OpenAgentsInc/nostr-effect/tar.gz/77073343c68f159f3dea80ddbe9e9896b1f052f2: false
59 59
  nostr-effect@https://github.com/OpenAgentsInc/nostr-effect/archive/77073343c68f159f3dea80ddbe9e9896b1f052f2.tar.gz: false
60
  '@livekit/local-inference': set this to true or false
60
  "@livekit/local-inference": false
61 61
62 62
overrides:
63 63
  "@effect/platform-browser": 4.0.0-beta.94

@@ -81,9 +81,9 @@ peerDependencyRules:

81 81
    - vite
82 82
83 83
supportedArchitectures:
84
  cpu: [ current, x64 ]
85
  libc: [ current, glibc ]
86
  os: [ current, linux ]
84
  cpu: [current, x64]
85
  libc: [current, glibc]
86
  os: [current, linux]
87 87
88 88
minimumReleaseAgeExclude:
89 89
  - blume@1.0.4

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