diff --git a/AGENTS.md b/AGENTS.md index 163cda6..ba55edc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -24,19 +24,6 @@ All examples should be run using the provided wrapper script: ./scripts/run-example.sh ``` -**Available examples:** -```bash -./scripts/run-example.sh basic_usage -./scripts/run-example.sh upload_photos -./scripts/run-example.sh download_asset -./scripts/run-example.sh thumbnail -./scripts/run-example.sh search_metadata -./scripts/run-example.sh album_management -./scripts/run-example.sh timeline_browsing -./scripts/run-example.sh delete_assets -./scripts/run-example.sh server_info -``` - The wrapper handles everything automatically: - Starts Immich containers (if not running) - Creates admin user and API key @@ -46,7 +33,7 @@ The wrapper handles everything automatically: **When adding new examples:** 1. Read `IMMICH_URL` and `IMMICH_API_KEY` from environment variables -2. Test with: `./scripts/run-example.sh ` +2. Test with: `./scripts/run-example.sh ` (Important!) 3. Verify it works with the seeded test data (3 photos, 1 album) ## Code Style Guidelines