@yeaft/webchat-agent 0.1.82 → 0.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crew/shared-dir.js +1 -1
- package/package.json +1 -1
package/crew/shared-dir.js
CHANGED
|
@@ -40,7 +40,7 @@ function extractMemorySection(fileContent, titles, defaults) {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
* Backup memory content from .crew/CLAUDE.md and .crew/roles
|
|
43
|
+
* Backup memory content from .crew/CLAUDE.md and .crew/roles/<role>/CLAUDE.md
|
|
44
44
|
* before deletion. Writes .crew/.memory-backup.json.
|
|
45
45
|
*/
|
|
46
46
|
export async function backupMemoryContent(crewDir) {
|