From 3e2f43eee34371853bd5ad1bf66d5b1f225975fc Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Tue, 19 May 2026 12:33:59 -0400 Subject: [PATCH] docs(analytics): 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 3f5b5cc..ae3ff8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Workflow Analytics Plugin +> ⚠️ **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-analytics/issues/new) if you adopt it so we can promote it to **verified** status. + `workflow-plugin-analytics` injects analytics and tag-manager snippets into rendered HTML assets from `wfctl`. The first supported provider is Google Analytics through the Google tag (`gtag.js`). The plugin also includes Google Tag Manager snippet injection so apps can switch to a container-managed setup later.