Bridge verification tools for Vis.
Consumes Bridge exclusively through its public library API
(bridge.api); br/check returns Bridge's canonical status summary
(:summary-version 1) plus the Vis envelope keys. This extension
adds no flattening of its own — meaning lives in the kernel.
Bridge verification tools for Vis. Consumes Bridge exclusively through its public library API (`bridge.api`); `br/check` returns Bridge's canonical status summary (`:summary-version` 1) plus the Vis envelope keys. This extension adds no flattening of its own — meaning lives in the kernel.
(check env & [opts])await br_check() checks the worktree (default), index (is_index), or pinned tree+frontier; is_approve approves a clear candidate. Summarize the canonical result; never dump it.
`await br_check()` checks the worktree (default), index (`is_index`), or pinned `tree`+`frontier`; `is_approve` approves a clear candidate. Summarize the canonical result; never dump it.
(init env & [opts])await br_init() bootstraps Bridge for optional root; returns existing config.
`await br_init()` bootstraps Bridge for optional `root`; returns existing config.
(list-evidence env & [opts])await br_list_evidence() lists active-profile evidence commands.
`await br_list_evidence()` lists active-profile evidence commands.
(profile env & [opts])await br_profile() summarizes the active project; accepts profile/policy paths.
`await br_profile()` summarizes the active project; accepts `profile`/`policy` paths.
(run-evidence env id & [opts])await br_run_evidence(id, opts) runs one command and records its receipt. Candidate: is_index or tree+frontier; is_dry_run previews.
`await br_run_evidence(id, opts)` runs one command and records its receipt. Candidate: `is_index` or `tree`+`frontier`; `is_dry_run` previews.
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 |