Skip to content

fix: restore Tags subcommand + bump v0.0.3#74

Merged
ajianaz merged 1 commit into
developfrom
fix/restore-tags
May 30, 2026
Merged

fix: restore Tags subcommand + bump v0.0.3#74
ajianaz merged 1 commit into
developfrom
fix/restore-tags

Conversation

@ajianaz

@ajianaz ajianaz commented May 30, 2026

Copy link
Copy Markdown
Collaborator

Changes

Tags subcommand was accidentally dropped during PR #72 rebase conflict resolution.

Restores:

  • TagInfo type with name/count
  • tags_with_counts(), rename_tag(), delete_tag() store methods
  • Tags CLI subcommand (list/rename/delete)
  • Uteke wrapper methods

Also bumps version to 0.0.3.

Stress Test Results (50 memories)

Phase Result Time
WRITE (50) 50/50 ✅ 49.6s
RECALL (5 queries) 5/5 ✅ 4.8s
SEARCH (5 queries) 5/5 ✅ 4.7s
EXPORT/IMPORT 51/51 ✅ -
TAGS (list/rename/delete) -
AGING -
VERIFY + DOCTOR ✅ All pass -
CLEANUP (50 delete) 50/50 ✅ 50.2s

Verification

  • cargo check
  • cargo clippy
  • cargo test — 15/15 ✓
  • cargo fmt
  • Stress test — all phases passed

@coderabbitai

coderabbitai Bot commented May 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ajianaz, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 58 minutes and 45 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ad2e097c-7885-4918-800f-9401adb27912

📥 Commits

Reviewing files that changed from the base of the PR and between 32d6931 and f812b9e.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (5)
  • Cargo.toml
  • crates/uteke-cli/src/main.rs
  • crates/uteke-core/src/lib.rs
  • crates/uteke-core/src/memory/store.rs
  • crates/uteke-core/src/memory/types.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/restore-tags

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tags management (list/rename/delete) was accidentally dropped during
the PR #72 rebase conflict resolution. This restores:
- TagInfo type in types.rs
- tags_with_counts, rename_tag, delete_tag in store.rs
- Tags CLI subcommand with List/Rename/Delete variants
- Uteke wrapper methods

All features verified with stress test: 50 write, recall, search,
tags, aging, export/import, cleanup — all passing.
@ajianaz
ajianaz force-pushed the fix/restore-tags branch from f3e44e3 to f812b9e Compare May 30, 2026 01:55
@ajianaz
ajianaz merged commit 26508db into develop May 30, 2026
7 checks passed
@ajianaz
ajianaz deleted the fix/restore-tags branch May 30, 2026 04:55
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.

1 participant