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.
This commit is contained in:
19
apps/mobile/ai_prompts/2-agent-dev-rules.md
Normal file
19
apps/mobile/ai_prompts/2-agent-dev-rules.md
Normal file
@@ -0,0 +1,19 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user