*: add claude code settings and update memory#4419
Merged
obol-bulldozer[bot] merged 1 commit intomainfrom Mar 27, 2026
Merged
Conversation
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>
|
KaloyanTanev
approved these changes
Mar 27, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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
.claude/settings.jsonwith PostToolUse hook that auto-runsgofmtandfiximportson Go files after edits (skips.pb.go)CLAUDE.mdwith accurate file references (fix stalecore/encode.gorefs), add missing components (Tracker, Priority), entry point docs, and feature flag note.gitignoreto track.claude/settings.jsonand.claude/skills/Test plan
gofmtandfiximportsrun automatically after Claude edits a.gofile.pb.gofiles are skipped by the hookcategory: refactor
ticket: none