Files
probo/contrib/claude
Bryan Frimin f82d76b246 Add safe URL construction rules to agent guides
Add a URL and query parameter construction section to
contrib/claude/go-style.md requiring net/url (url.JoinPath,
url.Values, url.Parse) instead of fmt.Sprintf or string
concatenation.

Create contrib/claude/ts-style.md with matching TypeScript
rules requiring URL and URLSearchParams instead of template
literals or string concatenation.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2026-04-24 16:12:27 +02:00
..
2026-04-19 11:42:50 +02:00
2026-04-19 11:49:55 +02:00
2026-04-19 11:49:55 +02:00
2026-04-19 11:42:50 +02:00
2026-04-21 18:51:34 +02:00
2026-04-19 11:42:50 +02:00
2026-04-19 11:42:50 +02:00
2026-04-13 12:25:42 +02:00
2026-04-20 12:11:17 +02:00
2026-04-19 11:59:22 +02:00
2026-04-21 17:56:00 +02:00
2026-04-19 11:42:50 +02:00
2026-04-03 18:18:10 +04:00
2026-04-20 17:47:04 +04:00