File: //proc/self/root/tmp/creator_direct_audit_check.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/bootstrap.php
@@
[
'key' => 'publish_handoff_escalation',
'label' => 'TikTok handoff escalation',
'status' => (string) ($publishHandoffEscalation['status'] ?? 'action_needed'),
'metric' => (string) ($publishHandoffEscalation['metric'] ?? ''),
'next_action' => (string) ($publishHandoffEscalation['next_action'] ?? 'Keep failed, stale, and missing-receipt publish handoffs visible for OpenClaw.'),
],
+ [
+ 'key' => 'direct_publish_audit_pack',
+ 'label' => 'Direct Publish audit pack',
+ 'status' => (string) ($directPublishAudit['status'] ?? 'action_needed'),
+ 'metric' => (string) ($directPublishAudit['metric'] ?? ''),
+ 'next_action' => (string) ($directPublishAudit['next_action'] ?? 'Prepare the sanitized Direct Publish evidence pack before requesting TikTok public-account Advanced Access.'),
+ ],
[
'key' => 'pull_asset_readiness',
*** End Patch