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
@@ -12,7 +12,7 @@ This file provides guidance to coding agents when working with code in this repo
12
12
13
13
#### Extra commands
14
14
These commands are usually already called by the user, but you can remind them to run it for you if they forgot to.
15
-
-**Build packages**: `pnpm build:packages` (you should never call this yourself)
15
+
-**Build packages**: NEVER DO THIS YOURSELF — ASK THE USER TO DO IT FOR YOU!
16
16
-**Start dependencies**: `pnpm restart-deps` (resets & restarts Docker containers for DB, Inbucket, etc. Usually already called by the user)
17
17
-**Run development**: Already called by the user in the background. You don't need to do this. This will also watch for changes and rebuild packages, codegen, etc. Do NOT call build:packages, dev, codegen, or anything like that yourself, as the dev is already running it.
18
18
-**Run minimal dev**: `pnpm dev:basic` (only backend and dashboard for resource-limited systems)
@@ -1034,7 +1043,7 @@ it("client cannot list invitations for a user_id other than 'me'", async ({ expe
1034
1043
"status": 400,
1035
1044
"body": {
1036
1045
"code": "CANNOT_GET_OWN_USER_WITHOUT_USER",
1037
-
"error": "You have specified 'me' as a userId, but did not provide authentication for a user. Make sure to pass the x-stack-access-token header to authenticate as a user.",
1046
+
"error": "You have specified 'me' as a userId, but did not provide authentication for a user.",
0 commit comments