primer/agent-eval

Agent eval navigation

Scenarios

IDPrompt
000-llm-as-a-judgeReplace the Hello world content in src/App.tsx with a friendly empty state for a new project list. Include a heading and one short sentence encouraging the user to create their first project. Keep the existing App export and do not add dependencies.
000-nextjs-templateExample prompt
000-vite-templateExample prompt
001-agent-uses-button-from-primerUpdate the index page to use a primary button with the text 'Submit'
002-agent-uses-octicon-from-primerUpdate the index page to use a Search icon
003-agent-uses-form-from-primerUpdate the index page to render a sign-up form. The form does not need to post to an endpoint, I am only working on the UI for now.
004-agent-setup-nextjsSetup this project to work with Primer. Including a default page layout in app.tsx.
005-agent-enables-theme-switchingEnable support for switching between all available color schemes.