docs(migration-to-aws): document tf-best-practices skill in plugin README#143
Merged
Merged
Conversation
…ADME Adds a tf-best-practices section (parallel to llm-to-bedrock) describing it as a read-only Terraform security policy gate that gcp-to-aws consumes during Generate but which is self-contained and directly usable standalone. Includes the standalone script invocation (exit codes + --json verdict shape) for pre-commit/CI use, and a scope note that gcp-to-aws is the only in-tree consumer today. Also updates the plugin capability row in the Plugins table.
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
Follow-up to #142 (which added the tf-best-practices policy gate but did not touch the plugin README). Documents the skill in
migrate/plugins/migration-to-aws/README.md.The
tf-best-practicesskill is a read-only Terraform security policy gate.gcp-to-awsconsumes it during Generate, but it's self-contained — a zero-dependency static HCL reader with no dependency on the migration workflow — so it's also directly usable standalone.Changes
--jsonverdict shape (file/line/rule/fix_hint).gcp-to-awsis the only in-tree consumer today (standalone use is supported but not yet wired into other skills) — matching the SKILL.md "Consumers (v1)" contract.Docs-only; no code changes.
mise buildpasses locally.