From feb2aff463c66d839d725513dfd4c8c29eb55b0f Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Tue, 19 May 2026 12:33:02 -0400 Subject: [PATCH] docs(admin): experimental banner + MIT LICENSE (QoL sweep) Part of 2026-05-19 multi-repo OSS-readiness QoL sweep. See: https://github.com/GoCodeAlone/workflow/pull/714 Co-Authored-By: Claude Haiku 4.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39584ce..c721efa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # workflow-plugin-admin +> ⚠️ **Experimental** — This plugin compiles and passes its unit tests but has not been validated in any active GoCodeAlone-internal production deployment. Use with caution. Please [open an issue](https://github.com/GoCodeAlone/workflow-plugin-admin/issues/new) if you adopt it so we can promote it to **verified** status. + External plugin for the [workflow engine](https://github.com/GoCodeAlone/workflow) that provides the admin dashboard UI and config-driven admin routes. ## What it does