Skip to content

chore: apply black formatting to gui_agents (unblock CI)#194

Merged
eric-xw merged 1 commit into
mainfrom
chore/black-format-gui_agents
May 13, 2026
Merged

chore: apply black formatting to gui_agents (unblock CI)#194
eric-xw merged 1 commit into
mainfrom
chore/black-format-gui_agents

Conversation

@eric-xw

@eric-xw eric-xw commented May 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Runs black gui_agents to bring 8 long-unformatted files into compliance with the lint workflow.
  • Pure formatting — verified AST-identical to the prior state for every file. No behavior change.

Why now

The lint workflow (black --check gui_agents) only runs when a push/PR touches gui_agents/**. From mid-January to last night, no main push hit that path, so accumulated formatting drift went unnoticed. The first gui_agents/** push of 2026 (Ollama merge #163) flipped main red, and the subsequent #157 merge stayed red.

Files reformatted

  • gui_agents/s1/core/ProceduralMemory.py
  • gui_agents/s2/agents/worker.py
  • gui_agents/s2/memory/procedural_memory.py
  • gui_agents/s2_5/agents/worker.py
  • gui_agents/s2_5/memory/procedural_memory.py
  • gui_agents/s3/agents/worker.py
  • gui_agents/s3/bbon/behavior_narrator.py
  • gui_agents/s3/memory/procedural_memory.py

Test plan

  • black --check gui_agents is green locally (black 26.3.1, same version CI installs).
  • AST-equality check across every modified file: identical before/after.
  • CI confirms green on this PR.

Brings 8 long-unformatted files into compliance with the lint workflow's
`black --check gui_agents` step. Pure formatting: AST-identical to before
for every touched file. Unblocks CI on main, which has been failing since
the first gui_agents push of 2026 hit a build-up of pre-existing debt.

Files reformatted:
- gui_agents/s1/core/ProceduralMemory.py
- gui_agents/s2/agents/worker.py
- gui_agents/s2/memory/procedural_memory.py
- gui_agents/s2_5/agents/worker.py
- gui_agents/s2_5/memory/procedural_memory.py
- gui_agents/s3/agents/worker.py
- gui_agents/s3/bbon/behavior_narrator.py
- gui_agents/s3/memory/procedural_memory.py
@eric-xw eric-xw merged commit 73ea172 into main May 13, 2026
2 checks passed
@eric-xw eric-xw deleted the chore/black-format-gui_agents branch May 13, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants