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
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Agent Instructions
4
4
5
-
> **Note for the AI agent:** Before running the startup script, verify that all dependencies and CLI tools are already available. If a `vendor/` directory exists **or**`go list -m -mod=readonly all` succeeds (indicating modules are cached), you may skip the entire startup scriptβincluding all `go mod` commands and `go install` steps. Otherwise run the script as listed below.
5
+
> **Note for the AI agent:** Before running the startup script, verify that all dependencies and CLI tools are already available. If a `vendor/` directory exists **or**`go list -m -mod=readonly all` succeeds (indicating modules are cached), you may skip the entire startup scriptβincluding all `go mod` commands and `go install` steps. Otherwise, run the script as listed below.
// Cookie binds the request cookie strings into the struct, map[string]string and map[string][]string.
154
-
// NOTE: If your cookie is like key=val1,val2; they'll be binded as an slice if your map is map[string][]string. Else, it'll use last element of cookie.
154
+
// NOTE: If your cookie is like key=val1,val2; they'll be bound as a slice if your map is map[string][]string. Else, it'll use last element of cookie.
0 commit comments