You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(writer): Remove leetcode_template config and usage
- Remove leetcode configuration from config.yaml
- Remove leetcode_template initialization and usage from writer.py
- Update prompt to use direct LeetCode URL format (LLM knows correct format)
- Keep github_template for proper template substitution
- Prevent misleading template configuration for LeetCode links
- The `slug` is provided in the problem metadata table
61
+
-**IMPORTANT**: Use the slug as-is from metadata (e.g., `container-with-most-water`), NOT the problem ID format (e.g., NOT `0011_container_with_most_water`)
62
+
- You know the correct LeetCode URL format - use it correctly
0 commit comments