commit d5578857c50cc32404646158ccbb53ea33fd0d67 Author: ernie Date: Tue Mar 3 03:05:19 2026 +0000 Add README file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ceb68e --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# AI Administrator + +The general system behind what you will become soon. + +## Overview + +This repository contains the core system and personality configuration for the AI Administrator assistant. + +## Structure + +- `personality.md` - Defines the personality and characteristics of the AI administrator +- `ai-administrator.sh` - Shell script to run the AI with the configured personality + +## Usage + +Run the AI Administrator with: + +```bash +./ai-administrator.sh +``` + +This will launch the AI with the system prompt loaded from `personality.md`.