seal_memory_pack
Create and hash-seal governed memory packs that become immutable, TTL-bound institutional knowledge artifacts with trust level enforcement.
Instructions
Create and hash-seal a new Governed Memory Pack (GMP). The pack becomes an immutable, TTL-bound institutional knowledge artifact with trust level enforcement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack_id | Yes | Unique identifier for the memory pack | |
| version | No | Semantic version | 1.0.0 |
| type | Yes | Pack type | |
| trust_level | Yes | Trust level (SYSTEM > ORG > CASE > EPHEMERAL) | |
| domain | Yes | Domain (e.g., va-claims, finance, cyber-ir) | |
| scope | Yes | Scope tags | |
| risk_level | No | MAI classification | ADVISORY |
| ttl_hours | Yes | TTL in hours (capped by trust level) | |
| created_by | Yes | Creator identity | |
| sealer_role | No | Role of the sealer (for trust level enforcement) | |
| principles | Yes | Core principles | |
| sop | Yes | Standard operating procedures | |
| heuristics | Yes | Decision heuristics | |
| anti_patterns | Yes | Prohibited patterns | |
| allowed_roles | No | RBAC roles allowed to load this pack |