3216040d2f97ab5a94652732e217f5aa4a673f1d
`ecosystem.light.config.cjs` did not mention officer-gitea, so `defineProfile` threw while the file was being loaded and pm2 could start NOTHING from it — not the app, not the agent, not the terminal. The profile has been dead on arrival since gitea was added to ecosystem.config.cjs and to the mac profile but not to this one. That is the drift check doing its job rather than a flaw in it: the alternative is a light install that silently starts less than it claims. The cost is that adding a sidecar breaks every profile until each one classifies it, which is the trade the file already documents. Included rather than excluded, matching the mac profile's reasoning: this sidecar fronts a REMOTE Gitea whose URL and token live in `service_connections`, so it installs nothing locally. That is the line between it and the excluded sidecars, which supervise a local daemon or container. Both light profiles now load and contain the same six processes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%