aimem
Installation
SKILL.md
aimem workspace
You are (or may be) operating inside an AIMem mount: a FUSE filesystem
that backs every read and write to a remote MinIO AIStor bucket. A write is
durable and survives sandbox restart once fsync() or close() completes its
upload — see references/workspace.md for what is still at risk before that.
Files other agents wrote to the same bucket are visible here too.
Find your mount
This skill is generic — it doesn't know which bucket you're on or where it's mounted. Locate your AIMem mount(s) yourself:
findmnt -S aimem # AIMem's mount source is "aimem"; prints the mountpoint
# portable fallback: mount | grep -E '^aimem on '