Org-ops CLI: corpus install, manifest loader, worker preflight (Rust)
Find a file
Tyler J King 7380b834d1 feat(org-ops): gsh corpus install — governed package management wrapper
Add 'gsh corpus' org-ops module with install/list/verify/remove
subcommands. Orchestrates existing package managers and wraps each
installation with Corpus attestation:

- Resolves package source (apt, dnf, direct, auto-stub)
- Downloads via existing package manager
- Computes CID (SHA-256) and generates SBOM (syft or SPDX stub)
- Infers ShellGovernance (shell class, tier, delegation context)
  from known binary classifications
- Creates CorpusEntry CRD via kubectl apply
- Places binary in governed path (/governed/app/bin or system/bin)

corpus verify: checks on-disk binary hashes against manifest CIDs
corpus list: kubectl get corpusentries
corpus remove: kubectl delete corpusentry

8 unit tests for inference logic and SBOM generation.

Signed-off-by: Tyler King <tking@guildhouse.dev>
Signed-off-by: Tyler J King <tking727@gmail.com>
2026-04-15 19:50:38 -04:00
org-ops-cli refactor(org-ops): neutralize BXNet identity from framework core 2026-04-15 16:32:13 -04:00
org-ops-core feat(org-ops): gsh corpus install — governed package management wrapper 2026-04-15 19:50:38 -04:00
.gitignore refactor(org-ops): neutralize BXNet identity from framework core 2026-04-15 16:32:13 -04:00
Cargo.lock feat(org-ops): enforce ShellClass at command dispatch 2026-04-15 10:38:26 -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