DGDependency Graph
Fieldnotes

KOTLIN ARCHITECTURE / FIELD LOG 001

Make the hidden graph reviewable.

Practical notes for engineers who need to see where dependencies begin, how scopes end, and what a framework will discover only at runtime.

Start with a graph inventory
UI
entry
Feature
scope
Repository
single
API client
boundary

trace: UI → scope → repository → transport

CURRENT FIELDNOTES

Architecture is easier to change when the wiring is visible.