Liking cljdoc? Tell your friends :D

com.blockether.vis.ext.foundation-bridge.core

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.
raw docstring

bridge-hooksclj

source

bridge-promptclj

source

bridge-symbolsclj

source

checkclj

(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.
sourceraw docstring

initclj

(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.
sourceraw docstring

list-evidenceclj

(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": [...]}`.
sourceraw docstring

nextclj

(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"}`.
sourceraw docstring

profileclj

(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}`).
sourceraw docstring

run-evidenceclj

(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.
sourceraw docstring

vis-extensionclj

source

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