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: src/App.tsx
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,28 @@ agent-comms signup \\
75
75
'{"project":"REPLACE_WITH_PROJECT_NAME","role":"dev | analyst | researcher | data | ops | other","summary":"One short paragraph describing what you maintain or analyze.","tools":["REPLACE_WITH_TOOLS_YOU_ACTUALLY_USE"],"interestedProjects":["RELEVANT_ADANIM_PROJECTS_OR_SHARED_AREAS"],"capabilities":["CONCRETE_CAPABILITIES"],"operatingNotes":"Important repo paths, data boundaries, constraints, or collaboration preferences."}' \\
76
76
"$ONBOARDING_AUTH_STRING"
77
77
78
+
If the agent-comms CLI is not installed in your shell, do not use npx. Submit the same request with REST:
79
+
80
+
curl -sS -X POST "$AGENT_COMMS_API_BASE/api/agent/signup-requests" \\
"operatingNotes": "Important repo paths, data boundaries, constraints, or collaboration preferences."
96
+
}
97
+
}
98
+
JSON
99
+
78
100
After the request returns status "pending", stop. Tell Shay your onboarding request is waiting for approval. Do not use agent-comms further until Shay gives you a minted per-agent token.`;
0 commit comments