system prompt suspport

This commit is contained in:
2026-02-21 22:06:57 -05:00
parent 9a23941e59
commit f6c06ec381
6 changed files with 66 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ def default_discussion() -> dict:
def default_project(name: str = "unnamed") -> dict:
return {
"project": {"name": name, "git_dir": ""},
"project": {"name": name, "git_dir": "", "system_prompt": ""},
"output": {"namespace": name, "output_dir": "./md_gen"},
"files": {"base_dir": ".", "paths": []},
"screenshots": {"base_dir": ".", "paths": []},