Skip to content

Commit 3ff0cac

Browse files
icarthickclaude
andcommitted
fix: Correct markdown formatting for lint compliance
Fix 3 markdown lint errors (MD032: lists need blank lines): - clarify.md: Add blank line before key fields list - output-schema.md: Add blank line before schema fields list - SKILL.md: Add blank line before phase status list Fix table formatting in README.md with dprint. All checks now pass: lint, formatting, manifests, cross-refs, security. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 076f7ed commit 3ff0cac

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ Helps you systematically migrate GCP infrastructure to AWS through resource disc
127127

128128
### Agent Skill Triggers
129129

130-
| Agent Skill | Triggers |
131-
| ---------------- | ------------------------------------------------------------------------------------------------------------------ |
132-
| **gcp-to-aws** | "migrate GCP to AWS", "move from GCP", "GCP migration plan", "estimate AWS costs", "GCP infrastructure assessment" |
130+
| Agent Skill | Triggers |
131+
| -------------- | ------------------------------------------------------------------------------------------------------------------ |
132+
| **gcp-to-aws** | "migrate GCP to AWS", "move from GCP", "GCP migration plan", "estimate AWS costs", "GCP infrastructure assessment" |
133133

134134
### MCP Servers
135135

plugins/migration-to-aws/skills/gcp-to-aws/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Migration state lives in `.migration/[MMDD-HHMM]/` directory (created by Phase 1
5151
```
5252

5353
If `.phase-status.json` exists:
54+
5455
- If `status` is `completed`: advance to next phase (discover→clarify, clarify→design, etc.)
5556
- If `status` is `in-progress`: resume from that phase
5657

plugins/migration-to-aws/skills/gcp-to-aws/references/phases/clarify.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Write `clarified.json` to `.migration/[MMDD-HHMM]/` directory.
3838
**Schema:** See `references/shared/output-schema.md``clarified.json (Phase 2 output)` section for complete schema and field documentation.
3939

4040
**Key fields:**
41+
4142
- `mode`: "A", "B", "C", or "D" (answering mode selected in Step 2)
4243
- `answers`: Object with keys q1_timeline through q8_compliance
4344
- `timestamp`: ISO 8601 timestamp

plugins/migration-to-aws/skills/gcp-to-aws/references/shared/output-schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ All discovered GCP resources with full configuration and dependencies.
7878
```
7979

8080
**Schema fields:**
81+
8182
- `metadata`: Summary statistics (total_resources, primary/secondary counts, cluster count, terraform_available)
8283
- `resources`: Array of all discovered resources with fields:
8384
- `address`: Terraform resource address

0 commit comments

Comments
 (0)