Execution-grade packet. One explicit concrete delta only. Max 2 files, max 120 lines changed.
{
"generatedAt": "2026-05-06T16:48:00Z",
"issueNumber": 376,
"issueUrl": "https://github.com/HotsumaX/community-sandbox/issues/376",
"goal": "Execute one bounded metadata update for issue #376 by adding a single execution-ready delta object to the Codex execution policy and its portal mirror.",
"executionGrade": true,
"concreteDeltaRequired": true,
"targetFiles": [
"artifacts/autonomy/codex-execution-policy.json",
"deployment/portal/artifacts/autonomy/codex-execution-policy.json"
],
"allowedDirectories": [
"artifacts/autonomy",
"deployment/portal/artifacts/autonomy"
],
"hardConstraints": [
"GitHub is source of truth",
"Local commit -> push -> webhook deploy only",
"No direct Pi edits",
"No Codex execution in this pass",
"No new GitHub issue creation",
"No issue closure",
"Only modify the listed target files",
"Keep maxFilesChanged <= 2",
"Keep maxLinesChanged <= 120"
],
"exactTargetSections": [
{
"file": "artifacts/autonomy/codex-execution-policy.json",
"jsonPath": "$.proofReadiness.issue376ExecutionDelta",
"operation": "add-or-replace",
"expectedValue": {
"issueNumber": 376,
"status": "ready-for-execution",
"targetKey": "proofReadiness.issue376ExecutionDelta",
"guardrailsRemainDisabled": true,
"codexExecutionEnabled": false,
"allowGitHubWritesFromCodex": false,
"allowDirectPiEdits": false
}
},
{
"file": "deployment/portal/artifacts/autonomy/codex-execution-policy.json",
"jsonPath": "$.proofReadiness.issue376ExecutionDelta",
"operation": "add-or-replace",
"expectedValue": {
"issueNumber": 376,
"status": "ready-for-execution",
"targetKey": "proofReadiness.issue376ExecutionDelta",
"guardrailsRemainDisabled": true,
"codexExecutionEnabled": false,
"allowGitHubWritesFromCodex": false,
"allowDirectPiEdits": false
}
}
],
"successCriteria": [
"Exactly the two listed policy files are touched.",
"Both files contain $.proofReadiness.issue376ExecutionDelta with the exact expected object.",
"Source and portal mirror remain byte-for-byte equivalent after JSON normalization."
],
"verificationCommands": [
"python3 - <<'PY'\nimport json\nfrom pathlib import Path\nexpected = {'issueNumber': 376, 'status': 'ready-for-execution', 'targetKey': 'proofReadiness.issue376ExecutionDelta', 'guardrailsRemainDisabled': True, 'codexExecutionEnabled': False, 'allowGitHubWritesFromCodex': False, 'allowDirectPiEdits': False}\nsource = json.loads(Path('artifacts/autonomy/codex-execution-policy.json').read_text())\nmirror = json.loads(Path('deployment/portal/artifacts/autonomy/codex-execution-policy.json').read_text())\nassert source['proofReadiness']['issue376ExecutionDelta'] == expected\nassert mirror['proofReadiness']['issue376ExecutionDelta'] == expected\nassert source == mirror\nprint('issue-376-execution-grade-ok')\nPY"
],
"maxFilesChanged": 2,
"maxLinesChanged": 120,
"codexExecutionAllowed": false,
"codexExecutionActuallyRan": false,
"githubWritePerformed": false
}