45 lines
962 B
TOML
45 lines
962 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",
|
|
"C:/projects/manual_slop/session_logger.py",
|
|
"C:/projects/manual_slop/file_cache.py",
|
|
"C:/projects/manual_slop/theme.py",
|
|
"C:/projects/manual_slop/project_manager.py",
|
|
"C:/projects/manual_slop/manual_slop.toml",
|
|
]
|
|
|
|
[screenshots]
|
|
base_dir = "C:/Users/Ed/scoop/apps/sharex/current/ShareX/Screenshots/2026-02"
|
|
paths = []
|
|
|
|
[discussion]
|
|
history = []
|
|
roles = [
|
|
"User",
|
|
"AI",
|
|
"Vendor API",
|
|
"System",
|
|
]
|
|
|
|
[ai]
|
|
provider = "anthropic"
|
|
model = "claude-sonnet-4-6"
|
|
|
|
[theme]
|
|
palette = "10x Dark"
|
|
font_path = "C:/Users/Ed/AppData/Local/uv/cache/archive-v0/WSthkYsQ82b_ywV6DkiaJ/pygame_gui/data/FiraCode-Regular.ttf"
|
|
font_size = 18.0
|
|
scale = 1.1
|