summaryrefslogtreecommitdiffstats
path: root/engine/.project
diff options
context:
space:
mode:
authorKostya <mail@sartin.in>2026-08-10 20:21:55 +0000
committerKostya <mail@sartin.in>2026-08-10 20:21:55 +0000
commit9d19a3187789f01d6dbbc73d14c7f90df3e67560 (patch)
treef93b0727ef25ef046e7f4d90c195cdd4bcf19348 /engine/.project
parent34deee1c5ef2df5ba2514f77ec4dfd4a684a9d13 (diff)
downloadguess-market-9d19a3187789f01d6dbbc73d14c7f90df3e67560.tar.gz
guess-market-9d19a3187789f01d6dbbc73d14c7f90df3e67560.tar.xz
guess-market-9d19a3187789f01d6dbbc73d14c7f90df3e67560.zip
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.
Diffstat (limited to 'engine/.project')
-rw-r--r--engine/.project4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/.project b/engine/.project
index 943db42..df93b30 100644
--- a/engine/.project
+++ b/engine/.project
@@ -1,9 +1,9 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription> 2<projectDescription>
3 <name>gauss-market-engine</name> 3 <name>guess-market-engine</name>
4 <comment></comment> 4 <comment></comment>
5 <projects> 5 <projects>
6 <project>gauss-market-api</project> 6 <project>guess-market-api</project>
7 </projects> 7 </projects>
8 <buildSpec> 8 <buildSpec>
9 <buildCommand> 9 <buildCommand>