Initial Commit with Plan

This commit is contained in:
2025-08-24 14:49:15 -05:00
commit 797fb638f4
3 changed files with 134 additions and 0 deletions

16
AGENTS.md Normal file
View File

@@ -0,0 +1,16 @@
# Agent Constraints and Directives
This document outlines the operational constraints and directives for the AI agent, Blight.
## 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.
## File-Specific Directives
* **`PROMPT.md`**: This file contains the original user request and project goal. I will use it as a primary reference for the project's objectives.
* **`SPEC.md`**: This file contains the high-level project plan and architecture. I will adhere to the design and workflow outlined in this document.
* **`PROGRESS.md`**: This file will contain a detailed, step-by-step plan for implementing the project. I will create this file after the `SPEC.md` is approved.
* **`AGENTS.md`**: This file (the one you are reading now) contains my operational constraints and directives. I will consult this file to ensure I am following the rules.