Add ai-code-project-template repo files.

This commit is contained in:
2025-08-23 06:09:26 -07:00
parent 9321e54bce
commit e725ecf942
76 changed files with 17830 additions and 8 deletions

9
ai_working/README.md Normal file
View File

@@ -0,0 +1,9 @@
# AI Working Directory
The purpose of this directory is to provide a working space for AI-tools to create, modify, and execute plans for implementing changes in a project. It serves as a collaborative space where AI can generate plans, execute them, and document the process for future reference.
This directory name was chosen instead of a dot-prefixed name to allow it to be easily referenced inside AI-tools that otherwise ignore dot-prefixed directories, such as Claude Code.
For temporary files that you do not want checked in, use the `tmp` subdirectory.
This allows for a choice between storing files in a version-controlled manner (for lifetime of branch and clearing before PR, or longer lived if needed) or keeping them temporary and not checked in.