From 6dc141bfdd70ccac8db668d462b0183500a1087d Mon Sep 17 00:00:00 2001 From: Sawyer Date: Wed, 2 Sep 2026 03:33:45 -0700 Subject: [PATCH] Update docs: align maintained docs with the routine and workflow model (CL-7365) --- packages/hub-client/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/hub-client/README.md b/packages/hub-client/README.md index 5d29d46d1..0839892c6 100644 --- a/packages/hub-client/README.md +++ b/packages/hub-client/README.md @@ -28,8 +28,9 @@ duplicated here. deployment answers. Safe to re-run — every skipped step says so. - **`src/workflow-push.ts`** — `createGitWorkflowPusher`: pushes a workflow definition to its asset repo over the hub's smart-HTTP git - route using the system `git` binary; content-aware, so an identical - `workflow.json` is a reported skip, not a duplicate commit. + route using the system `git` binary, rendering the source tree via + `@corbits/workflows`'s `renderWorkflowSourceTree`; content-aware, so an + identical tree is a reported skip, not a duplicate commit. - **`src/credential-test.ts`** — a real, free test call for a credential before it's stored, one per `SupportedCredentialProvider`; exported from the `./credential-test` subpath so a browser bundle (the onboarding