From c7c5a478c61a72c19b9a2c22f851db0613c9be57 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 8 Dec 2025 08:38:36 +1100 Subject: [PATCH] Update agents.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents.md b/agents.md index c8483551..76d1e51f 100644 --- a/agents.md +++ b/agents.md @@ -136,7 +136,7 @@ Key methods: - Use build tags for optional compilation - Add comprehensive tests - Handle errors gracefully -- Add the no build directive, like the xml encoder and decoder, that enables a minimal yq builds. e.g. `//go:build !yq_`. Be sure to also updqate the build_small-yq.sh and build-tinygo-yq.sh to not include the new format. +- Add the no build directive, like the xml encoder and decoder, that enables a minimal yq builds. e.g. `//go:build !yq_`. Be sure to also update the build_small-yq.sh and build-tinygo-yq.sh to not include the new format. ❌ **DON'T:** - Modify `candidate_node.go` to add format-specific logic