Skip to content

Commit 0b82970

Browse files
davydog187Dave Luciaclaude
authored
feat(phase-17): Vararg expansion, scope fixes, and suite triage (#141)
Co-authored-by: Dave Lucia <dave@dave-mac-mini.tail23398.ts.net> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b2c793a commit 0b82970

12 files changed

Lines changed: 1251 additions & 378 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ mix usage_rules.search_docs "Enum.zip" --query-by title
115115
## Debugging
116116

117117
- Use `dbg/1` to print values while debugging. This will display the formatted value and other relevant information in the console.
118+
- Write ExUnit tests when trying to replicate bugs or issues. DO NOT use mix run -e unless necessary, always try to write a unit test replicating failures first.
118119

119120
<!-- usage_rules:elixir-end -->
120121
<!-- usage_rules:otp-start -->

0 commit comments

Comments
 (0)