Commit 0923dd1
refactor(migration-to-aws): Consolidate duplicate schemas into single source of truth
Implement Option 1: Consolidate all schemas in output-schema.md as the
authoritative source, removing duplicates from phase files.
Changes:
- clarify.md: Replace full clarified.json schema with reference to output-schema.md
- discover-iac.md Step 6a: Replace gcp-resource-inventory.json schema with reference
- discover-iac.md Step 6b: Replace gcp-resource-clusters.json schema with reference
- Keep critical field names in phase files for quick reference during implementation
Benefits:
- Single source of truth: output-schema.md is now the only place to update schemas
- Eliminates drift risk: No more duplicate definitions to keep in sync
- Reduces duplication: Removed 50+ lines of redundant schema examples
- Improved maintainability: Future schema changes in one place only
Previous issue: gcp-resource-inventory.json schema was inconsistent between
discover-iac.md and output-schema.md. Now resolved by consolidation.
Updates REVIEWER_FEEDBACK.md to mark issue as RESOLVED.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent a9c299c commit 0923dd1
3 files changed
Lines changed: 19 additions & 97 deletions
File tree
- plugins/migration-to-aws/skills/gcp-to-aws/references/phases
- discover
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
175 | 180 | | |
176 | 181 | | |
177 | 182 | | |
| |||
Lines changed: 7 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
54 | 44 | | |
55 | 45 | | |
56 | 46 | | |
| |||
Lines changed: 6 additions & 79 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 73 | + | |
114 | 74 | | |
115 | 75 | | |
116 | 76 | | |
117 | 77 | | |
118 | 78 | | |
119 | 79 | | |
120 | | - | |
| 80 | + | |
121 | 81 | | |
122 | | - | |
123 | | - | |
| 82 | + | |
| 83 | + | |
124 | 84 | | |
125 | 85 | | |
126 | 86 | | |
127 | 87 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 88 | + | |
163 | 89 | | |
164 | 90 | | |
165 | 91 | | |
166 | 92 | | |
167 | 93 | | |
168 | 94 | | |
169 | 95 | | |
| 96 | + | |
170 | 97 | | |
171 | 98 | | |
172 | 99 | | |
| |||
0 commit comments