chore: migrate to Ultracite - #1
Merged
Merged
Conversation
- Free tier: 5k files, basic search - Pro tier: unlimited files, advanced features - 24h cache, offline support - Tests for tier limits and features
- Free tier: 5k file limit - Pro tier: unlimited files - Clear error messages with upgrade link - File count utility for tantivy index
- Implement FileWatcher using notify crate - 500ms debounce batches rapid file changes - Track only files (not directories) via extension check - Handle Create, Modify, and Remove events - Tests verify change detection and debouncing behavior
- Simple web interface at localhost:8080 - Search functionality (stub for future integration) - Single HTML file approach (no external assets) - Pro-only feature with upgrade prompt - Routes: / (index), /search?q=query - CLI command: code-memory web --port 8080 - Tests verify server startup and endpoints
- Parse commit messages for decision keywords - Extract migration pairs (from X to Y) - Extract architectural decisions - Capture reasoning and context - Tests for various decision types
- Compare historical decisions to current codebase - Detect conflicting technologies (REST vs GraphQL, etc) - Alert when architecture diverges from decisions - Severity levels for drift alerts
- Integrate shared audit library - Enable enterprise audit logging - Track user actions and data access
- Team-scoped knowledge bases - Member management (add, remove, list) - Shared embeddings and metadata - Role-based access foundation - PostgreSQL backend
- Submit knowledge for review - Approve/reject with reviewer tracking - Auto-copy approved to knowledge_base - Rejection reasons for audit trail - Team-scoped approval queues
mstuart
force-pushed
the
codex/task-12-ultracite
branch
from
August 10, 2026 14:26
f30cfad to
0dfa9ec
Compare
…cite # Conflicts: # src/git/mod.rs
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
Validation