erplibre/script/todo/todo.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2025-04-26 17:12:38 -04:00
{
"kdbx": {
"path": "",
"password": ""
},
"kdbx_config": {
"openai": {
"kdbx_key": "OpenAI api"
}
},
"instance": [
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_instance_test",
2025-04-26 17:12:38 -04:00
"makefile_cmd": "db_restore_erplibre_base_db_test",
"database": "test"
},
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_robot_minimal",
"makefile_cmd": "robot_libre",
"database": "robotlibre"
},
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_robot_search",
"makefile_cmd": "robot_libre_all",
"database": "robotlibre"
2025-04-26 17:12:38 -04:00
}
],
"function": [
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_open_erplibre_todo",
"command": "./.venv.erplibre/bin/python ./script/selenium/web_login.py"
2025-04-26 17:12:38 -04:00
}
],
"update_from_makefile": [
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_update_erplibre_base_test",
"makefile_cmd": "db_erplibre_base_db_test_update_all",
"database": "test"
}
],
"code_from_makefile": [
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_show_code_status",
"makefile_cmd": "repo_show_status"
},
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_stash_all_code",
"makefile_cmd": "repo_do_stash"
},
{
2026-03-07 02:59:07 -05:00
"prompt_description_key": "json_format_modified_code",
"makefile_cmd": "format"
}
],
"git_from_makefile": [
{
"prompt_description_key": "git_config_vim",
"bash_command": "git config --global core.editor \"vim\""
}
]
2025-04-26 17:12:38 -04:00
}