diff --git a/sloptrap b/sloptrap index c22f115..5fb07e8 100755 --- a/sloptrap +++ b/sloptrap @@ -1346,7 +1346,7 @@ ensure_opencode_config() { compaction: { auto: true, prune: true, - reserved: 16000 + reserved: 12000 }, watcher: { ignore: [ @@ -1371,6 +1371,9 @@ ensure_opencode_config() { external_directory: "allow", doom_loop: "ask" } + "instructions": [ + "AGENTS.md" + ] }' >"$OPENCODE_CONFIG_HOST"; then error "failed to write opencode config '$OPENCODE_CONFIG_HOST'" fi