checkpoint history segregation
This commit is contained in:
@@ -18,7 +18,7 @@ paths = [
|
||||
"C:/projects/forth/bootslop/bootslop.toml",
|
||||
"C:\\projects\\manual_slop\\tests\\temp_project.toml",
|
||||
]
|
||||
active = "manual_slop.toml"
|
||||
active = "C:\\projects\\manual_slop\\tests\\temp_project.toml"
|
||||
|
||||
[gui.show_windows]
|
||||
"Context Hub" = true
|
||||
|
||||
@@ -85,5 +85,5 @@ history = [
|
||||
|
||||
[discussions."test gemini mock interaction"]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-24T21:42:09"
|
||||
last_updated = "2026-02-24T22:12:47"
|
||||
history = []
|
||||
|
||||
14
project.toml
14
project.toml
@@ -23,17 +23,3 @@ search_files = true
|
||||
get_file_summary = true
|
||||
web_search = true
|
||||
fetch_url = true
|
||||
|
||||
[discussion]
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
]
|
||||
active = "main"
|
||||
|
||||
[discussion.discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-24T21:55:23"
|
||||
history = []
|
||||
|
||||
12
project_history.toml
Normal file
12
project_history.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
]
|
||||
active = "main"
|
||||
|
||||
[discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-24T22:13:24"
|
||||
history = []
|
||||
@@ -25,18 +25,3 @@ search_files = true
|
||||
get_file_summary = true
|
||||
web_search = true
|
||||
fetch_url = true
|
||||
|
||||
[discussion]
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
]
|
||||
active = "main"
|
||||
auto_add = true
|
||||
|
||||
[discussion.discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-24T21:55:18"
|
||||
history = []
|
||||
|
||||
13
tests/temp_project_history.toml
Normal file
13
tests/temp_project_history.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
]
|
||||
active = "main"
|
||||
auto_add = true
|
||||
|
||||
[discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-24T22:13:19"
|
||||
history = []
|
||||
Reference in New Issue
Block a user