Org-ops CLI: corpus install, manifest loader, worker preflight (Rust)
Find a file
Tyler J King 8ed9bf6413 feat(org-ops-core): add git_blob_hash utility, migrate test_evidence CID
Add git_hash module that computes SHA-1 blob hashes identical to
`git hash-object --stdin`. Includes BPF map key extraction that
handles both legacy sha256: and new gitsha1: CID formats.

Migrate TestRunResult::compute_cid() from custom SHA-256 to git
blob hash. New CID format: `gitsha1:{40 hex chars}`. File storage
path uses the full CID as filename (backward compatible for reads
since old files retain their sha256: names).

New dependency: sha1 0.10 (RustCrypto, same family as sha2).

See cid-reconciliation-audit.md Sites 1, 3.

Signed-off-by: Tyler King <tking@guildhouse.dev>
2026-04-12 07:44:33 -04:00
org-ops-cli feat: bxnet-ops — BXNet governed shell 2026-03-27 19:52:54 -04:00
org-ops-core feat(org-ops-core): add git_blob_hash utility, migrate test_evidence CID 2026-04-12 07:44:33 -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