公开 INI 面板 session readiness report SDK surface

This commit is contained in:
2026-06-16 07:08:44 +08:00
parent ce3d08ef61
commit 2615e5bc57
7 changed files with 93 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ for (const phrase of [
"docs/drift-report.md",
"PROJECT_COMPLETION_TRACKER.md",
"runtime/sdk/src/index.js",
"createIniPanelShellSessionReadinessWorkflowReport()",
"workflow overview embedding mount DOM",
"verify_no_standalone_cnc_semantics.sh",
"verify_host_smokes.sh",
@@ -80,6 +81,7 @@ for (const phrase of [
for (const phrase of [
"OPFS/session persistence exports",
"INI panel shell handoff exports",
"createIniPanelShellSessionReadinessWorkflowReport()",
]) {
assert.match(sdkReadmeText, literalRegExp(phrase));
}