From 05bc201528cccd15202773945ca8e9b226798cae Mon Sep 17 00:00:00 2001 From: Paige Patton <64206430+paigerube14@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:14:04 -0500 Subject: [PATCH] adding chaos_ai deprecation (#1106) Signed-off-by: Paige Patton --- utils/README.md | 31 +++++++++++++++++++++++++++++++ utils/chaos_ai/README.md | 14 ++++++++++++++ utils/chaos_recommender/README.md | 14 ++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 utils/README.md diff --git a/utils/README.md b/utils/README.md new file mode 100644 index 00000000..2573e5ef --- /dev/null +++ b/utils/README.md @@ -0,0 +1,31 @@ +# ⚠️ DEPRECATED + +This directory is **no longer actively maintained** and will not accept new changes. + +## Migration Notice + +All development efforts have been moved to: + +**[github.com/krkn-chaos/krkn-ai](https://github.com/krkn-chaos/krkn-ai)** + +## What This Means + +- ❌ No new features will be added here +- ❌ Bug fixes will not be accepted +- ❌ Pull requests will be closed and redirected +- ℹ️ Existing code remains for historical reference only + +## Next Steps + +If you're looking to: +- **Use** chaos engineering AI features → Visit [krkn-chaos/krkn-ai](https://github.com/krkn-chaos/krkn-ai) +- **Contribute** improvements → Submit to [krkn-chaos/krkn-ai](https://github.com/krkn-chaos/krkn-ai) +- **Report issues** → Open issues at [krkn-chaos/krkn-ai](https://github.com/krkn-chaos/krkn-ai/issues) + +## Questions? + +Please visit the new repository for documentation, examples, and community support. + +--- + +**Last Updated:** January 2026 diff --git a/utils/chaos_ai/README.md b/utils/chaos_ai/README.md index 4c456f8d..045458d5 100644 --- a/utils/chaos_ai/README.md +++ b/utils/chaos_ai/README.md @@ -1,3 +1,17 @@ +# ⚠️ DEPRECATED - This project has moved + +> **All development has moved to [github.com/krkn-chaos/krkn-ai](https://github.com/krkn-chaos/krkn-ai)** +> +> This directory is no longer maintained. Please visit the new repository for: +> - Latest features and updates +> - Active development and support +> - Bug fixes and improvements +> - Documentation and examples +> +> See [../README.md](../README.md) for more information. + +--- + # aichaos Enhancing Chaos Engineering with AI-assisted fault injection for better resiliency and non-functional testing. diff --git a/utils/chaos_recommender/README.md b/utils/chaos_recommender/README.md index 1d1b0061..0774556f 100644 --- a/utils/chaos_recommender/README.md +++ b/utils/chaos_recommender/README.md @@ -1,3 +1,17 @@ +# ⚠️ DEPRECATED - This project has moved + +> **All development has moved to [github.com/krkn-chaos/krkn-ai](https://github.com/krkn-chaos/krkn-ai)** +> +> This directory is no longer maintained. Please visit the new repository for: +> - Latest features and updates +> - Active development and support +> - Bug fixes and improvements +> - Documentation and examples +> +> See [../README.md](../README.md) for more information. + +--- + # Chaos Recommendation Tool This tool, designed for Redhat Kraken, operates through the command line and offers recommendations for chaos testing. It suggests probable chaos test cases that can disrupt application services by analyzing their behavior and assessing their susceptibility to specific fault types.