39 lines
495 B
TOML
39 lines
495 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
|
|
|
|
[mma]
|
|
epic = ""
|
|
active_track_id = ""
|
|
tracks = []
|