58 lines
959 B
TOML
58 lines
959 B
TOML
[project]
|
|
name = "project"
|
|
git_dir = ""
|
|
system_prompt = ""
|
|
main_context = ""
|
|
|
|
[output]
|
|
output_dir = "./md_gen"
|
|
|
|
[files]
|
|
base_dir = "."
|
|
paths = []
|
|
|
|
[files.tier_assignments]
|
|
|
|
[screenshots]
|
|
base_dir = "."
|
|
paths = []
|
|
|
|
[gemini_cli]
|
|
binary_path = "gemini"
|
|
|
|
[deepseek]
|
|
reasoning_effort = "medium"
|
|
|
|
[agent.tools]
|
|
run_powershell = true
|
|
read_file = true
|
|
list_directory = true
|
|
search_files = true
|
|
get_file_summary = true
|
|
web_search = true
|
|
fetch_url = true
|
|
py_get_skeleton = true
|
|
py_get_code_outline = true
|
|
get_file_slice = true
|
|
py_get_definition = true
|
|
py_get_signature = true
|
|
py_get_class_summary = true
|
|
py_get_var_declaration = true
|
|
get_git_diff = true
|
|
py_find_usages = true
|
|
py_get_imports = true
|
|
py_check_syntax = true
|
|
py_get_hierarchy = true
|
|
py_get_docstring = true
|
|
get_tree = true
|
|
get_ui_performance = true
|
|
set_file_slice = false
|
|
py_update_definition = false
|
|
py_set_signature = false
|
|
py_set_var_declaration = false
|
|
|
|
[mma]
|
|
epic = ""
|
|
active_track_id = ""
|
|
tracks = []
|