feat(infra): auto-commit con 29 cambios

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-14 02:06:44 +02:00
parent 47fac22230
commit ca1bf5a59b
29 changed files with 2148 additions and 11 deletions
+5 -1
View File
@@ -49,6 +49,8 @@ func main() {
cmdVault(os.Args[2:])
case "doctor":
cmdDoctor(os.Args[2:])
case "match":
cmdMatch(os.Args[2:])
case "help", "-h", "--help":
printUsage()
default:
@@ -77,7 +79,9 @@ Usage:
fn sync [status|locations] Sincroniza con servidor central
fn vault <list|search|index|info> Gestiona y busca en data vaults
fn doctor [artefacts|services|sync|uses-functions|unused] [--json]
Diagnostico read-only del registry`)
Diagnostico read-only del registry
fn match [--top N] [--format json|text] [--min-score F] "<cmd>"
Fuzzy match entre comando shell y funciones del registry`)
}
func root() string {