GloGraph is a tool designed for software architects that allows users to create and maintain a living map of their system architecture. Unlike traditional diagramming tools that can quickly become outdated, GloGraph provides a typed, queryable graph that captures services, dependencies, and the rationale behind architectural decisions. This enables users to trace impacts and understand what breaks when changes are made, ensuring that the architecture remains relevant and useful over time. The tool emphasizes a local-first approach, meaning that all data is stored on the user's device without r…