docs: recommend git repo for workspace backups

This commit is contained in:
Peter Steinberger
2025-12-14 03:18:56 +00:00
parent 4dd9072a2b
commit a5b3b8743a
3 changed files with 16 additions and 1 deletions

View File

@@ -503,7 +503,9 @@ struct OnboardingView: View {
.foregroundStyle(.secondary)
.lineLimit(2)
} else {
Text("Tip: edit AGENTS.md in this folder to shape the assistants behavior.")
Text(
"Tip: edit AGENTS.md in this folder to shape the assistants behavior. " +
"For backup, make the workspace a (private) git repo so Clawds “memory” is versioned.")
.font(.caption)
.foregroundStyle(.secondary)
.lineLimit(2)