[codex] Add memory lifecycle controls#142
Open
romgenie wants to merge 3 commits into
Open
Conversation
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
|
@romgenie is attempting to deploy a commit to the 0xBuns Team on Vercel. A member of the Team first needs to authorize it. |
Fixes OpenCoven#109 Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
Fixes OpenCoven#109 Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
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.
Summary
coven-code memorynamed command for metadata-only listing, local/team delete, local/team redaction, team conflict inspection, conflict resolution, and explicitly scoped hosted namespace deletion.Context
Changes
memorynamed command insrc-rust/crates/commands/src/named_commands.rs.list,delete,redact,conflicts,resolve-conflict, andhosted-delete.--teamfor keys under the reservedteam/directory so local and team-memory targeting cannot be confused.docs/configuration.mdlifecycle operation examples and hosted delete scope requirements.Validation
Record exact commands and outcomes. Mark items N/A with a reason when they do not apply.
git diff --check- passed; Git emitted line-ending normalization warnings for touched files only.cargo fmt --all- passed.cargo check --workspace- passed.cargo clippy --workspace --all-targets -- -D warnings- passed.cargo test --workspace- passed.cargo test --package claurst-commands named_commands::tests::test_memory- 17 passed.Format, lint, and testpassed on c5d89b2;Interactive terminal suitepassed on c5d89b2.PR Readiness
Note: Vercel reports "Authorization required to deploy" for this fork PR. The repo GitHub Actions code checks are passing.