Add a repository-owned rustc wrapper that enforces execution ownership and dependency boundaries during ordinary Cargo commands, with compile-pass and compile-fail policy contracts. Move scheduling, timers, provider polling, provisioning, recovery, supervision, and shutdown decisions behind engine and actor APIs. Add deterministic component properties, stateful Myelin lifecycle coverage, persisted regression cases, and the bounded CI workflow. Tighten resource ownership by cancelling telemetry collectors, terminating reply observers, bounding dashboard projections, and releasing process file descriptors, child observers, and inode-verified Unix socket paths on every exit path.
16 lines
343 B
TOML
16 lines
343 B
TOML
[package]
|
|
name = "provisioning"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "AGPL-3.0-only"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
swactor = { path = "../.." }
|
|
swactor-engine = { path = "../engine" }
|
|
|
|
[dev-dependencies]
|
|
parking_lot = "0.12"
|
|
serde_json = "1"
|
|
swactor-process = { path = "../process" }
|