Skip to content

*: add claude code settings and update memory#4419

Merged
obol-bulldozer[bot] merged 1 commit intomainfrom
pinebit/claude-update
Mar 27, 2026
Merged

*: add claude code settings and update memory#4419
obol-bulldozer[bot] merged 1 commit intomainfrom
pinebit/claude-update

Conversation

@pinebit
Copy link
Copy Markdown
Collaborator

@pinebit pinebit commented Mar 27, 2026

Summary

  • Add shared .claude/settings.json with PostToolUse hook that auto-runs gofmt and fiximports on Go files after edits (skips .pb.go)
  • Update CLAUDE.md with accurate file references (fix stale core/encode.go refs), add missing components (Tracker, Priority), entry point docs, and feature flag note
  • Update .gitignore to track .claude/settings.json and .claude/skills/

Test plan

  • Verify gofmt and fiximports run automatically after Claude edits a .go file
  • Verify .pb.go files are skipped by the hook
  • Verify all doc links in CLAUDE.md point to existing files

category: refactor
ticket: none

Add shared Claude Code configuration with auto-format hook (gofmt + fiximports)
that runs on Go file edits. Update CLAUDE.md with accurate file references,
missing components, and entry point documentation.

category: tidy
ticket: none

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@pinebit pinebit requested a review from KaloyanTanev March 27, 2026 10:50
@pinebit pinebit changed the title *: add Claude Code settings and update CLAUDE.md *: add claude code settings and update memory Mar 27, 2026
@pinebit pinebit added the merge when ready Indicates bulldozer bot may merge when all checks pass label Mar 27, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.40%. Comparing base (c6c10cd) to head (fd4e972).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4419      +/-   ##
==========================================
+ Coverage   56.38%   56.40%   +0.01%     
==========================================
  Files         244      244              
  Lines       32518    32518              
==========================================
+ Hits        18336    18342       +6     
+ Misses      11838    11830       -8     
- Partials     2344     2346       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@obol-bulldozer obol-bulldozer bot merged commit e9b9a96 into main Mar 27, 2026
18 of 26 checks passed
@obol-bulldozer obol-bulldozer bot deleted the pinebit/claude-update branch March 27, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge when ready Indicates bulldozer bot may merge when all checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants