pta-standards/ ├── core/ # Shared foundations (data model, types, numerics) ├── formats/ # Individual format specifications │ ├── beancount/ # Beancount v2, v3 │ ├── ledger/ # Ledger v1 │ └── hledger/ ...