feat: ship production local assurance viewer in core

This commit is contained in:
thanhnv
2026-07-28 23:09:22 +07:00
parent 3cc897c5bb
commit 9c9efb1043
21 changed files with 2544 additions and 136 deletions
+7
View File
@@ -23,6 +23,10 @@
"config/project-registry.json": "empty_project_registry"
},
"required": [
"assets/local-viewer/index.html",
"assets/local-viewer/app.css",
"assets/local-viewer/app.js",
"assets/local-viewer/favicon.svg",
"adapters/claude-code/claude_hook.py",
"adapters/codex/codex_hook.py",
"adapters/vscode/vscode_hook.py",
@@ -33,6 +37,9 @@
"scripts/bash/security-check.sh",
"scripts/bash/tool-registry-gate.sh",
"scripts/python/agentic_bridge.py",
"scripts/python/local_report.py",
"scripts/python/local_viewer.py",
"scripts/python/report_cli.py",
"scripts/python/harness_hash.py"
]
},