Update agent configuration

This commit is contained in:
Alex Selimov 2026-05-14 19:13:04 -04:00
parent a92b72bbb3
commit 5f053ec81d
3 changed files with 43 additions and 1 deletions

View file

@ -16,7 +16,7 @@ if [[ -d "$PI_SRC" ]]; then
# Entries to persist from the workspace (add more here as needed).
# Note: auth.json is intentionally omitted — credentials stay on the
# named volume only, not in the committed workspace.
for entry in settings.json bin extensions skills themes prompt-templates agents.toml config.toml; do
for entry in settings.json bin extensions skills themes prompt-templates agents.toml config.toml AGENTS.md; do
src="$PI_SRC/$entry"
dst="$PI_DST/$entry"
if [[ -e "$src" ]]; then