chore: reorganize into polyglot monorepo (workshop)

- Move bigmind/ -> mcp/bigmind/
- Move webscraper/ -> mcp/webscraper/
- Move mss-failsafe/ -> java/mss-failsafe/
- Move Wellmann-Shop/ -> java/wellmann-shop/ (normalize to kebab-case)
- Add .roo/ IDE config files to tracking
- Add plans/REPO_STRATEGY.md (monorepo strategy document)
- Expand .gitignore: Java/Maven, Node/TS, coverage, uv.lock
- Rewrite README.md as navigation index
- Update .roo/mcp.json webscraper path to mcp/webscraper/
This commit is contained in:
Patrick Plate
2026-04-04 08:51:15 +02:00
parent 4167e15ed9
commit 155d56e8e8
1598 changed files with 19429 additions and 23 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
BASEDIR=$(dirname "$0")
cd "$BASEDIR" || exit
# Lately path is not considering homebrew install, so we add it manually
export PATH=%PATH:"$HOME"/.local/bin/:/Library/Frameworks/Python.framework/Versions/3.12/bin/
uv run src/server.py