feat(repo): add repo identity scope for list, search, and export#59
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e40eb6d764
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Add nullable repo_remote/repo_slug/repo_name fields (schema v9), derive identity during sync from git origin, and filter sessions across sibling worktrees via --repo and non-path --project values. Considered and deferred: - TUI repo identity grouping (CLI scope is complete; follow-up tracked locally) Signed-off-by: samzong <samzong.lu@gmail.com>
e40eb6d to
2c2c5e7
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Swish! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
--projectvalues and JSON/export/import fields.Verification
git diff HEAD~1..HEAD --checkcargo test sync::tests::full_sync_treats_new_session_metadata_as_changedmake checkPre-ship