docs: add agent memory roadmap - #1369
Closed
AlexStocks wants to merge 1 commit into
Closed
Conversation
The document consolidates competitor research, live issue status, contract boundaries, and a near-term PowerContext work plan so follow-up sessions can start from a bounded roadmap. Constraint: Keep this as a documentation-only artifact without site navigation, runtime code, configuration, or implementation branches. Rejected: Commit the document on codex/ignore-local-artifacts | That would mix an unrelated branch topic with the roadmap handoff. Confidence: high Scope-risk: narrow Tested: make docs-test; uv run prek run --files docs/zh/agent-memory-competitive-research-and-roadmap.md; git diff --check -- docs/zh/agent-memory-competitive-research-and-roadmap.md. Not-tested: Full runtime test suite because this commit only adds a standalone Markdown roadmap. Co-authored-by: OmX <omx@oh-my-codex.dev>
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.
Which issue or RFC does this PR close?
Related to #1352.
This PR does not close #1352. The issue is an umbrella roadmap/control plane and should remain open until its product-critical exit criteria are met or explicitly deferred.
Rationale for this change
The agent-memory competitive research and near-term PowerContext plan should live as a reviewable repository artifact, not only as an issue comment or local draft. The document gives contributors a bounded starting point for the next sessions: what to borrow from adjacent products, what not to over-commit to, and which near-term work should happen first.
What changes are included in this PR?
docs/zh/agent-memory-competitive-research-and-roadmap.md.Are there any user-facing changes?
Documentation only. There are no runtime, API, schema, CLI, or persisted-format changes. The new page is not yet added to the documentation navigation.
How was this change tested?
make docs-testuv run prek run --files docs/zh/agent-memory-competitive-research-and-roadmap.mdgit diff --check -- docs/zh/agent-memory-competitive-research-and-roadmap.mdAI usage statement
AI assistance: OpenAI Codex was used to draft, reconcile, and validate the documentation update.
Human verification: I reviewed the resulting document scope, refreshed linked GitHub issue/PR status before finalizing the roadmap, and ran the validation commands listed above.