Record exact CLI loopback verification

70cadbb5a122 · AtlantisPleb · · parent f8a7822af2e0

Record exact 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/f8a7822-5bd8fb1eaf.json
  • modified docs/repository-creation-cli-implementation-roadmap.md

Diff

2 files changed, +13 -3

docs/evidence/repository-cli-local-e2e/f8a7822-5bd8fb1eaf.json added +10

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

1
{
2
  "api_origin": "http://localhost:4000",
3
  "cli_revision": "5bd8fb1eafb82d7ce8df3bf99d6022332778f35f",
4
  "contract_sha256": "9355cac5191e817b0c7c8f3e14caa89883d77a4676b524674bfd6514c84d56f4",
5
  "created_commit_sha": "f4da716eb2bf45d18fd51b678d99714193f2baa1",
6
  "import_ref_digest": "a5d6f22b7c87498d1b40fee5404aed957c678779971d1f00a0cda69f157795d5",
7
  "secret_scan": "passed",
8
  "server_revision": "f8a7822af2e0ef2c4224dd67b801c1841a64fabb",
9
  "test_count": 1
10
}
\ No newline at end of file
docs/repository-creation-cli-implementation-roadmap.md modified +3 -3

@@ -2,8 +2,8 @@

2 2
3 3
Date: 2026-08-20
4 4
5
Status: Implementation complete; the cross-repository loopback suite passes.
6
Exact `localhost:4000` and staging receipts remain gated
5
Status: Implementation complete; the exact `localhost:4000` cross-repository
6
loopback suite passes. The staging receipt remains gated.
7 7
8 8
## Outcome
9 9

@@ -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, idempotent transport retry, cursor list, view, clone, source remote, inference, signal cancellation, 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. See [`cf04c00-de8015d1e5.json`](evidence/repository-cli-local-e2e/cf04c00-de8015d1e5.json). Record the exact `localhost:4000` receipt when that port is available. |
470
| 12. Local cross-repository verification | Complete | The disposable suite passes on exact `http://localhost:4000` for create, push, clone, anonymous read, private concealment, viewer push refusal, cache reconstruction, exact import refs, and no later sync. See [`f8a7822-5bd8fb1eaf.json`](evidence/repository-cli-local-e2e/f8a7822-5bd8fb1eaf.json). |
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