docs(readme): credit cbonnissent for bwrap {src, dst} mount form (#543)

Adds the new bullet under their existing entry for the
coworkBwrapMounts {src, dst} polymorphic form merged in #531,
which closed #530.

Refs #530, #531
This commit is contained in:
Travis
2026-04-30 23:50:02 -05:00
committed by GitHub
parent 646a658fc5
commit c973f4922b

View File

@@ -232,6 +232,7 @@ Special thanks to:
- Fixing the KVM startup blocker
- Fixing RPC response id echoing for persistent connections
- Configurable bwrap mount points via a dedicated Linux config file
- `{src, dst}` mount form in `coworkBwrapMounts` for distinct host/sandbox paths (e.g. persistent `/tmp` across Bash tool calls)
- **[joekale-pp](https://github.com/joekale-pp)** for adding `--doctor` support to the RPM launcher
- **[ecrevisseMiroir](https://github.com/ecrevisseMiroir)** for the bwrap backend sandbox isolation with tmpfs-based minimal root
- **[arauhala](https://github.com/arauhala)** for detailed root cause analysis of the NixOS `isPackaged` regression