Org-ops CLI: corpus install, manifest loader, worker preflight (Rust)
Find a file
Tyler J King 4ce225654d refactor: deduplicate git_blob_hash via governance-types crate
org-ops-core now re-exports git_blob_hash, git_blob_hash_hex, and
git_blob_cid from the shared governance-types crate. BPF key
helpers remain local. sha1 direct dependency removed (transitive
through governance-types).

Signed-off-by: Tyler King <tking@guildhouse.dev>
2026-04-12 11:55:29 -04:00
org-ops-cli feat: bxnet-ops — BXNet governed shell 2026-03-27 19:52:54 -04:00
org-ops-core refactor: deduplicate git_blob_hash via governance-types crate 2026-04-12 11:55:29 -04:00
Cargo.lock feat: bxnet-ops — BXNet governed shell 2026-03-27 19:52:54 -04:00
Cargo.toml feat: bxnet-ops — BXNet governed shell 2026-03-27 19:52:54 -04:00
README.md feat: bxnet-ops — BXNet governed shell 2026-03-27 19:52:54 -04:00

bxnet-ops

BXNet governed shell binary. Fork of guildhouse/org-ops.

Identity

  • Consultancy DID: did:web:bxnet.io
  • Operator DID: did:web:bxnet.io/user/tking
  • Platform: Guildhouse PaaS

Usage

bxnet-ops auth login
bxnet-ops playbook list
bxnet-ops playbook run cpanel-provision-account --target cpanel-server-01

Upstream sync

git fetch upstream
git merge upstream/main