PaperTool/.opencode/skills
hc 5d5aee1f83 refactor: improve verification workflow with visual comparison
Major changes:
- paper-image-extractor: Generate reference_plots.py for visual verification
- paper-director: Add image understanding checkpoint with side-by-side comparison
- paper-analyzer: Add data source labeling with reliability levels
- code-writer: Change from TDD to VDD (Verification-Driven Development)
- test-runner: Generate comparison reports with images and explanations
- verification skill: Add difference classification system
- code-generation skill: Emphasize result independence

Key principles:
- Code results are authoritative, paper values are references
- Differences are expected and documented, not bugs to fix
- Visual comparison prioritized over exact numerical match
- Tests verify sanity (shape, gradient, range), not exact values
2026-03-31 19:55:36 +08:00
..
code-generation refactor: improve verification workflow with visual comparison 2026-03-31 19:55:36 +08:00
environment-management feat(skills): add environment-management skill 2026-03-31 17:44:26 +08:00
paper-parsing feat(skills): add paper-parsing skill 2026-03-31 17:38:17 +08:00
pytorch-patterns feat(skills): add pytorch-patterns skill 2026-03-31 17:41:36 +08:00
verification refactor: improve verification workflow with visual comparison 2026-03-31 19:55:36 +08:00