# Memory Disposition Receipt

**Version:** 3.0.6  
**Last reviewed UTC:** 2026-06-20T00:41:09Z  
**Maturity:** Reference  
**Intended user:** Memory steward documenting intake, use, retention, export, retirement, or rejection.

## What this artifact is for

Use this template to publish a reviewable, source-routed record. A completed record should identify the acting node, relevant authority or constraint, evidence, review state, repair or exit path, and any reason for no-op or blocked growth.

## Editable variables

Replace bracketed values with actual, non-sensitive implementation information. Keep private credentials, secrets, raw private files, and unneeded personal data outside the public packet.

## Blank template

```json
{
  "id": "[id]",
  "version": "3.0.6",
  "last_reviewed_utc": "2026-06-20T00:41:09Z",
  "memory_class": "[memory class]",
  "disposition": "[disposition]",
  "retention_rule": "[retention rule]",
  "export_path": "[export path]",
  "uaix_reference": "[uaix reference]",
  "private_data_warning": "[private data warning]",
  "source_domain": "[source domain]",
  "claim_boundary_note": "VNWO publishes static public observatory guidance and templates. It does not certify safety or viability, provide legal advice, execute agents, import files, synchronize memory, collect private telemetry, validate credentials, authorize endpoints, prove consciousness, or override Teleodynamic or UAIX.",
  "human_review_required": false,
  "schema_version": "3.0.6",
  "artifact_maturity": "reference"
}
```

## Completed fictional example

```json
{
  "id": "memory-example-field-notes",
  "version": "3.0.6",
  "last_reviewed_utc": "2026-06-20T00:41:09Z",
  "memory_class": "project field summary",
  "disposition": "summarized",
  "retention_rule": "Retain public summary; discard private raw notes after project review.",
  "export_path": "Provide participant-readable Markdown export.",
  "uaix_reference": "Use UAIX Agent File Handoff for package structure.",
  "private_data_warning": "Do not send private files to VNWO.com.",
  "source_domain": "vnwo.com",
  "claim_boundary_note": "VNWO routes package standards to UAIX.",
  "human_review_required": true,
  "schema_version": "3.0.6",
  "artifact_maturity": "reference"
}
```

## Validation notes

- Validate the JSON instance against `/schemas/memory-disposition-receipt.schema.json`.
- Confirm `schema_version`, `version`, and `last_reviewed_utc` match the active release.
- Preserve the source domain for imported concepts.
- Verify that any stated authorization comes from the implementing system, not public metadata or VNWO.
- Treat maturity as documentation status, not certification.
- Use no-op and human review when evidence, authority, or review capacity is insufficient.

## Related files

- Schema: `https://vnwo.com/schemas/memory-disposition-receipt.schema.json`
- Example: `https://vnwo.com/examples/memory-disposition-receipt.json`
- Machine-readable governance: `https://vnwo.com/machine-readable-governance/`

## Source-routing note

Name the source domain for every imported concept. Preserve implementation authority with the implementing organization. Use no-op or human review when authority, evidence, or version state is ambiguous.

## Claim boundary

VNWO publishes static public observatory guidance and templates. It does not certify safety or viability, provide legal advice, execute agents, import files, synchronize memory, collect private telemetry, validate credentials, authorize endpoints, prove consciousness, or override Teleodynamic or UAIX.
