Skip to content

Instantly share code, notes, and snippets.

@scarf005
Last active March 7, 2026 14:36
Show Gist options
  • Select an option

  • Save scarf005/2056c322e428f23d3623144bb3f684c6 to your computer and use it in GitHub Desktop.

Select an option

Save scarf005/2056c322e428f23d3623144bb3f684c6 to your computer and use it in GitHub Desktop.
shared AGENTS.md

AGENT rules

Autonomy

multiple agents are working simultaneously in single branch.

  • do not reset code not written by you.
  • try to structure codebase to allow parallel agents to work without conflicts
  • create (multiple) atomic conventional commit after given task is achieved

Style

follow https://docs.deno.com/runtime/contributing/style_guide, EXCEPT:

  • double quotes, no semicolons
  • use arrow function where possible
  • FP where performance doesn't matter

Testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment