-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi @rlmark
I came across these repo on how to best use LLMs with Unison code, and because this is a direction I care about, I'm happy to help in trying to make this better.
It seems like all instructions, language ref, testing (prompts) are already well written. A few things that came up (I'm using codex-cli and it may be slightly different than other agents).
-
codex-cli uses AGENTS.md: maybe worth documenting how these plays with other files? eg. should we say in AGENTS.md to use those files when needed, or merge those files into AGENTS.md (sent across every request).
-
another useful tip, could be to enable web search in codex-cli, and then include the additional instruction to lookup up to date documentation in Unison Lang Docs when things aren't working (I noticed it's trying to use the MCP to type check).
-
Worth exploring what's the ideal dev flow for this (I'm guessing you already did this) and explicitly suggesting to do things "this way" up front in documentation (or a video).
-
also may be worth considering including an "Agent resources" in website with a link to llms.txt or similar so that when crawled again, it picks up the latest docs. For example, notice how Cloudflare does it on this page. Same for Unison Cloud / Share.
Hope this helps,
Maurice