From ecea5ad1a47e6efcce22390e16688609701a3401 Mon Sep 17 00:00:00 2001 From: Ziad Mahmoud Ahmed Abdelgwad Date: Sun, 23 Aug 2026 19:30:56 +0300 Subject: [PATCH] docs: add reverse engineering report for Ghaymah CLI v2 binary --- Reports/Ghaymah_CLI_v2_Reverse_Engineering_Report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Reports/Ghaymah_CLI_v2_Reverse_Engineering_Report.md b/Reports/Ghaymah_CLI_v2_Reverse_Engineering_Report.md index 08c2b1e..2e17786 100644 --- a/Reports/Ghaymah_CLI_v2_Reverse_Engineering_Report.md +++ b/Reports/Ghaymah_CLI_v2_Reverse_Engineering_Report.md @@ -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