diff --git a/Cargo.toml b/Cargo.toml index 361b1a9..7f80650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["crates/agent-lifecycle", "crates/oabctl", "crates/studio-cp", "crates/oab-mcp", "crates/acp-tunnel"] +members = ["crates/agent-lifecycle", "crates/oabctl", "crates/studio-cp", "crates/studio-compose", "crates/oab-mcp", "crates/acp-tunnel"] resolver = "2" # Fast profile for the CI-built `oab-mcp` sidecar (desktop.yml). The sidecar is an diff --git a/console/index.html b/console/index.html index 34eb947..8dccee8 100644 --- a/console/index.html +++ b/console/index.html @@ -50,10 +50,57 @@
+
+ Author a reusable template (golden bundle + default
+ image tag) and per-agent overlays; skills are shared
+ by reference. Compose is deterministic, last-writer-wins per path
+ (overlay > skills > template), and produces a
+ {path → bytes} bundle. Preview is local — no deploy. The
+ provider drivers that land a bundle on a runtime are a later slice.
+