Create and manage Makefiles optimized for AI agent interaction and process lifecycle management.
| Multiple backends | Use suffix naming: run-api, run-worker, etc. | | Database migrations | Add migrate target, make run-backend depend on it | | Emulators | Treat like any other service with PID tracking | | Docker Compose | Wrap docker-compose commands, track container IDs | | Monorepo | Use subdirectory variables: cd $(APIDIR) && ... |
| Multiple test types | Separate targets: test-unit, test-integration, test-e2e | | Watch modes | Use separate watch targets, don't mix with regular run |
Da utilizzare durante la creazione o la modifica dei Makefile per la gestione del ciclo di vita del processo. Ideale per progetti che necessitano di gestione dei processi in background, tracciamento PID, registrazione e monitoraggio dello stato. Si attiva su: "usa la modalità makefile", "makefile", "crea makefile", "gestione dei processi", "lavori in background", "avvia/arresta servizi". Modalità di accesso completo: può creare/modificare Makefile e file di supporto. Fonte: mcouthon/agents.