From 7b6fcf02b8401efb04fd4de09e23bd5bdaa7cc9b Mon Sep 17 00:00:00 2001 From: Alishahryar1 Date: Wed, 18 Feb 2026 04:03:29 -0800 Subject: [PATCH] Updated agent md files for cloud agents --- AGENTS.md | 1 + CLAUDE.md | 1 + 2 files changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 316f2716..00735065 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,6 +3,7 @@ > This file is identical to CLAUDE.md. Keep them in sync. ## CODING ENVIRONMENT +- Install astral uv if not already installed - Always use `uv run` to run files instead of the global `python` command. - Read `.env.example` for environment variables. - All CI checks must pass; failing checks block merge. diff --git a/CLAUDE.md b/CLAUDE.md index 56f6c3f1..794164d0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -3,6 +3,7 @@ > This file is identical to AGENTS.md. Keep them in sync. ## CODING ENVIRONMENT +- Install astral uv if not already installed - Always use `uv run` to run files instead of the global `python` command. - Read `.env.example` for environment variables. - All CI checks must pass; failing checks block merge.