+1
codex/AGENTS.md
+1
codex/AGENTS.md
···
22
22
- Rely on the build system (usually `Makefile`) commands for running, testing, linting, ...
23
23
- Use tmux for background jobs, async tasks, or anything you'll come back to it. E.g:
24
24
- Run development servers, long running processes you need to audit, run tests in the background, tailing logs
25
+
- Design workflows so they are observable without constant (blocking) babysitting (use tmux panes, logs, log-tail scripts, ...)
25
26
26
27
## Git
27
28