docs: add context composition redesign spec
This commit is contained in:
+3
-2
@@ -13,6 +13,7 @@ use_default_base_prompt = true
|
|||||||
[projects]
|
[projects]
|
||||||
paths = [
|
paths = [
|
||||||
"C:/projects/gencpp/.ai/gencpp_sloppy.toml",
|
"C:/projects/gencpp/.ai/gencpp_sloppy.toml",
|
||||||
|
"C:/projects/manual_slop/manual_slop.toml",
|
||||||
]
|
]
|
||||||
active = "C:/projects/gencpp/.ai/gencpp_sloppy.toml"
|
active = "C:/projects/gencpp/.ai/gencpp_sloppy.toml"
|
||||||
|
|
||||||
@@ -55,7 +56,7 @@ Theme = true
|
|||||||
Diagnostics = false
|
Diagnostics = false
|
||||||
"External Tools" = false
|
"External Tools" = false
|
||||||
"Shader Editor" = false
|
"Shader Editor" = false
|
||||||
"Undo/Redo History" = false
|
"Undo/Redo History" = true
|
||||||
|
|
||||||
[theme]
|
[theme]
|
||||||
palette = "Nord Dark"
|
palette = "Nord Dark"
|
||||||
@@ -77,7 +78,7 @@ logs_dir = "C:\\projects\\manual_slop\\logs"
|
|||||||
scripts_dir = "C:\\projects\\manual_slop\\scripts"
|
scripts_dir = "C:\\projects\\manual_slop\\scripts"
|
||||||
|
|
||||||
[rag]
|
[rag]
|
||||||
enabled = false
|
enabled = true
|
||||||
embedding_provider = "local"
|
embedding_provider = "local"
|
||||||
chunk_size = 1000
|
chunk_size = 1000
|
||||||
chunk_overlap = 200
|
chunk_overlap = 200
|
||||||
|
|||||||
+173
-17
@@ -12,23 +12,156 @@ output_dir = "./md_gen"
|
|||||||
|
|
||||||
[files]
|
[files]
|
||||||
base_dir = "tests/artifacts/temp_workspace"
|
base_dir = "tests/artifacts/temp_workspace"
|
||||||
paths = [
|
|
||||||
"gui.py",
|
[[files.paths]]
|
||||||
"gui_2.py",
|
path = "gui.py"
|
||||||
"ai_client.py",
|
auto_aggregate = false
|
||||||
"aggregate.py",
|
force_full = false
|
||||||
"shell_runner.py",
|
ast_signatures = false
|
||||||
"project_manager.py",
|
ast_definitions = false
|
||||||
"config.toml",
|
custom_slices = []
|
||||||
"manual_slop.toml",
|
|
||||||
"tests/test_agent_tools_wiring.py",
|
[files.paths.ast_mask]
|
||||||
"pyproject.toml",
|
|
||||||
"events.py",
|
[[files.paths]]
|
||||||
"performance_monitor.py",
|
path = "gui_2.py"
|
||||||
"api_hooks.py",
|
auto_aggregate = false
|
||||||
"api_hook_client.py",
|
force_full = false
|
||||||
"manual_slop_history.toml",
|
ast_signatures = false
|
||||||
]
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "ai_client.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "aggregate.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "shell_runner.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "project_manager.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "config.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "manual_slop.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "tests/test_agent_tools_wiring.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "pyproject.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "events.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "performance_monitor.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "api_hooks.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "api_hook_client.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
|
[[files.paths]]
|
||||||
|
path = "manual_slop_history.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[files.paths.ast_mask]
|
||||||
|
|
||||||
[screenshots]
|
[screenshots]
|
||||||
base_dir = "C:/Users/Ed/Pictures/Screenshots"
|
base_dir = "C:/Users/Ed/Pictures/Screenshots"
|
||||||
@@ -61,9 +194,32 @@ set_file_slice = false
|
|||||||
py_update_definition = false
|
py_update_definition = false
|
||||||
py_set_signature = false
|
py_set_signature = false
|
||||||
py_set_var_declaration = false
|
py_set_var_declaration = false
|
||||||
|
ts_c_get_skeleton = true
|
||||||
|
ts_cpp_get_skeleton = true
|
||||||
|
ts_c_get_code_outline = true
|
||||||
|
ts_cpp_get_code_outline = true
|
||||||
|
|
||||||
[gemini_cli]
|
[gemini_cli]
|
||||||
binary_path = "gemini"
|
binary_path = "gemini"
|
||||||
|
|
||||||
[mma]
|
[mma]
|
||||||
epic = ""
|
epic = ""
|
||||||
|
|
||||||
|
[mma.tier_models."Tier 1"]
|
||||||
|
model = "gemini-3.1-pro-preview"
|
||||||
|
provider = "gemini"
|
||||||
|
|
||||||
|
[mma.tier_models."Tier 2"]
|
||||||
|
model = "gemini-3-flash-preview"
|
||||||
|
provider = "gemini"
|
||||||
|
|
||||||
|
[mma.tier_models."Tier 3"]
|
||||||
|
model = "gemini-2.5-flash-lite"
|
||||||
|
provider = "gemini"
|
||||||
|
|
||||||
|
[mma.tier_models."Tier 4"]
|
||||||
|
model = "gemini-2.5-flash-lite"
|
||||||
|
provider = "gemini"
|
||||||
|
|
||||||
|
[conductor]
|
||||||
|
dir = "C:/projects/gencpp/.ai/conductor"
|
||||||
|
|||||||
+303
-3
@@ -4,16 +4,166 @@ roles = [
|
|||||||
"Vendor API",
|
"Vendor API",
|
||||||
"System",
|
"System",
|
||||||
]
|
]
|
||||||
active = "test gemini mock interaction"
|
active = "main"
|
||||||
auto_add = true
|
auto_add = true
|
||||||
|
|
||||||
[discussions.main]
|
[discussions.main]
|
||||||
git_commit = "9265f94d9756b1a37a7b8e195725654032d84747"
|
git_commit = "9265f94d9756b1a37a7b8e195725654032d84747"
|
||||||
last_updated = "2026-02-21T18:23:13"
|
last_updated = "2026-05-10T21:16:47"
|
||||||
history = [
|
history = [
|
||||||
"@2026-02-21T18:22:58\nUser:\nI will now try to generate a response from the AI. I will then try to run a tool call. Finally, I will try to generate a response from the AI again.",
|
"@2026-02-21T18:22:58\nUser:\nI will now try to generate a response from the AI. I will then try to run a tool call. Finally, I will try to generate a response from the AI again.",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "gui.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "gui_2.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "ai_client.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "aggregate.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "shell_runner.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "project_manager.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "config.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "manual_slop.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "tests/test_agent_tools_wiring.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "pyproject.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "events.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "performance_monitor.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "api_hooks.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "api_hook_client.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions.main.context_snapshot]]
|
||||||
|
path = "manual_slop_history.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions.main.context_snapshot.ast_mask]
|
||||||
|
|
||||||
[discussions.docs]
|
[discussions.docs]
|
||||||
git_commit = "68e895cb8a0144061d1e3b959b7c9f7f98a0c7ed"
|
git_commit = "68e895cb8a0144061d1e3b959b7c9f7f98a0c7ed"
|
||||||
last_updated = "2026-02-23T11:05:22"
|
last_updated = "2026-02-23T11:05:22"
|
||||||
@@ -85,9 +235,159 @@ history = [
|
|||||||
|
|
||||||
[discussions."test gemini mock interaction"]
|
[discussions."test gemini mock interaction"]
|
||||||
git_commit = ""
|
git_commit = ""
|
||||||
last_updated = "2026-03-01T17:05:01"
|
last_updated = "2026-05-10T21:16:46"
|
||||||
history = [
|
history = [
|
||||||
"@2026-03-01T14:24:32\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 81.9%. Please consider optimizing recent changes or reducing load.",
|
"@2026-03-01T14:24:32\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 81.9%. Please consider optimizing recent changes or reducing load.",
|
||||||
"@2026-03-01T16:25:55\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 97.7%. Please consider optimizing recent changes or reducing load.",
|
"@2026-03-01T16:25:55\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 97.7%. Please consider optimizing recent changes or reducing load.",
|
||||||
"@2026-03-01T17:04:36\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 90.6%. Please consider optimizing recent changes or reducing load.",
|
"@2026-03-01T17:04:36\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 90.6%. Please consider optimizing recent changes or reducing load.",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "gui.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "gui_2.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "ai_client.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "aggregate.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "shell_runner.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "project_manager.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "config.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "manual_slop.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "tests/test_agent_tools_wiring.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "pyproject.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "events.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "performance_monitor.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "api_hooks.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "api_hook_client.py"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|
||||||
|
[[discussions."test gemini mock interaction".context_snapshot]]
|
||||||
|
path = "manual_slop_history.toml"
|
||||||
|
auto_aggregate = false
|
||||||
|
force_full = false
|
||||||
|
ast_signatures = false
|
||||||
|
ast_definitions = false
|
||||||
|
custom_slices = []
|
||||||
|
|
||||||
|
[discussions."test gemini mock interaction".context_snapshot.ast_mask]
|
||||||
|
|||||||
Reference in New Issue
Block a user