65 lines
1.9 KiB
Markdown
65 lines
1.9 KiB
Markdown
# Phase 0.9 future observation approval template
|
|
|
|
Status: **TEMPLATE ONLY — NOT AUTHORIZED**.
|
|
|
|
This template never grants permission. It is bound only to a possible future
|
|
observation action and cannot authorize backup creation, staging, switch,
|
|
installation, lifecycle, execution, autoload, retry, graphics or RetroArch.
|
|
Every request-specific value is deliberately empty.
|
|
|
|
<!-- BEGIN PHASE09_OBSERVATION_TEMPLATE -->
|
|
```json
|
|
{
|
|
"template_only": true,
|
|
"template_action": "observation",
|
|
"authorized": false,
|
|
"installation_authorized": false,
|
|
"execution_authorized": false,
|
|
"transfer_authorized": false,
|
|
"lifecycle_authorized": false,
|
|
"automatic_retry": false,
|
|
"required_fields": {
|
|
"exact_user_statement": null,
|
|
"active_task_id": null,
|
|
"authorization_issued_at": null,
|
|
"authorization_expires_at": null,
|
|
"device_identity": null,
|
|
"firmware_exact": null,
|
|
"firmware_source_one": null,
|
|
"firmware_source_two": null,
|
|
"component": null,
|
|
"exact_action": null,
|
|
"maximum_action_count": null,
|
|
"maximum_runtime_ms": null,
|
|
"collector_or_artifact_id": null,
|
|
"collector_or_artifact_size": null,
|
|
"collector_or_artifact_sha256": null,
|
|
"source_commit": null,
|
|
"allowed_observations": null,
|
|
"allowed_volatile_effects": null,
|
|
"forbidden_effects": null,
|
|
"output_contract": null,
|
|
"cleanup_contract": null,
|
|
"stop_conditions": null,
|
|
"revocation_method": null,
|
|
"reviewer": null
|
|
},
|
|
"fixed_exclusions": {
|
|
"backup_creation": true,
|
|
"staging": true,
|
|
"switch": true,
|
|
"installation": true,
|
|
"execution": true,
|
|
"lifecycle_probe": true,
|
|
"autoload": true,
|
|
"automatic_retry": true,
|
|
"graphics": true,
|
|
"retroarch": true
|
|
}
|
|
}
|
|
```
|
|
<!-- END PHASE09_OBSERVATION_TEMPLATE -->
|
|
|
|
Empty, ambiguous, expired, mismatched or unreviewed data means `STOP`. A copy,
|
|
signature, edit or commit of this file is not approval.
|