- Restructured profile screens location - Updated beneficiary detail page - Updated API service - Updated all scheme files (MainScheme, ENV API, Discussion, AppStore, SysAnal) - Added PageHeader component 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
71 lines
1.8 KiB
Markdown
71 lines
1.8 KiB
Markdown
# CRITICAL: Protected Scheme Files - Strict Rules
|
|
|
|
## ABSOLUTE RESTRICTIONS
|
|
|
|
This directory contains **PROTECTED SCHEME FILES** for the WellNuo project.
|
|
|
|
### DO NOT WITHOUT EXPLICIT USER CONFIRMATION:
|
|
|
|
1. **CREATE** any new files or folders
|
|
2. **DELETE** any files or folders
|
|
3. **RENAME** any files (filenames are LOCKED)
|
|
4. **RENAME** schemes inside JSON files (scheme names are LOCKED)
|
|
5. **MOVE** any files to different locations
|
|
6. **RESTRUCTURE** the folder hierarchy
|
|
|
|
### BEFORE ANY FILE OPERATION:
|
|
|
|
**ALWAYS ASK:** "Can I [create/modify/rename] file [name]?"
|
|
|
|
Wait for explicit "yes", "ok", "confirm" before proceeding.
|
|
|
|
---
|
|
|
|
## Protected Files List
|
|
|
|
| File | Status |
|
|
|------|--------|
|
|
| `00_MainScheme.json` | LOCKED |
|
|
| `01_ENV_Credentials and existing API.json` | LOCKED |
|
|
| `02_ProjectDescription.json` | LOCKED |
|
|
| `03_DiscussionQuestions.json` | LOCKED |
|
|
| `04_AppStorePublication.json` | LOCKED |
|
|
| `06_UX_Flow.json` | LOCKED |
|
|
| `07_AppStore_CopyPaste.md` | LOCKED |
|
|
| `SysAnal.json` | LOCKED |
|
|
| `website/` folder | LOCKED |
|
|
|
|
---
|
|
|
|
## What IS Allowed (Read-Only by Default)
|
|
|
|
- **READ** any file to understand the project
|
|
- **ANALYZE** schemes and provide recommendations
|
|
- **SUGGEST** changes (but not implement without confirmation)
|
|
- **DISCUSS** structure and content
|
|
|
|
---
|
|
|
|
## Confirmation Format Required
|
|
|
|
Before any modification, Claude MUST:
|
|
|
|
```
|
|
Requesting modification:
|
|
- File: [filename]
|
|
- Action: [create/edit/rename/delete]
|
|
- Description: [what exactly will change]
|
|
|
|
Confirm? (yes/no)
|
|
```
|
|
|
|
**NO ACTION until user responds with confirmation.**
|
|
|
|
---
|
|
|
|
## Why These Rules Exist
|
|
|
|
These scheme files define the entire WellNuo application architecture.
|
|
Accidental changes can break the development workflow and cause confusion.
|
|
The naming convention must remain consistent with the SchemeOG system.
|