-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: thrashr888/hcptf-cli
base: v0.3.1
head repository: thrashr888/hcptf-cli
compare: v0.4.0
- 18 commits
- 22 files changed
- 4 contributors
Commits on Feb 16, 2026
-
Add Dependabot configuration for automated dependency updates
Configure Dependabot to: - Check Go module dependencies weekly - Check GitHub Actions dependencies weekly - Group minor and patch updates to reduce PR noise - Limit open PRs to prevent overwhelming the maintainer - Add appropriate labels and commit message prefixes Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b49392 - Browse repository at this point
Copy the full SHA 0b49392View commit details -
ci(deps): update GitHub Actions to latest versions
- Bump actions/checkout from v4 to v6 - Bump actions/setup-go from v5 to v6 Updates include performance improvements and security fixes. Closes #3 Closes #4 Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a988401 - Browse repository at this point
Copy the full SHA a988401View commit details -
Add workspace-to-stack and greenfield-deploy skills
Add two new Agent Skills for end-to-end workflows: - workspace-to-stack: refactor existing workspaces into Terraform Stacks - greenfield-deploy: set up new projects from scratch with HCP Terraform Also adds YAML frontmatter to all existing skills (drift, version-upgrades, policy-compliance) per the Agent Skills specification, and updates both READMEs with the new skill entries and installation instructions. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0db6196 - Browse repository at this point
Copy the full SHA 0db6196View commit details -
Add npx skills add install instructions
Update both READMEs to document installation via npx skills add (github.com/vercel-labs/skills). The .skills/ directory structure and SKILL.md frontmatter are already compatible — this just adds the install commands for users. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff49d22 - Browse repository at this point
Copy the full SHA ff49d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a5ce1 - Browse repository at this point
Copy the full SHA b2a5ce1View commit details -
Update Go dependencies to latest versions
Co-authored-by: thrashr888 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdbc71d - Browse repository at this point
Copy the full SHA bdbc71dView commit details -
Add state-analyzer and plan-analyzer skills with state download command
This commit adds two new analysis skills and improves CLI consistency: - Add state-analyzer skill (549 lines) for analyzing Terraform state files to identify security issues, cost optimization opportunities, and best practice violations - Add plan-analyzer skill (476 lines) for reviewing plan results before applying to catch risks and unintended changes - Implement 'hcptf state download' command to download state JSON from HCP Terraform workspaces (supports file output and stdout piping) - Fix URL-style navigation to be read-only: 'apply' now shows apply details instead of executing (follows kubectl/gh/docker patterns) - Simplify command patterns by supporting 'apply logs' as two-word action - Update documentation to clearly separate read-only URL-style commands from explicit flag-based action commands All URL-style commands are now safe navigation, while actions require explicit flag-based commands with confirmation. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b407b4e - Browse repository at this point
Copy the full SHA b407b4eView commit details
Commits on Feb 17, 2026
-
Update CHANGELOG for dependency updates in PR #5
Add entry for indirect dependency updates: - github.com/clipperhouse/uax29/v2: v2.6.0 → v2.7.0 - github.com/go-test/deep: v1.0.3 → v1.1.1 - github.com/rogpeppe/go-internal: v1.9.0 → v1.14.1 This allows the verify check to pass for PR #5. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b86f07 - Browse repository at this point
Copy the full SHA 9b86f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1752748 - Browse repository at this point
Copy the full SHA 1752748View commit details -
Expand CHANGELOG entry with package descriptions
Add details about what each dependency update provides. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c73f29 - Browse repository at this point
Copy the full SHA 9c73f29View commit details -
Fix gofmt issues in state_download.go
- Correct import order - Align struct fields Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2aefeb - Browse repository at this point
Copy the full SHA c2aefebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2bb077 - Browse repository at this point
Copy the full SHA d2bb077View commit details -
Fix type error in state_download.go
Use len() to get resource count instead of passing the slice directly to %d format specifier. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc40931 - Browse repository at this point
Copy the full SHA bc40931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fcdcb8 - Browse repository at this point
Copy the full SHA 3fcdcb8View commit details -
Update router tests for read-only URL-style apply
Change test expectations to match new behavior where URL-style apply routes to 'apply read' instead of 'run apply' for safety. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a6aea3 - Browse repository at this point
Copy the full SHA 7a6aea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0599e - Browse repository at this point
Copy the full SHA 8c0599eView commit details -
Merge pull request #5 from thrashr888/copilot/update-dependencies-to-…
…latest Update Go dependencies to latest versions
Configuration menu - View commit details
-
Copy full SHA for 06078c5 - Browse repository at this point
Copy the full SHA 06078c5View commit details -
Major features in this release: - State and plan analyzer skills for infrastructure analysis - State download command for retrieving JSON state files - URL-style navigation now read-only for safety - Workspace-to-stack and greenfield-deploy skills - Automated dependency updates with Dependabot Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1f559f - Browse repository at this point
Copy the full SHA b1f559fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...v0.4.0