Portable handoff
Context Pack
Use Context Pack workflows when a bounded wiki scope needs to become a portable markdown bundle with Kinic references and verification.
Common commands
Use these as entry examples. Add --canister-id, --identity-mode, or workspace database config when the target environment requires it.
kinic-vfs-cli --database-id <database-id> export-snapshot --prefix /Knowledge --limit 100 --json
kinic-vfs-cli --database-id <database-id> context-pack export --prefix /Knowledge --output context-pack.md
kinic-vfs-cli --database-id <database-id> fetch-updates --known-snapshot-revision <revision> --prefix /Knowledge --jsonSafety
- Do not export private scopes without confirming access intent.
- Do not present exported content as fresher than its snapshot revision.
- Narrow the prefix when the bundle is too broad.
Responsibilities
- Export only the requested scope.
- Keep Kinic store references for sources and sessions instead of copying unrelated bodies.
- Verify bundle structure before handoff.