We’re pleased to announce version 0.51.3 of the Screeps GPT autonomous bot.
What’s New
New Features
- Deprecation Strategy and Code Lifecycle Management: Implemented comprehensive system for managing deprecated code and technical debt
- Created deprecation policy document in
docs/development/deprecation-policy.mdwith lifecycle phases and guidelines - Created deprecation registry in
docs/development/deprecation-registry.mdto track all active deprecations - Created migration guide template in
docs/development/migration-guide-template.mdfor consistent documentation - Added ESLint rule
@typescript-eslint/no-deprecatedto warn when deprecated APIs are used - Added CI workflow
.github/workflows/guard-deprecation.ymlfor automated deprecation checks - Documented current deprecations: role-based behavior system and legacy label system
- Established 2-3 release cycle deprecation timeline for minor versions
- Integrated deprecation tracking with CHANGELOG format
- Provides clear upgrade paths and reduces technical debt accumulation
- Resolves #556: Implement deprecation strategy and code lifecycle management system
- Created deprecation policy document in
Full Changelog: 0.51.3 on GitHub