mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-19 15:36:29 +03:00
E2-A: Fix cache duration format (30d → 720h) — Go's time.ParseDuration does not support day units. Added note about valid Go duration syntax. E2-B: Add EnableAllLanguages call to content adapter example — order matters: must be called BEFORE iterating to produce multilingual output. E2-C: Add .Site.LastChange pitfall — not available on taxonomy/term/ section pages. Added fallback pattern using now.Format. E2-D: Add Build Performance Troubleshooting section with diagnostic table (symptom → cause → fix) and 5 quick wins in order of impact.