Markoblogo Tap
June 6, 2026 ยท View on GitHub
Homebrew tap for the ABVX/Markoblogo CLI toolchain.
Install
Install directly:
brew install markoblogo/tap/<formula>
Or add the tap once and install by short name:
brew tap markoblogo/tap
brew install <formula>
Available tools
| Formula | Primary command | What it does | Upstream |
|---|---|---|---|
agentsgen | agentsgen | Generates and safely updates AGENTS.md, RUNBOOK.md, and AI-readable repo artifacts for coding agents. | markoblogo/AGENTS.md_generator |
abvx-set | set-plan-config-apply, set-validate-registry | Orchestration and registry tooling for the SET control plane. | markoblogo/SET |
id-protocol | idctl | Portable human-AI context protocol tooling and validators. | markoblogo/ID |
Brewfile example
tap "markoblogo/tap"
brew "agentsgen"
brew "abvx-set"
brew "id-protocol"