PRAIRIE PACKAGE MAP
Schema: Prairie Nested Layered Harness Map v1.1.0
Status: app-specific release-candidate routing map

PURPOSE
Map declares where Creative Suite is and how it opens.
Metadata names the package.
Map routes the package.

PACKAGE ROOT
Root/

STANDARD FILES
HOOKS: Root/Hooks.txt
README: Root/README.txt
BROWSER_DROP_HANDLER: Root/Browser_Drop_Handler.txt
INSTALLER: Root/Layer_1_Installer/Installer.txt
METADATA: Root/Layer_1_Installer/Layer_2_Preload/Metadata.txt
MAP: Root/Layer_1_Installer/Layer_2_Preload/Map.txt
PAYLOAD_ROOT: Root/Layer_1_Installer/Layer_2_Preload/Layer_3_Payload/

PAYLOAD DECLARATION
ENTRY_FILE: Root/Layer_1_Installer/Layer_2_Preload/Layer_3_Payload/CreativeSuite.txt
ENTRY_POINT: InstallCreativeSuitePayload
ENTRY_ACTION: read_entire_payload_then_render_welcome_screen

PAYLOAD FILES
- Root/Layer_1_Installer/Layer_2_Preload/Layer_3_Payload/CreativeSuite.txt
- Root/Layer_1_Installer/Layer_2_Preload/Layer_3_Payload/README_PAYLOAD.txt

OPTIONAL PAYLOAD SUBLAYERS
No Layer_4 payload sublayers are required for this release-candidate export.
If added later, Layer_4 and beyond must live inside Layer_3_Payload and be owned by the app payload.

LOCAL HARNESS ROUTING
1. User says Inspect latest download.
2. Hooks identify latest Prairie Labs ZIP.
3. Installer waits for install.
4. User says install.
5. Installer creates or reuses Desktop/Prairie/CreativeSuite.
6. Installer copies package contents.
7. Installer reads Metadata and this Map.
8. Installer loads CreativeSuite.txt.
9. Installer runs InstallCreativeSuitePayload.
10. Creative Suite renders WelcomeScreen.

BROWSER DROP ROUTING
1. User uploads, drops, or pastes package or app text.
2. Browser_Drop_Handler prevents fake filesystem operations.
3. Metadata and Map are read as routing instructions only.
4. CreativeSuite.txt is loaded if visible.
5. InstallCreativeSuitePayload is run directly.
6. Saves and exports use copyable fallback when no real filesystem exists.

ENTRY POINT RULES
InstallCreativeSuitePayload is the declared entry point.
The payload must be read completely before installation is considered complete.
The first visible surface is WelcomeScreen.
Do not display shell, layer, installer, package map, or hook internals in normal Creative Suite use.

PRODUCT BOUNDARY RULE
Creative Suite must not boot as Creative Suite Pro.
Pro-only features must not appear as normal available actions.
Upgrade information may mention Creative Suite Pro only through the declared Upgrade Info path or direct feature request.

PACKAGE TRUTH RULE
Do not claim installation, folder creation, file creation, export, save, scan, or movement unless the environment confirms it.
Browser-drop mode runs the payload without pretending local install happened.

END MAP
