40 lines
535 B
TOML
40 lines
535 B
TOML
[project]
|
|
name = "project"
|
|
git_dir = ""
|
|
system_prompt = ""
|
|
main_context = ""
|
|
|
|
[output]
|
|
output_dir = "./md_gen"
|
|
|
|
[files]
|
|
base_dir = "."
|
|
paths = []
|
|
|
|
[screenshots]
|
|
base_dir = "."
|
|
paths = []
|
|
|
|
[agent.tools]
|
|
run_powershell = true
|
|
read_file = true
|
|
list_directory = true
|
|
search_files = true
|
|
get_file_summary = true
|
|
web_search = true
|
|
fetch_url = true
|
|
|
|
[discussion]
|
|
roles = [
|
|
"User",
|
|
"AI",
|
|
"Vendor API",
|
|
"System",
|
|
]
|
|
active = "main"
|
|
|
|
[discussion.discussions.main]
|
|
git_commit = ""
|
|
last_updated = "2026-02-23T22:16:53"
|
|
history = []
|