Files
manual_slop/gencpp_manual_slop_template.toml
T
2026-05-10 15:14:54 -04:00

45 lines
788 B
TOML

# manual_slop.toml - GenCpp Project Configuration
[project]
name = "gencpp"
git_dir = ".git"
main_context = "GenCpp: A C++ library for agenic code generation and analysis."
word_wrap = true
[paths]
logs_dir = ".manual_slop/logs"
scripts_dir = ".manual_slop/scripts"
[files]
base_dir = "."
paths = []
[screenshots]
base_dir = ".manual_slop/screenshots"
paths = []
[output]
output_dir = ".manual_slop/md_gen"
[conductor]
dir = ".manual_slop/conductor"
[agent]
roles = ["User", "AI", "Vendor API", "System", "Reasoning", "Context"]
[agent.tools]
read_file = true
list_directory = true
search_files = true
grep_search = true
run_shell_command = true
# ... other tools ...
[discussion]
active = "main"
auto_add = true
[discussion.discussions.main]
history = []
context_snapshot = []