Liking cljdoc? Tell your friends :D

bridge.candidate

Exact Git-tree verification support.

Candidate mode never reads source from the ambient worktree. It resolves an index/tree object, anchors governance at an explicit or previously approved frontier, and materializes the candidate in a disposable linked worktree for evidence execution. Approvals live in Git-private state, not in the source tree.

Exact Git-tree verification support.

Candidate mode never reads source from the ambient worktree. It resolves an
index/tree object, anchors governance at an explicit or previously approved
frontier, and materializes the candidate in a disposable linked worktree for
evidence execution. Approvals live in Git-private state, not in the source
tree.
raw docstring

approve!clj

(approve! candidate status)
source

assert-current-index!clj

(assert-current-index! candidate)
source

candidate-mode?clj

(candidate-mode? opts)
source

public-metadataclj

(public-metadata candidate)
source

resolve-contextclj

(resolve-context current-profile {:keys [index? tree policy-path] :as opts})

Resolve an explicit :index? or :tree selection. Returns the trusted frontier profile/policy plus an internal candidate context suitable for build-status, evidence execution, and approval.

Resolve an explicit `:index?` or `:tree` selection. Returns the trusted
frontier profile/policy plus an internal candidate context suitable for
build-status, evidence execution, and approval.
sourceraw docstring

run-commandclj

(run-command current-profile id opts)

Run one evidence command in a disposable worktree for the exact candidate. Bridge-owned output remains under the trusted profile's original artifact root. Candidate governance changes are rejected before execution.

Run one evidence command in a disposable worktree for the exact candidate.
Bridge-owned output remains under the trusted profile's original artifact
root. Candidate governance changes are rejected before execution.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close