k8s prepwork
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
**CRITICAL**: All development practices and choices should be made taking into account the most context efficient interaction with another AI. Any AI should be able to understand this application with minimal prompting.
|
||||
|
||||
### Codebase Integrity Rules
|
||||
- Never create new files that don't already exist
|
||||
- Justify every new file and folder as being needed for the final production application.
|
||||
- Never make up things that aren't part of the actual project
|
||||
- Never skip or ignore existing system architecture
|
||||
- Only work with the files and structure that already exist
|
||||
- Be precise and respectful of the current codebase
|
||||
- **Delete** old code when replacing it
|
||||
- **Meaningful names**: `userID` not `id`
|
||||
@@ -83,9 +82,8 @@ To efficiently understand and maintain this codebase, follow this exact sequence
|
||||
#### 1. Load Core Context (Required - 2 minutes)
|
||||
```
|
||||
Read these files in order:
|
||||
1. AI_PROJECT_GUIDE.md - Complete project overview and architecture
|
||||
2. .ai/context.json - Loading strategies and feature metadata
|
||||
3. docs/README.md - Documentation navigation hub
|
||||
1. .ai/context.json - Loading strategies and feature metadata
|
||||
2. docs/README.md - Documentation navigation hub
|
||||
```
|
||||
|
||||
#### 2. For Specific Tasks
|
||||
|
||||
Reference in New Issue
Block a user