Files
manual_slop/manual_slop.toml
T
ed 45a3664f85 refactor: remove dead main_context field from Project Settings
The main_context field in Project Settings was stored but never used.
Nothing reads it to inject into AI context. System Prompt in AI Settings
already serves this purpose.

Removed:
- app_controller.py: ui_project_main_context state variable and all refs
- gui_2.py: Main Context File UI section from Projects panel
- project_manager.py: main_context from default_project()
- project.toml, manual_slop.toml, gencpp_manual_slop_template.toml: main_context entries
2026-05-10 16:23:21 -04:00

70 lines
1.3 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"
paths = [
"gui.py",
"gui_2.py",
"ai_client.py",
"aggregate.py",
"shell_runner.py",
"project_manager.py",
"config.toml",
"manual_slop.toml",
"tests/test_agent_tools_wiring.py",
"pyproject.toml",
"events.py",
"performance_monitor.py",
"api_hooks.py",
"api_hook_client.py",
"manual_slop_history.toml",
]
[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
[gemini_cli]
binary_path = "gemini"
[mma]
epic = ""