| 1 | // Package attachment validates, persists, and serves session image objects. |
| 2 | // |
| 3 | // Bytes live in sessioncontent. Session authorization and Desktop identity |
| 4 | // stay in their owners. This package never infers a store root from process |
| 5 | // cwd, the focused tab, or an attachment id. |
| 6 | package attachment |
| 7 |