Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/MANIFEST.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,19 @@ type = "authored"
evergreen = false
description = "Layout of the long-term offline reference store and its ownership boundary."

# WHY not evergreen: both living boundary documents report current
# implementation, adoption, and promotion state that changes as the underlying
# work advances.
[[doc]]
path = "docs/fjall-column-encryption.md"
type = "authored"
evergreen = true
evergreen = false
description = "Corrected Pinax/Akroasis authority boundary for reference-library encryption."

[[doc]]
path = "docs/pq-content-key-wrapping.md"
type = "authored"
evergreen = true
evergreen = false
description = "Living Sphragis boundary and promotion gates for future content-key distribution."

# WHY authored and not generated: it is a hand-written example config a reader copies from, not output
Expand Down
7 changes: 6 additions & 1 deletion docs/pq-content-key-wrapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@ Sphragis checkout at the exact immutable revision recorded by the consumer, or
use Sphragis CI for that same revision:

```sh
cargo test --features preview-pq
cargo test --features preview-pq,hazmat
```

Here `hazmat` is enabled only in the producer checkout so Sphragis's
conformance-test primitive surface is reachable. It does not change the
consumer boundary above: an Akroasis dependency must not enable `hazmat`, and
Akroasis code must not call that surface.