Add mandatory static error handling requirements to CLAUDE.md#1420
Merged
osterman merged 1 commit intoadd-claude-mdfrom Aug 26, 2025
Merged
Add mandatory static error handling requirements to CLAUDE.md#1420osterman merged 1 commit intoadd-claude-mdfrom
osterman merged 1 commit intoadd-claude-mdfrom
Conversation
Update error handling section to enforce use of static errors defined in errors/errors.go to comply with golangci-lint requirements and prevent dynamic error warnings. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## add-claude-md #1420 +/- ##
==============================================
Coverage 55.45% 55.45%
==============================================
Files 273 273
Lines 28620 28620
==============================================
Hits 15870 15870
- Misses 10962 10963 +1
+ Partials 1788 1787 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
osterman
added a commit
that referenced
this pull request
Aug 27, 2025
* Add comprehensive CLAUDE.md development guide This document provides essential guidance for future Claude Code instances working with the Atmos codebase, including: - Essential development commands (build, test, lint) - Project architecture and core concepts - Mandatory requirements for test coverage (80%), environment variables, logging, output streams - Schema update requirements for all configuration changes - Theme/styling consistency guidelines - Template integration requirements - Cross-platform compatibility standards - Multi-provider interface patterns with mocking - Documentation requirements using Docusaurus with definition lists - CLI command structure with embedded markdown examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add pull request template requirements to CLAUDE.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix label name to no-release 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add telemetry integration requirements to CLAUDE.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Correct TUI output conventions to use utils.PrintfMessageToTUI - Use utils.PrintfMessageToTUI() as the preferred method for UI messages - Document direct stderr as acceptable last resort - Fix typo: 'pi' -> 'piping' 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix test naming examples to follow best practices - Use descriptive test names that describe behavior being tested - Remove 'TestBugFix' anti-pattern examples - Show proper Go test naming conventions - Include both success and error condition examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add comprehensive file organization principles to CLAUDE.md Establishes Go idioms for file structure: - Prefer many small, focused files over few large files - One implementation per file for interface implementations - Test file naming symmetry with implementation files - Clear examples using store interface pattern - Domain-based package organization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add reference to authoritative store provider registry - Point to pkg/store/registry.go for up-to-date list of supported stores - Google Secret Manager is actually implemented and registered in the codebase 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add mandatory static error handling requirements to CLAUDE.md (#1420) Update error handling section to enforce use of static errors defined in errors/errors.go to comply with golangci-lint requirements and prevent dynamic error warnings. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
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
Test plan
🤖 Generated with Claude Code