Files
manual_slop/manual_slop.toml
T

226 lines
4.0 KiB
TOML

[project]
name = "manual_slop"
git_dir = "C:/projects/manual_slop"
system_prompt = ""
word_wrap = true
summary_only = false
auto_scroll_comms = true
auto_scroll_tool_calls = true
[output]
output_dir = "./md_gen"
[files]
base_dir = "tests/artifacts/temp_workspace"
[[files.paths]]
path = "gui.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "gui_2.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "ai_client.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "aggregate.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "shell_runner.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "project_manager.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "config.toml"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "manual_slop.toml"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "tests/test_agent_tools_wiring.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "pyproject.toml"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "events.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "performance_monitor.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "api_hooks.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "api_hook_client.py"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[[files.paths]]
path = "manual_slop_history.toml"
auto_aggregate = false
force_full = false
ast_signatures = false
ast_definitions = false
custom_slices = []
[files.paths.ast_mask]
[screenshots]
base_dir = "C:/Users/Ed/Pictures/Screenshots"
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
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
ts_c_get_skeleton = true
ts_cpp_get_skeleton = true
ts_c_get_code_outline = true
ts_cpp_get_code_outline = true
[gemini_cli]
binary_path = "gemini"
[mma]
epic = ""
[mma.tier_models."Tier 1"]
model = "gemini-3.1-pro-preview"
provider = "gemini"
[mma.tier_models."Tier 2"]
model = "gemini-3-flash-preview"
provider = "gemini"
[mma.tier_models."Tier 3"]
model = "gemini-2.5-flash-lite"
provider = "gemini"
[mma.tier_models."Tier 4"]
model = "gemini-2.5-flash-lite"
provider = "gemini"
[conductor]
dir = "C:/projects/gencpp/.ai/conductor"