ignore dbg_layout.ini

This commit is contained in:
2026-02-21 21:04:01 -05:00
parent b01dfc09cb
commit d9a51332ef
4 changed files with 10 additions and 1020 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ colorforth_bootslop_002.md
md_gen md_gen
scripts/generated scripts/generated
logs logs
dpg_layout.ini

View File

@@ -11,5 +11,6 @@ scale = 1.1
[projects] [projects]
paths = [ paths = [
"manual_slop.toml", "manual_slop.toml",
"C:/projects/forth/bootslop/bootslop.toml",
] ]
active = "manual_slop.toml" active = "manual_slop.toml"

File diff suppressed because it is too large Load Diff

View File

@@ -35,11 +35,11 @@ roles = [
"Vendor API", "Vendor API",
"System", "System",
] ]
active = "main" active = "Support files or mcp, or proper dynamic context uptake."
[discussion.discussions.main] [discussion.discussions.main]
git_commit = "3b2da7873f839bf062c06c7539fadd9df7a3e2b9" git_commit = "3b2da7873f839bf062c06c7539fadd9df7a3e2b9"
last_updated = "2026-02-21T20:48:54" last_updated = "2026-02-21T20:59:25"
history = [ history = [
"User:\nLets add multiple project support. currently this project would be the \"manual_slop\" project. \nI need to make a separate \"manual_slop.toml\" for this and offload things that would be within a per project to it.\nI also want to have several discussion histories that I can label. \nThis would allow me to stash and continue separate effort's histories..\nIt would be important if these discussions saved the last git commit they were on. (I'll need a buton to manually update it).\nAnd timestamps on each discussion entry to give an idea of the duration involved and \nhow the project has evolved since the discussion stream's effort was last done.\nBasically preserve context so ai can use that as valuable information in its working memory.\n\nTo load a project I'll need to hoist it into the config by providing the path.\nMaybe allow multiple project tomls to be specified path wise in the array.", "User:\nLets add multiple project support. currently this project would be the \"manual_slop\" project. \nI need to make a separate \"manual_slop.toml\" for this and offload things that would be within a per project to it.\nI also want to have several discussion histories that I can label. \nThis would allow me to stash and continue separate effort's histories..\nIt would be important if these discussions saved the last git commit they were on. (I'll need a buton to manually update it).\nAnd timestamps on each discussion entry to give an idea of the duration involved and \nhow the project has evolved since the discussion stream's effort was last done.\nBasically preserve context so ai can use that as valuable information in its working memory.\n\nTo load a project I'll need to hoist it into the config by providing the path.\nMaybe allow multiple project tomls to be specified path wise in the array.",
"User:\nOk your started to work on multiple-project support, you added project_manager.py and manaual_slop.toml, its not being used yet. the rest of the codebase hasn't intergrated with the changes.\nThere might be something wrong with powershell tool use. If you suspect so try to fix that but otherwise lets finish the support for multiple projects.", "User:\nOk your started to work on multiple-project support, you added project_manager.py and manaual_slop.toml, its not being used yet. the rest of the codebase hasn't intergrated with the changes.\nThere might be something wrong with powershell tool use. If you suspect so try to fix that but otherwise lets finish the support for multiple projects.",
@@ -55,4 +55,10 @@ history = [
"@2026-02-21T20:47:42\nUser:\nOk perfect, now update your tool usage with this frontend prompting editor so that its easier for you to make code changes the way you just did with python.\n\nIn ./scripts/generated, just the last 3-4 scripts created to see what I mean.", "@2026-02-21T20:47:42\nUser:\nOk perfect, now update your tool usage with this frontend prompting editor so that its easier for you to make code changes the way you just did with python.\n\nIn ./scripts/generated, just the last 3-4 scripts created to see what I mean.",
"@2026-02-21T20:47:45\nAI:\nLet me verify that came out clean:", "@2026-02-21T20:47:45\nAI:\nLet me verify that came out clean:",
"@2026-02-21T20:47:54\nUser:\nGo for it! I'll restart it rn...", "@2026-02-21T20:47:54\nUser:\nGo for it! I'll restart it rn...",
"@2026-02-21T20:50:05\nUser:\nnope thats all.",
] ]
[discussion.discussions."Support files or mcp, or proper dynamic context uptake."]
git_commit = ""
last_updated = "2026-02-21T21:02:07"
history = []