Fix: Disable cookie encryption for portable profiles

- Add --password-store=basic and --use-mock-keychain flags when creating
  profiles to prevent OS keychain encryption of cookies
- Without this, cookies are encrypted with machine-specific keys and
  profiles can't be transferred between machines (local -> cloud)

Also adds direct CLI commands for profile management:
- crwl profiles create <name>
- crwl profiles list
- crwl profiles delete <name>

The interactive menu (crwl profiles) still works as before.
This commit is contained in:
unclecode
2026-01-26 12:57:17 +00:00
parent ef226f5787
commit 18d2ef4a24
3 changed files with 110 additions and 6 deletions

3
.gitignore vendored
View File

@@ -297,3 +297,6 @@ scripts/
*.rdb
*.ldb
MEMORY.md
# Handoff files
HANDOFF-*.md