We’re pleased to announce version 0.31.1 of the Screeps GPT autonomous bot.
What’s New
New Features
- Screeps Quorum Architecture Analysis: Comprehensive analysis of the Screeps Quorum community-driven bot architecture
- Created
docs/strategy/external-analysis/screeps-quorum-analysis.mdwith detailed architectural pattern review - Analyzed community governance automation (GitConsensus), deployment architecture (CircleCI + Gulp), modular code organization, and monitoring patterns (ScreepsDashboard)
- Identified high-priority recommendations: Multi-agent consensus protocol, runtime version tracking, QoS monitoring system
- Compared Screeps GPT architecture with Screeps Quorum to validate current design decisions
- Documented actionable recommendations with implementation roadmap aligned to Phase 1-2 deliverables
- Analysis supports strategic planning (Issue #23), specialized GitHub Actions (Issue #210), and enhanced Copilot workflows (Issue #89)
- Created
Security
- Documented Zero Security Vulnerabilities in Dependency Tree (#288)
- Comprehensive audit confirmed all previous vulnerabilities (from #125) remain resolved
- npm audit reports 0 vulnerabilities across all severity levels (critical, high, moderate, low)
- Validated that axios security fixes (axios@1.13.2) from Screeps GPT release 0.19.3 (2025-11-07) are still effective
- Security audit workflow (
guard-security-audit.yml) confirmed operational with daily scheduled runs - Issue #288 determined to be duplicate of already-resolved #125 (closed 2025-11-07)
- All 451 unit tests passing, build successful, no security blockers for deployment
- Monitoring system data appears to have been based on stale/cached vulnerability information
Full Changelog: 0.31.1 on GitHub