docs(readme): clarify maintenance status and V2 transition - #915
Merged
Merged
Conversation
Explain that the current version remains usable and is not deprecated, with continued maintenance updates and security fixes. Introduce V2 and make clear that no migration is required now. Co-Authored-By: Codex <noreply@openai.com>
ayushtr-aws
approved these changes
Sep 22, 2026
isadeks
approved these changes
Sep 22, 2026
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.
The README now explains that the current version remains usable and is not deprecated, with continued updates and security fixes in maintenance mode. It introduces V2 as the next version and signals a future transition while making clear that no migration is required now.
Area
cdk— infrastructure, handlers, constructsagent— Python runtime / Docker imagecli—bgagentclientdocs— root READMEtooling— rootmise.toml, scripts, CI workflowsRelated
No linked issue.
Changes
Validation
git diff --checkand the README pre-commit checks passed, including the staged secret scan.mise run build: the agent and CLI suites, documentation build, CDK synthesis, and 221 of 222 CDK suites passed. One CDK test failed withENOENTwhile asset staging read a temporary Jest cache file.test/main.test.ts: all 9 tests passed with the Jest cache outside the repository, generated output excluded from discovery, and an 8 GiB Node heap. The initial isolated attempt exceeded the default Node heap limit.Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.
Co-Authored-By: Codex noreply@openai.com