Skip to content

chore: stop tracking local Beads runtime files#19

Merged
Kzoeps merged 1 commit intomainfrom
fix-beads-daemon
Apr 21, 2026
Merged

chore: stop tracking local Beads runtime files#19
Kzoeps merged 1 commit intomainfrom
fix-beads-daemon

Conversation

@Kzoeps
Copy link
Copy Markdown
Collaborator

@Kzoeps Kzoeps commented Apr 21, 2026

Summary

  • stop tracking Beads runtime and machine-local artifacts such as sqlite files, daemon logs, locks, and PID files
  • replace the blanket .beads/ ignore with targeted .gitignore rules so shareable Beads project files can remain in the repo
  • keep local Beads state on disk while preventing future accidental commits of runtime churn

Summary by CodeRabbit

  • Chores
    • Updated .gitignore to target specific local runtime artifacts (database files, daemon logs, sync state) instead of broadly ignoring the .beads/ directory.

@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)
hyperindex-atproto-client Ready Ready Preview, Comment Apr 21, 2026 5:53am

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

📝 Walkthrough

Walkthrough

Deleted local runtime state files from .beads directory and refined .gitignore to replace a broad ignore rule with targeted patterns for SQLite files, daemon artifacts, state files, and runtime sockets.

Changes

Cohort / File(s) Summary
Runtime State Cleanup
.beads/.local_version, .beads/daemon.pid, .beads/last-touched
Removed local runtime state files.
Gitignore Refinement
.gitignore
Replaced broad .beads/ ignore rule with 24 targeted patterns for SQLite files, daemon logs, state files, sync artifacts, and sockets.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Hop hop, the clutter is gone,
Old runtime files deleted at dawn,
Gitignore patterns now fine-tuned with care,
.beads directory cleansed from layer to layer! 🧹✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title clearly and accurately summarizes the main objective: stopping tracking of local Beads runtime files through refined .gitignore rules.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-beads-daemon

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
.gitignore (1)

3-3: Remove redundant ignore pattern *.exe~.

*~ at Line 29 already covers this, so this entry duplicates behavior.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.gitignore at line 3, Remove the redundant ignore entry '*.exe~' from the
.gitignore because the broader pattern '*~' already covers it; locate and delete
the literal '*.exe~' line so only the general '*~' entry remains and no
duplicate patterns exist.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In @.gitignore:
- Line 3: Remove the redundant ignore entry '*.exe~' from the .gitignore because
the broader pattern '*~' already covers it; locate and delete the literal
'*.exe~' line so only the general '*~' entry remains and no duplicate patterns
exist.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 99c00bfb-1493-4616-a0f9-0c5b3b8e8a07

📥 Commits

Reviewing files that changed from the base of the PR and between d163436 and bb049fb.

⛔ Files ignored due to path filters (4)
  • .beads/.jsonl.lock is excluded by !**/*.lock
  • .beads/beads.db is excluded by !**/*.db
  • .beads/daemon.lock is excluded by !**/*.lock
  • .beads/daemon.log is excluded by !**/*.log
📒 Files selected for processing (6)
  • .beads/.local_version
  • .beads/beads.db-shm
  • .beads/beads.db-wal
  • .beads/daemon.pid
  • .beads/last-touched
  • .gitignore
💤 Files with no reviewable changes (3)
  • .beads/last-touched
  • .beads/.local_version
  • .beads/daemon.pid

@Kzoeps Kzoeps merged commit c5b0680 into main Apr 21, 2026
8 checks passed
@Kzoeps Kzoeps deleted the fix-beads-daemon branch April 21, 2026 05:56
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