Commit b93b6a7
committed
docs: add critical warning against sed/awk/python mass changes
- Added explicit prohibition against sed, awk, python scripts for mass replacements
- Documents the systematic corruption these tools previously caused
- Requires all code changes use direct Edit/MultiEdit tools only
- Each change must be carefully reviewed and tested on individual files
This prevents future mass corruption incidents that broke syntax across
hundreds of files with patterns like missing parentheses and malformed
struct initializations.1 parent c79f22d commit b93b6a7
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
229 | 246 | | |
230 | 247 | | |
231 | 248 | | |
| |||
0 commit comments