feat: source attribution para funciones externas

Sistema de extracción de funciones desde repos externos. Agrega campos
source_repo, source_license y source_file en functions y types (migración 006).
Incluye manifest sources/sources.yaml, regla sources.md, parser con campos
de atribución, y template actualizado con los nuevos campos.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 14:23:53 +02:00
parent e349a06ad4
commit ef86aae8fb
6 changed files with 100 additions and 2 deletions
+4
View File
@@ -18,6 +18,10 @@ tested: false
tests: []
test_file_path: ""
file_path: "functions/core/filter_slice.go"
# Source attribution (solo para funciones extraidas de repos externos)
# source_repo: "https://github.com/user/project"
# source_license: "MIT"
# source_file: "pkg/utils.go"
---
## Ejemplo