erplibre/script/todo/todo.json
Mathieu Benoit c2e08f1de0 [IMP] todo: add git remote, vim config and automation
Add git remote add command with default name "localhost",
git editor vim configuration via todo.json, and a Claude
automation tool to dynamically add commands to todo.json.
Support new bash_command key in execute_from_configuration.

Generated by Claude Code 2.1.74 model claude-opus-4-6

Co-Authored-By: Mathieu Benoit <mathben@technolibre.ca>
2026-03-14 23:15:54 -04:00

61 lines
1.7 KiB
JSON

{
"kdbx": {
"path": "",
"password": ""
},
"kdbx_config": {
"openai": {
"kdbx_key": "OpenAI api"
}
},
"instance": [
{
"prompt_description_key": "json_instance_test",
"makefile_cmd": "db_restore_erplibre_base_db_test",
"database": "test"
},
{
"prompt_description_key": "json_robot_minimal",
"makefile_cmd": "robot_libre",
"database": "robotlibre"
},
{
"prompt_description_key": "json_robot_search",
"makefile_cmd": "robot_libre_all",
"database": "robotlibre"
}
],
"function": [
{
"prompt_description_key": "json_open_erplibre_todo",
"command": "./.venv.erplibre/bin/python ./script/selenium/web_login.py"
}
],
"update_from_makefile": [
{
"prompt_description_key": "json_update_erplibre_base_test",
"makefile_cmd": "db_erplibre_base_db_test_update_all",
"database": "test"
}
],
"code_from_makefile": [
{
"prompt_description_key": "json_show_code_status",
"makefile_cmd": "repo_show_status"
},
{
"prompt_description_key": "json_stash_all_code",
"makefile_cmd": "repo_do_stash"
},
{
"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\""
}
]
}