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])Run Bridge check. await br_check({"changed_files": [path, ...]}) (also "profile"/"policy"). Returns {"status", "issue_count", "next_action", ...} (an unconfigured project returns "next_step" guidance instead) — summarize it, don't paste raw.
Run Bridge check. `await br_check({"changed_files": [path, ...]})` (also `"profile"`/`"policy"`). Returns `{"status", "issue_count", "next_action", ...}` (an unconfigured project returns `"next_step"` guidance instead) — summarize it, don't paste raw.
(init env & [opts])Bootstrap Bridge in this workspace. await br_init() (opts {"root": path}). Returns the existing config if already set up.
Bootstrap Bridge in this workspace. `await br_init()` (opts `{"root": path}`). Returns the existing config if already set up.
(list-evidence env & [opts])List the active profile's evidence commands. await br_list_evidence(). Returns {"commands": [...]}.
List the active profile's evidence commands. `await br_list_evidence()`. Returns `{"commands": [...]}`.
(next env & [opts])Next suggested Bridge action(s). await br_next({"changed_files": [path, ...]}). Returns {"status", "suggestions": [...], "next_step"}.
Next suggested Bridge action(s). `await br_next({"changed_files": [path, ...]})`. Returns `{"status", "suggestions": [...], "next_step"}`.
(profile env & [opts])Active Bridge project profile summary. await br_profile() (opts {"profile": path, "policy": path}).
Active Bridge project profile summary. `await br_profile()` (opts `{"profile": path, "policy": path}`).
(run-evidence env id & [opts])Run one evidence command and write its receipt. await br_run_evidence(id, {"subject": s, "out": path, "out_dir": path, "timeout_seconds": n, "is_dry_run": True}). is_dry_run previews the plan without writing.
Run one evidence command and write its receipt. `await br_run_evidence(id, {"subject": s, "out": path, "out_dir": path, "timeout_seconds": n, "is_dry_run": True})`. `is_dry_run` previews the plan without writing.
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 |