# Work Observation Receipt

**Version:** 3.0.6  
**Last reviewed UTC:** 2026-06-20T00:41:09Z  
**Maturity:** Reference  
**Intended user:** Operator or reviewer recording a consequential action, refusal, handoff, repair, export, revocation, or no-op.

## 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",
  "node_id": "[node id]",
  "work_type": "[work type]",
  "work_summary": "[work summary]",
  "evidence_references": [],
  "constraint_applied": "[constraint applied]",
  "result": "[result]",
  "appeal_or_repair_path": "[appeal or repair path]",
  "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": "work-example-flag-001",
  "version": "3.0.6",
  "last_reviewed_utc": "2026-06-20T00:41:09Z",
  "node_id": "node-example-community-moderator",
  "work_type": "decision",
  "work_summary": "Temporarily limited visibility pending human review.",
  "evidence_references": [
    "post-id-redacted",
    "rule: personal-data exposure"
  ],
  "constraint_applied": "No permanent removal without human review.",
  "result": "Queued for review.",
  "appeal_or_repair_path": "Participant can request review from moderation board.",
  "source_domain": "vnwo.com",
  "claim_boundary_note": "Static example only.",
  "human_review_required": true,
  "schema_version": "3.0.6",
  "artifact_maturity": "reference"
}
```

## Validation notes

- Validate the JSON instance against `/schemas/work-observation-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/work-observation-receipt.schema.json`
- Example: `https://vnwo.com/examples/work-observation-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.
