From 9d19a3187789f01d6dbbc73d14c7f90df3e67560 Mon Sep 17 00:00:00 2001 From: Kostya Date: Mon, 10 Aug 2026 20:21:55 +0000 Subject: Move engine contracts to api module, add I/O provider abstraction and PicoContainer wiring Relocates GuessMarketEngine/GuessMarketContext into market.guess.api so engine and ui-console depend on a shared contract instead of engine internals, and makes context loading async (CompletableFuture). Adds InputProvider/OutputProvider interfaces with console implementations, wires the console app's Menu through a PicoContainer, and adds the generated model classes plus vendored picocontainer jar needed to build it. --- ui-console/.project | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui-console/.project') diff --git a/ui-console/.project b/ui-console/.project index 9e047cb..d620a57 100644 --- a/ui-console/.project +++ b/ui-console/.project @@ -2,7 +2,8 @@ guess-market-ui-console - + + guess-market-api -- cgit v1.2.3