Skip to content

chore: remove .beads/issues.jsonl and gitignore it#1577

Merged
jeremyeder merged 1 commit into
mainfrom
fix/remove-beads-issues-jsonl
May 13, 2026
Merged

chore: remove .beads/issues.jsonl and gitignore it#1577
jeremyeder merged 1 commit into
mainfrom
fix/remove-beads-issues-jsonl

Conversation

@jeremyeder
Copy link
Copy Markdown
Contributor

@jeremyeder jeremyeder commented May 13, 2026

Summary

The beads passive export file is a local Dolt DB artifact and should not be tracked in git.

Test plan

  • .gitignore blocks the file (confirmed — auto-export hook was blocked post-commit)

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Cleared local issue tracker records from project files.
    • Updated repository gitignore configuration to exclude local issue tracker export files from version control.

The beads passive export file was accidentally committed in PR #1574.
This file is a local Dolt DB export and should not be tracked in git.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jeremyeder jeremyeder added the ambient-code:self-reviewed Self-reviewed by Ambient agent label May 13, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 13, 2026

Deploy Preview for cheerful-kitten-f556a0 canceled.

Name Link
🔨 Latest commit ba191cf
🔍 Latest deploy log https://app.netlify.com/projects/cheerful-kitten-f556a0/deploys/6a04bc1fe732b1000839bc16

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: c9071125-2bd4-485b-932f-2fe7fe264312

📥 Commits

Reviewing files that changed from the base of the PR and between 2ef5345 and ba191cf.

📒 Files selected for processing (2)
  • .beads/issues.jsonl
  • .gitignore
💤 Files with no reviewable changes (1)
  • .beads/issues.jsonl

📝 Walkthrough

Walkthrough

Removes cached Beads issue tracker export data from .beads/issues.jsonl and configures git to ignore the file to prevent future tracking of local issue exports.

Changes

Beads Issue Tracker Cleanup

Layer / File(s) Summary
Issue tracker export removal and gitignore
.beads/issues.jsonl, .gitignore
Clears local Beads issue tracker export records and adds .beads/issues.jsonl to .gitignore to exclude future exports from version control.
🚥 Pre-merge checks | ✅ 8
✅ Passed checks (8 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Title follows Conventional Commits format (chore: description) and accurately describes the main changes: removing .beads/issues.jsonl and adding it to .gitignore.
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.
Performance And Algorithmic Complexity ✅ Passed PR modifies only .gitignore to add .beads/issues.jsonl rule. No code changes, algorithms, API operations, loops, caching, or frontend logic modified. Zero performance impact.
Security And Secret Handling ✅ Passed Removes local tracking artifact and adds to gitignore. No hardcoded secrets, token exposure, auth gaps, injection vulnerabilities, or K8s Secret issues in new code.
Kubernetes Resource Safety ✅ Passed Custom check for Kubernetes Resource Safety is not applicable. PR only modifies .beads/issues.jsonl (data file) and .gitignore (git config). No Kubernetes manifests or resources are changed.

✏️ 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/remove-beads-issues-jsonl
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix/remove-beads-issues-jsonl

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

@jeremyeder jeremyeder merged commit 824b2fa into main May 13, 2026
20 checks passed
@jeremyeder jeremyeder deleted the fix/remove-beads-issues-jsonl branch May 13, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ambient-code:self-reviewed Self-reviewed by Ambient agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant