docs: add reverse engineering report for Ghaymah CLI v2 binary

هذا الالتزام موجود في:
2026-08-23 19:30:56 +03:00
الأصل 21e1f1ea51
التزام ecea5ad1a4

عرض الملف

@@ -429,13 +429,14 @@ mutation CreateApp($object: ghaymah_cloud_resources_insert_input!) {
```mermaid
stateDiagram-v2
[*] --> PENDING : Resource created via mutation
PENDING --> BUILDING : Backend pulling artifact / docker build
PENDING --> BUILDING : Backend pulling artifact
BUILDING --> DEPLOYING
BUILDING --> FAILED : Build error / Dockerfile issue
DEPLOYING --> RUNNING : App live at https://{name}.hosted.ghaymah.systems
BUILDING --> FAILED : Build error
DEPLOYING --> RUNNING : App live
DEPLOYING --> FAILED : K8s deploy issue
note right of RUNNING
URL: https://[name].hosted.ghaymah.systems
Timeout: 15 minutes → "deployment timed out"
Stuck: → "Your app might be stuck building. Check 'gy logs'"
end note