Skip to content

Commit 2699aea

Browse files
author
Kilynho
committed
docs: Add compilation troubleshooting to index navigation
- Add Troubleshooter user persona - Link to COMPILATION_TROUBLESHOOTING.md - Provide quick workflow for resolving compilation errors - Categorize by error classification [config/code/dependency]
1 parent de64468 commit 2699aea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

INDEX.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,23 @@ FIXES_STATUS.md [~150 líneas] ← Referencia
9595
9696
FALSOS_POSITIVOS...md [~100 líneas] ← Análisis
9797
└─ False positives encontrados
98+
99+
COMPILATION_TROUBLESHOOTING.md [~250 líneas] ← Compilación
100+
├─ Error classification
101+
├─ Common errors & solutions
102+
├─ Kernel configuration
103+
└─ Bug reporting
98104
```
99105

106+
#### 🔧 Troubleshooter (errores de compilación)
107+
1. **START HERE:** [COMPILATION_TROUBLESHOOTING.md](COMPILATION_TROUBLESHOOTING.md)
108+
2. **Check:** Clasificación de errores en consola/JSON
109+
3. **Fix:**
110+
- `[config]` → Problema de configuración kernel
111+
- `[code]` → Bug real (verificar diff)
112+
- `[dependency]` → Headers/includes faltantes
113+
4. **Verify:** Compilar archivo original sin modificaciones
114+
100115
### Python (7 módulos, ~2000 líneas)
101116
```
102117
main.py [336 líneas] Entry point

0 commit comments

Comments
 (0)