Fix agent freeze logic and improve visual feedback - #2
Merged
Conversation
Mundo-Dev0ps
commented
May 2, 2026
Owner
- Agents no longer freeze on STANDBY (CPU 1-15%); only IDLE + stale MCP halts movement
- Drop redundant gate inside Agent.update() so ACTIVE PIDs always proceed
- Clear path/decision on respawn to prevent stuck agents post-death
- Clear MOVE decision when path is empty so wander targets that go out of bounds reset cleanly
- MockBrain wanders randomly when map is quiet instead of WAIT lock
- Stop targeting safe-zone "+" cure tiles in observation/COLLECT (was infinite loop)
- Render bypass classes with blue pulse when flying over obstacles
- Show sub-agent badge "🧬N" in cluster panel; pulse parent aura while subs work
- Render agents/fairies above fog so they remain visible outside player vision
- Unify event log border color with map aura via shared pidColor()
- Inspect panel exposes state/pidState/MCP freshness/reasoning for diagnosis
- Add DEBUG_AGENTS env-var logger in Game.step() for offline triage
- Bump terminal size requirements to 113x35 minimum, 140x42 recommended
- Add docs/ (ARCHITECTURE, COMPATIBILITY, MCP, RELEASE, SETTINGS) and screenshots
- Replace ASCII banner with pixel-art hero image in README
- Agents no longer freeze on STANDBY (CPU 1-15%); only IDLE + stale MCP halts movement - Drop redundant gate inside Agent.update() so ACTIVE PIDs always proceed - Clear path/decision on respawn to prevent stuck agents post-death - Clear MOVE decision when path is empty so wander targets that go out of bounds reset cleanly - MockBrain wanders randomly when map is quiet instead of WAIT lock - Stop targeting safe-zone "+" cure tiles in observation/COLLECT (was infinite loop) - Render bypass classes with blue pulse when flying over obstacles - Show sub-agent badge "🧬N" in cluster panel; pulse parent aura while subs work - Render agents/fairies above fog so they remain visible outside player vision - Unify event log border color with map aura via shared pidColor() - Inspect panel exposes state/pidState/MCP freshness/reasoning for diagnosis - Add DEBUG_AGENTS env-var logger in Game.step() for offline triage - Bump terminal size requirements to 113x35 minimum, 140x42 recommended - Add docs/ (ARCHITECTURE, COMPATIBILITY, MCP, RELEASE, SETTINGS) and screenshots - Replace ASCII banner with pixel-art hero image in README Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.