mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-08 02:13:17 +00:00
15 lines
647 B
Markdown
15 lines
647 B
Markdown
# ⚠️ READ BEFORE EDITING
|
|
|
|
This directory is a **MIRROR** of the root `/shared` folder.
|
|
|
|
**DO NOT edit these files directly.** Any changes made here will be overwritten the next time the synchronization script is run.
|
|
|
|
### Proper Workflow:
|
|
1. **Edit** the source files in the root `[repo_root]/shared/` directory.
|
|
2. **Run** the synchronization script:
|
|
- **Windows**: `[repo_root]\scripts\sync-constants.bat`
|
|
- **Linux/macOS**: `[repo_root]/scripts/sync-constants.sh`
|
|
3. **Verify** that the changes have propagated to this folder.
|
|
|
|
Failure to follow this protocol will result in out-of-sync components and broken protocol logic.
|