Commit 924be14
fix(migration-to-aws): Fix depth pseudocode direction and README scope claims
1. Fix depth-calculation.md pseudocode (Critical Issue #1)
- Problem: Pseudocode used depends_on[R] (wrong direction)
- Prose said 'resources that depend on R' but code did the opposite
- Fix: Build dependents_of reverse adjacency structure
- Now correctly processes resources that depend on R
- Dependent resources get higher depths (deploy later)
2. Fix README.md v1.0 vs v1.1+ scope (Critical Issue awslabs#2)
- Problem: Claimed 'IaC generation' as v1.0 feature
- But SKILL.md line 110 says 'v1.0 is design/estimate only'
- App code, billing data, IaC deferred to v1.1+
- Fix: Update plugin description to 'execution planning'
- Update workflow steps: Discover, Clarify, Design, Estimate, Execute
- Execute phase now correctly described as 'Plan migration timeline'
Build: All linters, manifests, security scans pass ✓
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent ca5dd5d commit 924be14
2 files changed
Lines changed: 16 additions & 9 deletions
File tree
- plugins/migration-to-aws/skills/gcp-to-aws/references/clustering/terraform
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
79 | 86 | | |
80 | 87 | | |
81 | | - | |
| 88 | + | |
82 | 89 | | |
83 | 90 | | |
84 | | - | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
| |||
0 commit comments