Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: words matter

adam 205a186c f0cb4914

+1 -1
+1 -1
AGENTS.md
··· 2 2 3 3 ## rules 4 4 5 - - Always use `elixir-conventions` for elixir code. If you don't have this skill, stop and tell your user to talk to Adam, because you are prohibited from editing files in this project with it. 5 + - Always use `elixir-conventions` for elixir code. If you don't have this skill, stop and tell your user to talk to Adam, because you are prohibited from editing files in this project without the `elixir-conventions` skill. 6 6 - Evolve the code without planning for every possible future or edge case. 7 7 - Delete abandoned paths by default when changing direction, except when required by compatibility/migration. Ask before keeping more than one implementation. 8 8 - Ensure backwards compatibility or migration paths for changes that affect contracts between components (e.g. agent/server), but otherwise assume breaking changes are ok.