mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Harden recall flow and JSON task prompts
This commit is contained in:
@@ -28,7 +28,7 @@ function extractSnippet(startMarker, endMarker) {
|
||||
|
||||
const persistencePrelude = extractSnippet(
|
||||
'const MODULE_NAME = "st_bme";',
|
||||
"function clearInjectionState() {",
|
||||
"function clearInjectionState(options = {}) {",
|
||||
);
|
||||
const persistenceCore = extractSnippet(
|
||||
"function loadGraphFromChat(options = {}) {",
|
||||
|
||||
Reference in New Issue
Block a user