Add environment configuration validation system #62
Merged
Conversation
Implement comprehensive validation for Claude Code environment YAML files using Pydantic 2 models with CI/CD integration. - Add Pydantic models defining environment config schema - Create validation script with detailed error reporting - Add GitHub Actions workflow for automated validation on PRs - Support JSON output for CI integration - Validate field types, business rules, and file references - Include path traversal protection and security checks
Update all installer and setup scripts to use exactly Python 3.12 instead of >=3.12 for consistent reproducible environments. - Add .python-version file specifying 3.12 - Update ruff.toml target version - Change all uv run commands from --python '>=3.12' to --python 3.12 - Ensure consistent Python version across Windows, Linux, and macOS
- Remove push to main branch trigger - Consolidate two jobs into single validate-pr job - Add smart validation logic for templates vs examples - Include PR comments for both success and failure cases - Improve efficiency by validating only changed files
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.
No description provided.