From bf683e7129104a90c69040699c436a641ffdfa0c Mon Sep 17 00:00:00 2001 From: devydave Date: Fri, 20 Mar 2026 12:40:54 +0100 Subject: [PATCH 1/3] docs: add disclaimer to software --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1be8bf..00d7ae9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Alakazam is a meta-configuration app-connector and an abra wrapper, designed as a proof-of-concept to simplify the management of environment configuration files across multiple instances. +> [!WARNING] +> This software is in an experimental stage and has to be used with caution, expect things to break. At the moment it is used in production for a very tailored use case. +> We try to mainline features of this project to `abra` and make the tool more accessible by everyone. + ## Problem Statement -- 2.49.0 From fedef138ebaf8a76f361b80d526fc72bdcb23651 Mon Sep 17 00:00:00 2001 From: devydave Date: Fri, 20 Mar 2026 12:41:41 +0100 Subject: [PATCH 2/3] chore: formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d7ae9..e2cf838 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Alakazam is a meta-configuration app-connector and an abra wrapper, designed as a proof-of-concept to simplify the management of environment configuration files across multiple instances. > [!WARNING] -> This software is in an experimental stage and has to be used with caution, expect things to break. At the moment it is used in production for a very tailored use case. +> This software is in an experimental stage and has to be used with caution, expect things to break. +> +> At the moment it is used in production for a very tailored use case. > We try to mainline features of this project to `abra` and make the tool more accessible by everyone. ## Problem Statement -- 2.49.0 From b82f285d58a34cef043f9871fdb098298df8b45a Mon Sep 17 00:00:00 2001 From: devydave Date: Fri, 20 Mar 2026 14:46:49 +0100 Subject: [PATCH 3/3] docs: adds feedback cta --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2cf838..8a0b679 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Alakazam is a meta-configuration app-connector and an abra wrapper, designed as > > At the moment it is used in production for a very tailored use case. > We try to mainline features of this project to `abra` and make the tool more accessible by everyone. +> Any feedback is highly appreciated. ## Problem Statement -- 2.49.0