ADJUTORIX is a governed mutation, ledger, replay, and verification workspace built as a multi-package monorepo.
packages/adjutorix-agent— execution, governance, ledger, replay, storage, verificationpackages/adjutorix-app— desktop application surfacepackages/adjutorix-cli— command-line operator surfacepackages/orchestrator— startup, shutdown, capability, dependency, and runtime guard orchestrationpackages/shared— canonical cross-package contracts, invariants, runtime types, and protocol surfacescripts— operator entrypointstests— repository-level contract, invariant, replay, recovery, performance, and end-to-end coverageconfigs— policy, CI, contracts, runtime, and tooling configuration
- no invisible mutation
- no direct write bypass around governed flows
- no unverifiable claim of state
- no replay ambiguity
- no renderer authority over protected mutation paths
bash ./scripts/check.sh
bash ./scripts/smoke.sh
bash ./scripts/verify.sh
bash ./scripts/build.sh
bash ./scripts/doctor.shpnpm install
pnpm run build
pnpm run test
pnpm run check
pnpm run verifybash ./scripts/package-macos.shLicensed under the Apache License, Version 2.0.