- V0: For simple, folder-based context tracking with minimal setup.
- V1: If you want explicit task tracking and FSM-guided workflow.
- V2: For advanced context, modular directives, and Atom of Thought reasoning.
- V3: For self-modifying, self-improving systems with multi-perspective vetting.
The .ai_core directory and its subfolders may be empty until you or the system add directives, memory, tools, or logs. This is expected for new setups.
This guide explains how to put AI_CORE into use, especially in conjunction with modern IDEs like Cursor or VSCode. It focuses on leveraging the core prompts and versioned configuration files to set up your environment for contextual, AI-driven workflows.
Clone the AI_CORE repository to your local machine:
git clone <your-repo-url>
cd AI_CORENavigate to the Versions/ directory and review the available versions (V0, V1, V2, V3). Each version introduces new features and workflow enhancements. Select the version that best fits your needs.
- Open Cursor.
- Navigate to the Custom Mode or Prompt Area.
- Copy the relevant
V#_README.mdfile (e.g.,V3_README.md) from theVersions/directory. - Paste the contents into the custom mode prompt.
- Instruct the system:
- Example: "Set yourself up or sync according to the configuration files and directives described in this README. Prepare to work using the specified workflow and context."
- (Optional) Reference Additional Files:
- If your version uses
TASKS.md,FSM.md, or other supporting files, you may also copy their contents into the prompt or upload them as context.
- If your version uses
- Use the README and supporting files as reference for your workflow.
- If your IDE supports custom prompts, context windows, or extensions, load the relevant version’s README and configuration files as context.
If you are using V2 or later:
- Ensure the
.ai_coredirectory exists at the project root. - Populate
core_directives/,core_contextual_memory/,core_toolbox/, andcore_history/as needed. - Use the prompts and configuration files to guide the AI/IDE in managing and updating these resources.
- Whenever you update your configuration or directives, repeat the process: copy the latest README and supporting files into your IDE’s prompt area and instruct the system to sync or reconfigure.
- For collaborative teams, ensure everyone is using the same version and configuration files.
You are now operating in AI_CORE V3 mode. Please read the following configuration and set yourself up according to the described workflow, directives, and context. Use the supporting TASKS.md and FSM.md files as needed. Sync your state and get ready to work.
- If the AI/IDE does not respond as expected, double-check that you have pasted the correct version’s README and supporting files.
- Ensure the
.ai_coredirectory and its subfolders are present for V2+. - Review the version documentation in the
Versions/directory for additional setup details.
For more information, see the README.md and the documentation in the Versions/ directory.