| name | aim-export-cartridge |
| description | Export A.I.M. knowledge into a portable cartridge (.engram / exchange format) for backup or share. Slash: /aim-export-cartridge.
|
aim-export-cartridge
Paths (relative to vessel)
AIM_OS="${AIM_OS:-./aim-agy_os}"
PY="${AIM_OS}/venv/bin/python3"
EXCHANGE="${AIM_OS}/.aim_core/plugins/datajack/aim_exchange.py"
Adjust AIM_OS if this vessel uses a different engine root.
Export
"$PY" "$EXCHANGE" export "<keyword>" --out "<name>.engram"
If the vessel exposes a CLI subcommand, prefer that when documented:
./aim …
Rules
- Confirm keyword/scope with the Operator before large exports.
- Write outputs under
archive/cartridges/ or /tmp/ — not repo root.
- Report output path and any errors.
- Do not include secrets or live credentials in cartridges.