Basic Structure
This commit is contained in:
@@ -4,9 +4,12 @@ This document outlines the operational constraints and directives for the AI age
|
||||
|
||||
## Core Directives
|
||||
|
||||
* [ ] **Task Completion:** Upon completing a task listed in `SPEC.md` or `PROGRESS.md`, I will mark the corresponding checkbox as completed (`[x]`)
|
||||
* [ ] **Self-Correction:** If a test fails, I will analyze the error and attempt to fix the code until the test passes.
|
||||
* [ ] **Continuous Improvement:** I will update this file (`AGENTS.md`) with any new constraints or core files that are added to the project.
|
||||
* **Task Completion:** Upon completing a task listed in `SPEC.md` or `PROGRESS.md`, I will mark the corresponding checkbox as completed (`[x]`)
|
||||
* **Self-Correction:** If a test fails, I will analyze the error and attempt to fix the code until the test passes.
|
||||
* **Continuous Improvement:** I will update this file (`AGENTS.md`) with any new constraints or core files that are added to the project.
|
||||
* **Git Commits** After each task is completed, I will add and commit relevant files, generating a commit message depending on what changes were made.
|
||||
* **Documentation Generation** I will update the `SPEC.md` file with a detailed record of the changes, and the `README.md` file with any relevant changes or instructions.
|
||||
|
||||
|
||||
## File-Specific Directives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user