Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,23 @@ CBORG_API_KEY

### Setup

After setting up env vars:
After running copier and setting up environment variables, run the following command to complete the AI integration setup:

`just -f ai.just setup-ai`

```bash
just -f ai.just setup-ai
```

This command performs two main setup tasks:

1. **AI Agent Configuration** (`setup-ai-instructions`):
- Creates `CLAUDE.md` symlink to `AGENTS.md` for Claude Code instructions
- Creates `.goosehints` symlink to `AGENTS.md` for Goose agent instructions
- Creates `.github/copilot-instructions.md` symlink to `AGENTS.md` for GitHub Copilot instructions

2. **GitHub Repository Setup** (`setup-gh`):
- Adds repository topics for discoverability (`monarchinitiative,ai4curation`)
- Configures repository secrets from your environment variables (PAT_FOR_PR, ANTHROPIC_API_KEY, etc.)

# FAQ

Expand All @@ -110,3 +124,4 @@ Error: Failed to setup GitHub token: Error: Workflow validation failed. The work
If you instead wish to use this action with a custom GitHub token or custom GitHub app, provide a `github_token` in the `uses` section of the app in your workflow yml file.
Error: Process completed with exit code 1.
```