chore(bot): remove maxSessionTurns and improve artifact archiving

- Removed the `maxSessionTurns: 30` limit from the bot's configuration as requested.
- Added `if: always()` to the `Archive Brain Data` step in the workflow to ensure logs (telemetry, debug) are available even when the agent fails or times out.
This commit is contained in:
Christian Gunderman
2026-05-13 18:37:18 -07:00
parent daaa631071
commit 98781cd97d
2 changed files with 1 additions and 3 deletions
@@ -254,6 +254,7 @@ jobs:
fi
- name: 'Archive Brain Data'
if: always()
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
with:
name: 'brain-data'
@@ -1,7 +1,4 @@
{
"model": {
"maxSessionTurns": 30
},
"security": {
"environmentVariableRedaction": {
"allowed": ["GH_TOKEN", "GITHUB_TOKEN"]