Fix Notion nested archive ordering - #135
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0b8a60a to
4cad1c4
Compare
Codex reviewNo high-confidence issues found. |
4cad1c4 to
d4411d6
Compare
|
Addressed in d4411d6. Notion block undo now restores the original block in place with I also added the requested parent/child/grandchild coverage at the core, connector, and mounted CLI workflow layers. The mounted workflow verifies both remote hierarchy/IDs and clean local reconciliation after undo. |
Summary
in_trashon the original block IDs, preserving hierarchy, sibling order, children, and native block typesTesting
cargo test -p locality-core -p locality-notion -p locality-storeCARGO_NET_GIT_FETCH_WITH_CLI=true cargo test -p loc-cli --test e2e_push_workflow(77 passed, 61 ignored credential-gated tests)-D warningsafter allowing unrelated baseline lints from the current Rust toolchaincargo fmt --all -- --checkgit diff --checkReview notes
The repository-wide strict Clippy command is blocked by pre-existing warnings outside this change; each changed target passes strict Clippy when those baseline lint classes are allowed.
Supersedes closed PR #133.