shiplog-bundle 0.6.0

Bundle manifest and profile-scoped zip writer for shiplog run directories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# shiplog-bundle


Bundle manifest and zip generation for run directories.

## Functions


- `write_bundle_manifest(out_dir, run_id, profile)`
- `write_zip(out_dir, zip_path, profile)`

## Profile scoping


- `internal`: includes full internal artifact set.
- `manager`: includes `profiles/manager/packet.md` and `coverage.manifest.json`.
- `public`: includes `profiles/public/packet.md` and `coverage.manifest.json`.

`redaction.aliases.json` is always excluded to avoid alias reverse-mapping leaks.