soleprint init commit

This commit is contained in:
buenosairesam
2025-12-24 05:38:37 -03:00
commit 329c401ff5
96 changed files with 11564 additions and 0 deletions

14
data/veins.json Normal file
View File

@@ -0,0 +1,14 @@
{
"items": [
{"name": "jira", "slug": "jira", "title": "Jira", "status": "live", "system": "artery"},
{"name": "amar", "slug": "amar", "title": "Amar (Mock)", "status": "ready", "system": "artery", "description": "Mock Amar API for testing turnero flow without hitting real backend"},
{"name": "mercadopago", "slug": "mercadopago", "title": "MercadoPago (Mock)", "status": "ready", "system": "artery", "description": "Mock MercadoPago API for payment integration testing"},
{"name": "google", "slug": "google", "title": "Google", "status": "planned", "system": "artery"},
{"name": "maps", "slug": "maps", "title": "Maps", "status": "planned", "system": "artery"},
{"name": "slack", "slug": "slack", "title": "Slack", "status": "building", "system": "artery"},
{"name": "whatsapp", "slug": "whatsapp", "title": "WhatsApp", "status": "planned", "system": "artery"},
{"name": "gnucash", "slug": "gnucash", "title": "GNUCash", "status": "planned", "system": "artery"},
{"name": "vnc", "slug": "vnc", "title": "VPN", "status": "planned", "system": "artery"},
{"name": "ia", "slug": "ia", "title": "IA", "status": "planned", "system": "artery"}
]
}