| Commit message (Expand) | Author | Age | Files | Lines |
| * | model: relocate market DTOs out of the flat api package | Kostya | 2026-08-23 | 1 | -4/+3 |
| * | Move CommissionTiming and MechanismType into model.event package | Kostya | 2026-08-20 | 2 | -3/+5 |
| * | Break down purchase receipts by cost/commission, harden XML validation and st... | Kostya | 2026-08-18 | 8 | -47/+107 |
| * | Wire event ledger movements, show winning market by name, seed LMSR subsidy | Kostya | 2026-08-18 | 2 | -5/+9 |
| * | Fix menu wording and reprint prompt on retry | Kostya | 2026-08-18 | 4 | -4/+5 |
| * | Harden console path input against crashes | Kostya | 2026-08-18 | 4 | -8/+20 |
| * | Add XML schema validation, split build scripts by module, rename BuyMenuComma... | Kostya | 2026-08-18 | 3 | -6/+9 |
| * | Replace order matching with risk/matching/fulfillment/settlement pipeline | Kostya | 2026-08-17 | 6 | -39/+130 |
| * | Split DTOs into api/model, extract order matching into service/matching | Kostya | 2026-08-16 | 8 | -31/+71 |
| * | Rename Option/Account to Market/Ledger, add Result-based error handling | Kostya | 2026-08-16 | 11 | -92/+107 |
| * | Implement LMSR and order-book trading logic, wire MarketContext facade and ne... | Kostya | 2026-08-15 | 8 | -19/+242 |
| * | Switch TradingMechanism quantities to int, add yes/no and select prompts | Kostya | 2026-08-14 | 1 | -0/+29 |
| * | Collapse console I/O interfaces into InputProcessor, drop unneeded atomics | Kostya | 2026-08-14 | 10 | -112/+58 |
| * | Implement in-memory repositories, XML load validation, and menu exit/list com... | Kostya | 2026-08-14 | 6 | -5/+111 |
| * | Move mapper/provider infra into v1 packages, add repository write methods | Kostya | 2026-08-14 | 1 | -1/+1 |
| * | Move IO providers into io package, add InputProcessor, implement menu loop an... | Kostya | 2026-08-14 | 8 | -23/+115 |
| * | Wire buyShares and menu commands, replace factory interfaces with DI | Kostya | 2026-08-14 | 10 | -58/+92 |
| * | Wire EventRepository into LocalGuessMarketContext, add mapper/provider infra ... | Kostya | 2026-08-14 | 1 | -2/+1 |
| * | Move I/O provider abstraction to ui-console, add ledger/account/problem DTOs | Kostya | 2026-08-13 | 9 | -11/+22 |
| * | Move engine contracts to api module, add I/O provider abstraction and PicoCon... | Kostya | 2026-08-10 | 6 | -1/+121 |
| * | flatten modules to repo root, vendor deps, repair Eclipse build paths | Kostya | 2026-08-09 | 2 | -0/+19 |