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. --- lib/pico/picocontainer-2.15.2.jar | Bin 0 -> 335842 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/pico/picocontainer-2.15.2.jar (limited to 'lib') diff --git a/lib/pico/picocontainer-2.15.2.jar b/lib/pico/picocontainer-2.15.2.jar new file mode 100644 index 0000000..8b271ac Binary files /dev/null and b/lib/pico/picocontainer-2.15.2.jar differ -- cgit v1.2.3