checkpoint history segregation

This commit is contained in:
2026-02-24 22:14:33 -05:00
parent b2e900e77d
commit 4933a007c3
7 changed files with 27 additions and 31 deletions

BIN
.coverage

Binary file not shown.

View File

@@ -18,7 +18,7 @@ paths = [
"C:/projects/forth/bootslop/bootslop.toml", "C:/projects/forth/bootslop/bootslop.toml",
"C:\\projects\\manual_slop\\tests\\temp_project.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] [gui.show_windows]
"Context Hub" = true "Context Hub" = true

View File

@@ -85,5 +85,5 @@ history = [
[discussions."test gemini mock interaction"] [discussions."test gemini mock interaction"]
git_commit = "" git_commit = ""
last_updated = "2026-02-24T21:42:09" last_updated = "2026-02-24T22:12:47"
history = [] history = []

View File

@@ -23,17 +23,3 @@ search_files = true
get_file_summary = true get_file_summary = true
web_search = true web_search = true
fetch_url = 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
View 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 = []

View File

@@ -25,18 +25,3 @@ search_files = true
get_file_summary = true get_file_summary = true
web_search = true web_search = true
fetch_url = 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 = []

View 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 = []