Imported from ggopalan42/gg-pm (
scripts/AGENTS.md). Install upstream withnpx skills add ggopalan42/gg-pm --skill scripts. Copyright stays with the author.
Scripts agent guide
Current scope (Part 7)
This folder contains Docker start/stop scripts for macOS, Linux, and Windows.
Scripts
- macOS
start-mac.shstop-mac.sh
- Linux
start-linux.shstop-linux.sh
- Windows (PowerShell)
start-windows.ps1stop-windows.ps1
Behavior
- Start scripts build the root
Dockerfile, remove any priorpm-mvp-appcontainer, then run a new container on port8000. - Start scripts mount host
backend/datato container/app/backend/dataso SQLite data persists across container restarts. - If a root
.envexists, it is passed into the container. - Stop scripts remove the running
pm-mvp-appcontainer if present.