Record CLI loopback verification

ca2680a21a98 · AtlantisPleb · · parent cf04c0005dfb

Record CLI loopback verification

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

  • added docs/evidence/repository-cli-local-e2e/cf04c00-de8015d1e5.json
  • modified docs/repository-creation-cli-implementation-roadmap.md

Diff

2 files changed, +11 -1

docs/evidence/repository-cli-local-e2e/cf04c00-de8015d1e5.json added +10

@@ -0,0 +1,10 @@

1
{
2
  "api_origin": "http://localhost:4011",
3
  "cli_revision": "de8015d1e5",
4
  "contract_sha256": "8ee2a118e15c7cbc6bc84d450a970724a4279fe2ae66fc3bd822770e92bebc02",
5
  "created_commit_sha": "59683c2d1f0ec8c817678dd8431c108392664f7a",
6
  "import_ref_digest": "4f09e44c56cfb58245e40b23f9f895157915d90d03dce7480dc46c2cd03ab1d8",
7
  "secret_scan": "passed",
8
  "server_revision": "cf04c00",
9
  "test_count": 1
10
}
docs/repository-creation-cli-implementation-roadmap.md modified +1 -1

@@ -467,7 +467,7 @@ result. Do not store tokens, local absolute paths, or repository content.

467 467
| 9. CLI package scaffold | Complete | `@openagentsinc/cli`, Effect 4 command graph, build, and package inspection |
468 468
| 10. CLI configuration and authentication | Complete | Profiles, persisted configuration precedence, custom origins, OS credential store, headless refusal, stable errors, and origin-isolated Git helper tests |
469 469
| 11. CLI repository commands | Complete | Create, matching-namespace import, cursor list, view, clone, source remote, inference, and refusal tests |
470
| 12. Local cross-repository verification | In progress | The default-`4000` disposable suite passes on an alternate loopback port for create, push, clone, anonymous read, private concealment, viewer push refusal, cache reconstruction, exact import refs, and no later sync. Record the exact `localhost:4000` receipt when that port is available. |
470
| 12. Local cross-repository verification | In progress | The default-`4000` disposable suite passes on an alternate loopback port for create, push, clone, anonymous read, private concealment, viewer push refusal, cache reconstruction, exact import refs, and no later sync. See [`cf04c00-de8015d1e5.json`](evidence/repository-cli-local-e2e/cf04c00-de8015d1e5.json). Record the exact `localhost:4000` receipt when that port is available. |
471 471
| 13. Staging and release | Not started | — |
472 472
473 473
## Completion audit

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