feat(reporting-governance): add package-first portability smoke

This commit is contained in:
Eve
2026-05-08 15:39:56 +08:00
parent 2eaa6e3bb3
commit 54ad955ac2
20 changed files with 2195 additions and 32 deletions

View File

@@ -25,7 +25,16 @@ const requiredPaths = [
'src/reference/openclaw-watchdog-chain.md',
'capabilities/openclaw-watchdog-reference.json',
'examples/openclaw-watchdog-reference.descriptor.example.json',
'profiles/strict-manager-mode.profile.json'
'profiles/strict-manager-mode.profile.json',
'profiles-src/strict-manager-mode.yaml',
'schemas/reporting-governance/deployment-profile.schema.json',
'schemas/reporting-governance/capability-descriptor.schema.json',
'scripts/package-smoke.mjs',
'scripts/watchdog_auto_notify_orchestrator.mjs',
'scripts/long_task_watchdog.mjs',
'scripts/operator_notify_dispatcher.mjs',
'scripts/operator_notify_bridge_supervisor.mjs',
'scripts/operator_notify_sender_binding.mjs'
];
test('reporting-governance package skeleton paths exist', () => {