Files
Krow-workspace/apps/mobile/ai_prompts/2-agent-dev-rules.md
Achintha Isuru 19959a2b3f Add initial mobile app prototypes and staff payments feature
Introduces the first versions of client and staff mobile application prototypes, including platform-specific assets, screens, and configuration for Android, iOS, macOS, Linux, and Windows. Adds documentation, AI prompt guides, and a new staff payments feature module with repository, use cases, and presentation logic. Also includes generated localization files and supporting resources for both client and staff apps.
2026-01-25 17:01:18 -05:00

20 lines
524 B
Markdown

TASK: Create docs/02-agent-development-rules.md
This document defines NON-NEGOTIABLE rules for AI agents.
Must include:
- File creation rules
- Naming conventions
- Where logic is allowed / forbidden
- How to mock Data Connect safely
- How to introduce new features
- How to reuse prototype code without copying architecture mistakes
- Rules for handling ambiguity (must document, not assume)
Format:
- Clear numbered rules
- Short explanations
- Explicit "DO / DO NOT" sections
This document will be enforced strictly.