Add reusable context template

This commit is contained in:
rikrdo
2026-04-11 17:34:57 +02:00
commit 3231b65719
16 changed files with 405 additions and 0 deletions

15
config.example.json Normal file
View File

@@ -0,0 +1,15 @@
{
"language": "español",
"tone": "profesional, directo",
"user_name": "rikrdo",
"workspace_root": "/home/rikrdo",
"bastion_name": "rikrdo-01",
"bastion_host": "49.13.26.80",
"bastion_user": "root",
"bastion_key": "~/.ssh/id_rsa_mi_book",
"primary_network": "192.168.18.0/24",
"vm_summary": "vm-docker (192.168.18.100) y hestia (192.168.18.248)",
"traefik_entrypoint": "/mnt/docker/traefik",
"n8n_knowledge_path": "~/n8n-knowledge",
"additional_contexts": "git, docker, scripts, opencode"
}