Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 336 Bytes

File metadata and controls

11 lines (7 loc) · 336 Bytes

AGENTS.md

Command Execution

  • For running bash commands from Elixir, use MuonTrap instead of System.
  • Prefer MuonTrap because it propagates process shutdowns to child processes.
  • Reference: https://hexdocs.pm/muontrap/readme.html

Workflow

  • After every change, create a git commit and push it to the current branch.