Skip to content

Commit f71b7f8

Browse files
eoinshaCopilot
andauthored
chore: Update AGENTS.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7071dfe commit f71b7f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- It returns Lambda code through `Code.fromCustomCommand(...)` so CDK can stage the packaged asset.
3333

3434
- The Docker-side flow lives in `resources/entrypoint.sh` and `resources/export.sh`.
35-
- `entrypoint.sh` starts the builder container, mounts an overlay filesystem over `/src`, creates a uv virtualenv, runs `uv sync --no-dev --frozen --no-editable`, creates a lock file, and stays alive.
35+
- `entrypoint.sh` starts the builder container, sets up the shared uv cache symlink, creates the lock file used for coordination, and stays alive.
3636
- `export.sh` runs later via `docker exec`, waits for the lock file, optionally scopes to `--package <workspace>`, exports requirements, and installs dependencies into the requested asset output directory.
3737

3838
## Workspace behavior

0 commit comments

Comments
 (0)