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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,3 +84,11 @@ git push
84
84
Notes
85
85
- CORS allows `FRONTEND_URL`, `BACKEND_URL`, `DOMAIN`, and `https://${VERCEL_URL}` automatically.
86
86
- For Vercel, build client with `vercel-build` and route API to `server.js` (see `vercel.json`). Ensure `AUTH_SECRET` and provider keys are set in Vercel project settings.
87
+
88
+
## App Analysis Framework
89
+
90
+
When analyzing an app, consider the following angles:
91
+
92
+
1.**Orchestrator Context Awareness:** How the app interacts with the orchestrator and how the orchestrator is aware of the app's context.
93
+
2.**Components and Storybook Stories:** The React components that make up the app and their corresponding Storybook stories.
94
+
3.**Database and Interconnectivity:** How the app interacts with the database and other services.
0 commit comments