Skip to content

fix(enclave): support bare strings in mounts config - #20

Merged
mgabor3141 merged 1 commit into
mainfrom
fix/mount-bare-strings
Mar 23, 2026
Merged

fix(enclave): support bare strings in mounts config#20
mgabor3141 merged 1 commit into
mainfrom
fix/mount-bare-strings

Conversation

@mgabor3141

Copy link
Copy Markdown
Owner

Mounts can now be bare strings for the common read-write case:

mounts = ["~/dev/myproject/.jj", "~/dev/myproject/.git"]

Object form still works for read-only mounts:

mounts = [
  "~/dev/myproject/.jj",
  { path = "~/shared/configs", readonly = true },
]

Also fixes ASCII chart alignment in README.

@mgabor3141
mgabor3141 enabled auto-merge (squash) March 23, 2026 09:02
@mgabor3141
mgabor3141 merged commit b1506e1 into main Mar 23, 2026
1 check passed
@mgabor3141
mgabor3141 deleted the fix/mount-bare-strings branch March 23, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant