Org-ops CLI: corpus install, manifest loader, worker preflight (Rust)
Find a file
Tyler J King cf744dd909 feat(org-ops-core): add ChronicleClient for CloudEvents emission
Replaces fake Forgejo push webhook pattern with structured
CloudEvents 1.0. Git-originated events use commit SHA as event id.
Non-git events use UUID v4.

No new dependencies — constructs CloudEvents JSON manually using
serde_json. Endpoint auto-derived from legacy webhook URL.

Ref: cid-reconciliation-audit.md Phase 1

Signed-off-by: Tyler King <tking@guildhouse.dev>
2026-04-12 06:45:19 -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 ChronicleClient for CloudEvents emission 2026-04-12 06:45:19 -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