Add configuration files for development and testing#133
Merged
Conversation
This commit includes two essential configuration files: ## .claude/settings.local.json - Tool access permissions for Claude Code development - Allows npm, git, and web fetch operations - Sets default mode to accept edits for streamlined workflow ## .github/configs/otel-collector-config.yaml - OpenTelemetry collector configuration for CI testing - OTLP HTTP receiver on port 4318 - File exporters for traces and metrics validation - Health check endpoint for container readiness These configurations support the development workflow and enable comprehensive testing of the GitHub Action's telemetry output. 🤖 Generated with [Claude Code](https://claude.ai/code) 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
.claude/settings.local.jsonfor Claude Code development configuration.github/configs/otel-collector-config.yamlfor CI testing setupDetails
This PR consolidates essential configuration files needed for the development workflow and testing infrastructure:
.claude/settings.local.json
Purpose: Configure tool access permissions and settings for Claude Code development
Features:
acceptEditsfor streamlined development.github/configs/otel-collector-config.yaml
Purpose: OpenTelemetry collector configuration for validating GitHub Action telemetry output
Features:
/collector-logs/traces.json) and metrics (/collector-logs/metrics.json)Integration
These configuration files work together to enable:
Test Plan
🤖 Generated with Claude Code