docs(plugins): record hosted client verification

This commit is contained in:
2026-08-31 10:52:48 +08:00
parent fe656dd865
commit 421c8254d5

View File

@@ -71,15 +71,18 @@
## Verification
- Hosted/Marketplace/Pi/package focused suite: `13 files, 153 passed, 2 skipped`.
- Full unit suite: `207 files / 1687 passed / 2 skipped`; its only failure is the unchanged
REN-008 pressure threshold when all files run concurrently. The same pressure test passes
independently (`1 passed`) and is byte-identical to the task base.
- Official `pnpm test` at product commit
`fe656dd865f1941f1dc2d369ce3bb09efb955fd8` passed: `207 files / 1687 passed /
2 skipped`, followed by the pressure test independently at `1 passed`.
- `pnpm typecheck` passed. `pnpm lint:check` passed with 0 errors and the same 5 existing
Home/Makelore warnings. Renderer/Main/Preload/utility Vite/Electron build and Windows
x64/NSIS packaging completed successfully before final documentation.
- `pnpm verify:artifact:pi` passed against the packaged application and reports
`schema2PlatformHosted=true`, `legacyMeowaClientAuthorityAbsent=true`, Data Service's
exact ten bundled tools, and the existing Pi 0.84.2 closure.
- `pnpm verify:artifact:win` passed with embedded/verification HEAD both exactly
`fe656dd865f1941f1dc2d369ce3bb09efb955fd8`; the NSIS installer is 294,692,931
bytes with SHA-256 `66C3802040643C35F419CD0EF5D6CB804DD69A34F8338FE0C997EE8CA895632C`.
- `git diff --check` passed for the task changes. No real Provider request, production
Marketplace signature, production install, push, deploy, or publication was performed.