- Add cost tracking with new cost_tracker.py module - Enhance Track Proposal modal with editable titles and goals - Add Conductor Setup summary and New Track creation form to MMA Dashboard - Implement Task DAG editing (add/delete tickets) and track-scoped discussion - Add visual polish: color-coded statuses, tinted progress bars, and node indicators - Support live worker streaming from AI providers to GUI panels - Fix numerous integration test regressions and stabilize headless service
52 lines
1.0 KiB
TOML
52 lines
1.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
|
|
main_context = ""
|
|
|
|
[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
|
|
|
|
[gemini_cli]
|
|
binary_path = "C:\\projects\\manual_slop\\.venv\\Scripts\\python.exe C:\\projects\\manual_slop\\tests\\mock_gemini_cli.py"
|
|
|
|
[mma]
|
|
epic = ""
|