1.1 KiB
1.1 KiB
AGENTS.md — arcade-eval
Cross-agent entry pointer (Cursor, Claude Code, and other agent tools honor this file). This repo is the tool-agnostic source of truth for the Arcade.dev MCP-gateway evaluation.
Before doing anything
git pull(on rejection,git pull --rebase).cp config/.env.example .envand fill creds.- Read, in order:
README.md→STATUS.md→LIVE-POC.md→GROUND-RULES.md. - Run the live-state check (in
GROUND-RULES.md) before trusting the live instance.
Working rules (full text in GROUND-RULES.md)
- Write only inside your
categories/catN-*/subtree + your ownSTATUS.mdsection. Shared files (config/targets.yaml,lib/, top-level docs) are append-mostly;git pull --rebasebefore push. - Credentials live only in
.env— never commit them. - Never write the criteria Google Doc from a session — compose
criteria-section-N.mdlocally; the human pastes. Criterion wording is verbatim.
Connecting an MCP client
Gateway URL pattern: https://api.arcade.st.dev/mcp/{slug}. Cursor users: see
.cursor/mcp.json.example. Claude Code users: claude mcp add --transport http ….