Cross-platform Makefile fixes and README updates

Replace bash-only commands in Makefile with Python equivalents so
setup, test, lint, and clean work on Windows. Add LUMINA video URL
to README embed and note upcoming Ollama/LM Studio local LLM support.
This commit is contained in:
calesthio
2026-03-31 08:25:45 -07:00
parent f4c7a72730
commit 9c5b765bd2
2 changed files with 7 additions and 10 deletions
+2
View File
@@ -445,6 +445,8 @@ OpenMontage works with any AI coding assistant that can read files and execute P
All platform files point to the shared `AGENT_GUIDE.md` (operating guide and agent contract) and `PROJECT_CONTEXT.md` (architecture reference).
> **Coming soon:** Local LLM support via **Ollama** and **LM Studio** — run the full production pipeline without any cloud LLM.
---
## Contributing