You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Step-by-step installation for clj-nrepl-eval and clj-paren-repair
39
+
- Verification steps for each tool
40
+
- Attribution to Bruce Hauman and link to full documentation
41
+
42
+
### Changed
43
+
- Updated validation checklist to include test fixture validation
44
+
- Enhanced test examples with exception testing and template-based testing
45
+
46
+
### Rationale
47
+
Address the #1 issue where LLM agents call test functions directly instead of using fixture-aware test runners (run-test-var), causing unbound dynamic var errors. Provide properly cited documentation for all major guidance areas. Move installation instructions to README.md where they belong, keeping SYSTEM.md focused on operational guidance.
48
+
49
+
### References
50
+
- Official Clojure API: https://clojure.github.io/clojure/clojure.test-api.html
0 commit comments