34 lines
813 B
TOML
34 lines
813 B
TOML
[output]
|
|
namespace = "manual_slop"
|
|
output_dir = "./md_gen"
|
|
|
|
[files]
|
|
base_dir = "C:/projects/manual_slop"
|
|
paths = [
|
|
"config.toml",
|
|
"ai_client.py",
|
|
"aggregate.py",
|
|
"gemini.py",
|
|
"gui.py",
|
|
"pyproject.toml",
|
|
"MainContext.md",
|
|
"C:/projects/manual_slop/shell_runner.py",
|
|
]
|
|
|
|
[screenshots]
|
|
base_dir = "C:/Users/Ed/scoop/apps/sharex/current/ShareX/Screenshots/2026-02"
|
|
paths = [
|
|
"C:/Users/Ed/scoop/apps/sharex/current/ShareX/Screenshots/2026-02/python_2026-02-21_15-24-31.png",
|
|
]
|
|
|
|
[discussion]
|
|
history = [
|
|
"Update the MainContext.md with latest state of codebase. Add support for preserving layout in imgui.",
|
|
"[NO response from claude-sonnet-4-6]",
|
|
"No code changed but you ran several scripts, whats going on...",
|
|
]
|
|
|
|
[ai]
|
|
provider = "anthropic"
|
|
model = "claude-sonnet-4-6"
|