Update agent configuration
This commit is contained in:
parent
a92b72bbb3
commit
5f053ec81d
3 changed files with 43 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue