Simplify state persistence

Use use local ./data directory instead of
XDG directories.
This commit is contained in:
Jeena 2026-01-13 14:47:56 +09:00
parent c3e9e2b40b
commit 39edc252f0
4 changed files with 3 additions and 21 deletions

View file

@ -9,7 +9,7 @@ the host.
- Arch Linuxbased image
- Runs as the host user (same username, UID, GID)
- Mounts only the current project directory (same absolute path inside container)
- Persists OpenCode state via XDG directories
- Persists OpenCode state in ./data directory
- No access to SSH keys, passwords, or full `$HOME`
- Simple shell function (`opencode`) to launch interactively