Skip to content

Update the core of cortexaDB#37

Merged
anaslimem merged 1 commit intomainfrom
update-core
Apr 21, 2026
Merged

Update the core of cortexaDB#37
anaslimem merged 1 commit intomainfrom
update-core

Conversation

@anaslimem
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings April 21, 2026 06:54
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cortexa-db Ready Ready Preview, Comment Apr 21, 2026 6:54am

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Minor maintenance updates in cortexadb-core, primarily focused on formatting/cleanliness of exports and imports within the core modules.

Changes:

  • Reformats facade re-exports in lib.rs for readability.
  • Normalizes module import paths in core (e.g., crate::core::...) and removes trailing whitespace in a doc comment.
  • Removes the MemoryId ordering unit test from memory_entry.rs.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
crates/cortexadb-core/src/lib.rs Re-formats facade re-export block.
crates/cortexadb-core/src/engine.rs Doc comment whitespace cleanup.
crates/cortexadb-core/src/core/state_machine.rs Updates imports to use crate::core::{...}.
crates/cortexadb-core/src/core/memory_entry.rs Removes MemoryId ordering test.
crates/cortexadb-core/src/core/command.rs Consolidates imports for MemoryEntry/MemoryId.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -65,11 +65,4 @@ mod tests {
assert_eq!(entry.importance, 0.8);
assert_eq!(entry.embedding, Some(vec![0.1, 0.2, 0.3]));
}
@anaslimem anaslimem merged commit 1f2e95c into main Apr 21, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants