Skip to content

Commit 6ad2743

Browse files
authored
docs: fix broken AGENTS.sh reference in AGENTS.md (#14)
AGENTS.md told agents to run `bash AGENTS.sh` and check for a `.AGENTS.sh.completed` marker, but no AGENTS.sh file exists anywhere in the repo - that instruction can never succeed. Point to the "Local development" section in README.md instead, which documents the actual working setup (uv sync, etc).
1 parent 947b176 commit 6ad2743

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# AI Agents Instructions
22

3-
If file `.AGENTS.sh.completed` exists, it means that environment was already setup for you and all relevant dependencies are installed / downloaded.
4-
If it does not exist, setup the environment by running the script: `bash AGENTS.sh`
3+
If `.venv` already exists with dependencies installed, the environment was already
4+
set up for you. Otherwise, follow the "Local development" section in README.md
5+
(`uv sync` and the steps after it) to install dependencies.
56

67
Activate the virtual environment before running any commands:
78

0 commit comments

Comments
 (0)