Skip to content

Commit 3982e2f

Browse files
Copilotvoku
andauthored
docs: use portable paths in agents guide
Agent-Logs-Url: https://github.com/voku/Arrayy/sessions/f64d12ef-4929-4660-acd6-f6f4d81e2028 Co-authored-by: voku <264695+voku@users.noreply.github.com>
1 parent 7a7e3f3 commit 3982e2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ This reads `src/Arrayy.php` docblocks and `build/docs/base.md`, then writes `REA
8383

8484
- Rebuild the README with `php build/generate_docs.php`
8585
- That script requires both:
86-
- `/home/runner/work/Arrayy/Arrayy/vendor/autoload.php`
87-
- `/home/runner/work/Arrayy/Arrayy/build/vendor/autoload.php`
86+
- `vendor/autoload.php`
87+
- `build/vendor/autoload.php`
8888
- On this branch, rerunning the generator completed successfully and did not change `README.md`
8989
- `AGENTS.md` is manually maintained and should be updated separately after README regeneration when task-specific context needs to be preserved
9090

0 commit comments

Comments
 (0)