-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
+### Step 2: GitHub Copilot Configuration
+1. Enable Copilot in your IDE (VS Code, IntelliJ, etc.)
+2. Load project context: Open the repository in your IDE to let Copilot understand the codebase
+3. Review instructions: Familiarize yourself with this file and the specialized instruction files in .github/instructions/
+
+### Step 3: AI Agent Setup (Optional)
+For advanced AI assistance, review the agent-specific documentation:
+- Claude: See CLAUDE.md for Claude-specific instructions and focus areas
+- Gemini: See GEMINI.md for Gemini-specific strengths and workflows
+- General: See AGENTS.md for common AI agent guidelines
+
+### Step 4: Environment Configuration
+1. Set required environment variables:
-
-
Create .env file (never commit this)
- echo "E2E_TEST_SEED_PHRASE=your-test-seed-phrase-here" > .env> copilot The repository URL appears to be hardcoded to 'coinbase/onchaintestkit'. According to the project documentation structure described in the coding guidelines, this should use a placeholder like
<repository-url>to match the pattern shown in the setup instructions, or should reference the actual repository if this is accurate.
Originally posted by @copilot-pull-request-reviewer in #80 (comment)