v0.3: Config validation, integration tests, secrets scanning, Terraform generator#27
Closed
db-tycoon-stephen wants to merge 4 commits into
Closed
v0.3: Config validation, integration tests, secrets scanning, Terraform generator#27db-tycoon-stephen wants to merge 4 commits into
db-tycoon-stephen wants to merge 4 commits into
Conversation
Added guidance for: - Identifying what goes in a release (issues, roadmap review) - Creating version branches - Pre-release checklist - Release workflow steps - Version naming conventions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add comprehensive developer skill for SnowTower contributors with complete development guidance. Features: - Environment setup and architecture overview - UV command creation pattern (4-step process) - Testing strategies (unit, integration, property-based, benchmarks) - Code quality standards (type hints, docstrings, pre-commit) - Debugging workflows and troubleshooting - Pull request process and code review guidelines - Release management procedures - SnowDDL OOP framework usage examples Content: - 817 lines of comprehensive guidance - 30+ practical code examples - 15 major topic sections - 50+ commands documented - 10+ testing patterns Files added: - .claude/skills/snowtower-developer/SKILL.md (main guide) - .claude/skills/snowtower-developer/README.md (quick reference) - .claude/skills/snowtower-developer/CHANGELOG.md (version history) - .claude/skills/README.md (all skills overview) Updated: - README.md (added developer skill to skills table) Closes #TBD Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Merge unique content from docs/llm-context/ (4 files, ~490 lines) into root CLAUDE.md as single source of truth. Rewrite all 4 skills as concise task checklists (~386 lines total, down from ~1,811). Delete 8 redundant files including skills README, developer CHANGELOG/README, maintainer PROJECT_STRUCTURE, and entire llm-context directory. Net reduction: ~2,840 lines removed across 14 files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ts scanning, Terraform generator - Add `validate-config` command for pre-deployment YAML validation with cross-referencing (#19) - Add 58 integration tests covering CLI commands, authentication, YAML validation, deployment workflow (#20) - Add secrets scanning with detect-secrets pre-commit hook and TruffleHog CI job (#22) - Add `generate-terraform` command to convert SnowDDL YAML to Terraform HCL (#24) - Add v0.3 branch to CI triggers All 389 tests passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Closing in favor of #26 which targets v0.3 |
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
validate-config): Pre-deployment YAML validation with cross-referencing across all config files (feat: Add configuration validation command #19).clauderesources, eliminated duplication across 13 files (docs: Complete documentation modernization #21)generate-terraform): Converts SnowDDL YAML configs to Terraform HCL with import blocks (feat: Add SnowDDL to Terraform generator command #24)All 389 tests passing.
Closes #19, closes #20, closes #21, closes #22, closes #24
Test plan
uv run validate-configruns against real configs, catches cross-reference issuesuv run generate-terraformproduces valid HCL outputuv run pytest -v— 389 tests passing--help🤖 Generated with Claude Code