announcements

jba 2025-11-27T10:46:39.733099Z

Announcing https://github.com/julienba/clj-dot-prompt. It's a backport of https://github.com/google/dotprompt to put your prompt in resources files and include metadata

💯 4
🎉 1
bhauman 2025-11-27T16:48:56.150559Z

New release: https://github.com/bhauman/clojure-mcp-light/blob/main/CHANGELOG.md#021---2025-11-27 - Tools to help coding assistants work with Clojure. clojure-mcp-light is NOT an MCP server. It's an extremely low-touch way to give LLM coding assistants tools that fix Clojure delimiter problems and interact with the REPL. These tools work with ANY LLM coding assistant that has shell access, not just Claude Code. This release adds clj-paren-repair, a CLI tool that LLMs can invoke to fix delimiters. In my experience, this is often all that's needed to prevent coding assistants from going into a "Paren Edit Death Loop." I have used it very productively with Codex cli and Gemini cli. https://github.com/bhauman/clojure-mcp-light

❤️ 2
🚀 7
🎉 21
2026-01-04T22:36:52.455199Z

Isn't Claude supposed to auto-include skills in the prompt?

2025-12-17T17:31:43.201279Z

just wanted to pop in and say i love this tool! way less annoying than an mcp server. and clj-paren-repair fixes my problems often!

🙏 1
tony.kay 2025-11-28T12:15:51.947979Z

Thanks. This approach has been working better for me than an MCP because the agent actually has control of starting/stopping the REPL (which is often manages to get into a bad state). The only complaint I have is that Claude doesn’t seem to pay as much attention to skills as it does to an MCP, which means I often have to remind it. But not seeing any paren problems with this approach.

bhauman 2025-11-28T14:17:22.973129Z

@tony.kay I think the answer to this is adding instructions to the CLAUDE.md file. It keeps it top of mind. But it should be concise instructions. I have an example in the readme. I think this works better. Also including instructions on how to start the repl is good as well. The reason that custom instructions works better is it exists in the same priority plane as the mcp tool descriptions

tony.kay 2025-11-28T14:23:37.803809Z

Yeah, I was hoping the skills description was supposed to stay at that level (the docs say it is pre-loaded as name/description). My skill definitely teaches it how to start/stop repls and use your tool for communicating. Where did you find a description of “priority plane”?

tony.kay 2025-11-28T14:24:22.938729Z

(because I have a lot of skills I want it to know about 😄 )

bhauman 2025-11-28T14:41:21.965749Z

I made it up as a descriptive helper... its just that custom instructions, system message, tool-descriptions are posted at the start of the context and I've always suspected have a higher status.... It has been demonstrated that the start and end of the context window get more "attention"

tony.kay 2025-11-28T17:57:43.642259Z

Yeah, but the skills docs say that the description of skills gets preloaded into the front of the window…so…maybe I need a longer description string

bhauman 2025-11-28T20:25:51.685669Z

but the instructions get buried in the middle when they are invoked... so if you have a long conversation...

bhauman 2025-11-28T20:26:36.378459Z

I'd definitely try the custom instructions and see how that goes...

tony.kay 2025-11-28T22:33:19.058389Z

My problem was that my CLAUDE.md had pulled old dev docs that said “to run all tests use clojure …” 😛

tony.kay 2025-11-28T22:33:46.096029Z

totally makes sense that project local CLAUDE.md would trump global skills

tony.kay 2026-01-05T12:26:51.928539Z

I’ve had limited luck with the auto inclusion in claude code and opencode. If you remind it to use skill X then it does it.

seancorfield 2025-11-27T17:40:44.061009Z

https://github.com/seancorfield/honeysql 2.7.1364 -- Turn Clojure data structures into SQL A bug fix, an enhancement, and some housekeeping -- Happy Turkey Day (to those who celebrate)! • Address https://github.com/seancorfield/honeysql/issues/593 by adding :transform-null-equals option to control whether [:= expr nil] transforms to IS NULL or preserves = NULL. Defaults to true (current behavior) for backward compatibility. When set to false, follows SQL standard semantics. Mirrors PostgreSQL's transform_null_equals configuration option. • Fix https://github.com/seancorfield/honeysql/issues/590 by allowing simple expressions on the LHS of SET = clauses, such as array element assignment. • Update dev/test deps (Clojure 1.12.3, CLI 1.12.3.1577). • Add matrix testing against JDK 25; drop JDK 8. Follow-up in #honeysql

🍯 8
🎉 17
borkdude 2025-11-27T18:54:14.350229Z

National holidays are the best days to squeeze in a couple of OSS commits aren't they ;)

👍🏻 1
❤️ 2
sbronner 2025-12-05T23:34:59.752669Z

I'm pretty sure the Turkey is the only participant guaranteed not to have a good one on that particular day.... But I'm an Aussie, what would I know? 😁