Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/hub-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading