WIP: Phase 6 review
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
# 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 = []
|
||||
Reference in New Issue
Block a user