2025-04-26 17:12:38 -04:00
|
|
|
{
|
|
|
|
|
"kdbx": {
|
|
|
|
|
"path": "",
|
|
|
|
|
"password": ""
|
|
|
|
|
},
|
|
|
|
|
"kdbx_config": {
|
|
|
|
|
"openai": {
|
|
|
|
|
"kdbx_key": "OpenAI api"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"instance": [
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Test - Minimal base instance",
|
2025-04-26 17:12:38 -04:00
|
|
|
"makefile_cmd": "db_restore_erplibre_base_db_test",
|
|
|
|
|
"database": "test"
|
2025-11-10 03:23:57 -05:00
|
|
|
},
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Open RobotLibre 🤖 minimal",
|
2025-11-10 03:23:57 -05:00
|
|
|
"makefile_cmd": "robot_libre",
|
|
|
|
|
"database": "robotlibre"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Open RobotLibre 🤖 with search enabled",
|
2025-11-10 03:23:57 -05:00
|
|
|
"makefile_cmd": "robot_libre_all",
|
|
|
|
|
"database": "robotlibre"
|
2025-04-26 17:12:38 -04:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"function": [
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Open ERPLibre with TODO 🤖",
|
2025-05-05 04:43:13 -04:00
|
|
|
"command": "./.venv.erplibre/bin/python ./script/selenium/web_login.py"
|
2025-04-26 17:12:38 -04:00
|
|
|
}
|
2025-05-04 01:02:12 -04:00
|
|
|
],
|
|
|
|
|
"update_from_makefile": [
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Update all erplibre_base on database test",
|
2025-05-04 01:02:12 -04:00
|
|
|
"makefile_cmd": "db_erplibre_base_db_test_update_all",
|
|
|
|
|
"database": "test"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"code_from_makefile": [
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Show code status",
|
2025-05-04 01:02:12 -04:00
|
|
|
"makefile_cmd": "repo_show_status"
|
2025-10-31 01:10:54 -04:00
|
|
|
},
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Stash all code",
|
2025-10-31 01:10:54 -04:00
|
|
|
"makefile_cmd": "repo_do_stash"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Format modified code",
|
2025-10-31 01:10:54 -04:00
|
|
|
"makefile_cmd": "format"
|
2025-05-04 01:02:12 -04:00
|
|
|
}
|
2026-03-09 16:34:43 -04:00
|
|
|
],
|
2026-03-12 04:04:52 -04:00
|
|
|
"git_from_makefile": [
|
|
|
|
|
{
|
2026-03-12 05:31:45 -04:00
|
|
|
"prompt_description_key": "Configure git local editor to vim",
|
2026-03-12 04:04:52 -04:00
|
|
|
"bash_command": "git config --global core.editor \"vim\""
|
2026-03-22 22:21:16 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prompt_description_key": "Generate git patch to /tmp",
|
|
|
|
|
"bash_command": "PATCH=\"/tmp/patch_$(date +%Y%m%d_%H%M%S).patch\"; git -C \"$(pwd)\" diff HEAD > \"$PATCH\" && printf \"\\n✓ Patch created: %s\\n\\n=== Guide to apply the patch ===\\n Check compatibility : git apply --check %s\\n Apply (git) : git apply %s\\n Apply (patch) : patch -p1 < %s\\n Revert (git) : git apply -R %s\\n\" \"$PATCH\" \"$PATCH\" \"$PATCH\" \"$PATCH\" \"$PATCH\""
|
2026-03-12 04:04:52 -04:00
|
|
|
}
|
2026-07-15 07:48:12 -04:00
|
|
|
],
|
|
|
|
|
"qemu_from_makefile": [
|
|
|
|
|
{
|
|
|
|
|
"prompt_description_key": "QEMU - Sample dry-run (demo-vm, Ubuntu 24.04)",
|
|
|
|
|
"bash_command": "./script/qemu/deploy_qemu.py --name demo-vm --version 24.04 --dry-run"
|
|
|
|
|
}
|
2026-03-12 04:04:52 -04:00
|
|
|
]
|
2025-04-26 17:12:38 -04:00
|
|
|
}
|