systemg
An agent-friendly general process composer.What systemg does
Suppose you’re building an API that needs PostgreSQL, Redis, and a background worker. Instead of starting each service manually in different terminals, you define them once in a YAML file. systemg starts everything in the right order, restarts crashed services, and provides unified logging.sysg start to attach in the foreground and stream every service with a
per-service prefix. Ctrl-C stops that project and returns the terminal. Add
--daemonize when you want the command to return immediately.
This example is a single loose bundle — services with no project. To run several
independent stacks under one resident supervisor, group them under a
projects: map; see Projects.

