Org-ops CLI: corpus install, manifest loader, worker preflight (Rust)
Find a file
Tyler J King 62b00ad84c feat(org-ops): worker pre-flight with delegation enforcement
Add worker_preflight() check at dispatch time for commands that
target remote hosts. Enforces three conditions:
1. Session has delegation authority
2. Target host is in delegation scope
3. Target host posture satisfies required shell class

OrgCommands trait extended with target_host() method (default: None
for local commands). SessionContext enriched with delegation_scope.

Lightweight DelegationScope duplicate avoids bascule-core dep chain.
Target posture reader stubbed — requires gateway posture query API
(tracked as follow-up).

Fail-closed: unknown delegation -> denied, unknown posture -> denied.
11 unit tests for delegation and preflight.

Signed-off-by: Tyler King <tking@guildhouse.dev>
Signed-off-by: Tyler J King <tking727@gmail.com>
2026-04-15 15:17:48 -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): worker pre-flight with delegation enforcement 2026-04-15 15:17:48 -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