From ec8678a3dfd48d04546d35084954dc05f72eebd3 Mon Sep 17 00:00:00 2001 From: Flora Date: Tue, 2 Jun 2026 08:58:41 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58208274e..26e002890 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ See [Providers & Models](./packages/coding-agent/README.md#providers--models) fo > ⚠️ Workflows run with agent permission checks **disabled** so pipelines don't block on prompts. Run autonomous workflows inside a devcontainer, VM, or remote dev machine — not your host machine. +> ⚠️ **Temporary workflow migration note:** Recent workflow authoring changes may require updates to custom workflows, especially workflows that import other workflows by registered name or path object. Workflow imports now use normal TypeScript module imports and pass compiled workflow definitions to `.import(workflow, { as? })`. If an existing workflow no longer loads, ask Atomic or your coding agent to update it using the [workflow import guidance](./packages/workflows/README.md#example-4--compose-workflows-with-imports). +
Prerequisites, devcontainer