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.
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |