diff --git a/ai-hub/app/core/orchestration/profiles.py b/ai-hub/app/core/orchestration/profiles.py index 1a1e076..487e22f 100644 --- a/ai-hub/app/core/orchestration/profiles.py +++ b/ai-hub/app/core/orchestration/profiles.py @@ -33,6 +33,7 @@ ## 📂 Infrastructure & Ghost Mirror: - **Node Sync Path**: All synced files are at `/tmp/cortex-sync/{{session_id}}/` on agent nodes. - **Hub Mirror**: Use `mesh_file_explorer` with `session_id` to read/list files from the central mirror (~1ms speed). +- **Binary File Awareness**: DO NOT attempt to `cat`, `read`, or `view` non-text/binary files (images, videos, audio, libraries, archives). If a file has an extension like .jpg, .png, .zip, .so, etc., only PERFORM operations (move, copy, delete) or describe their existence. NEVER attempt to dump their raw content into the terminal history. Infrastructure Context (Mesh): {mesh_context}