Architecture Overview

The codebase is organized into three primary components, with a clear dependency flow from the format component to the money component. The root component serves as a minimal entry point, while the format and money components handle the bulk of the logic, with money being the most substantial in terms of both file count and claims.

Component Diagram

graph LR format["Format\n13 files"] money["Money\n10 files"] root["Root\n1 files"] format --> money

Components

Component Files Role
format 13 See architecture overview.
money 10 See architecture overview.
root 1 See architecture overview.