[NO-TICKET] Clarify HTML setup and strengthen agent install verification - #276
Merged
Merged
Conversation
Contributor
Author
|
/review |
|
Adds detailed HTML setup docs and robust agent install verification with comprehensive test coverage. 🎯 Quality: 62% Average · 📦 Size: Extra Large — strongly consider breaking this down 🛡️ Standards: Not checked — 1,075 lines changed, over your team's 400-line limit, and nothing checked before it was opened. Coding agents can call the 📈 This month: Your 143rd PR — above team average · Averaging Good |
daniloradovic
approved these changes
Sep 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Agent-assisted setup now gives standalone HTML sites a disclosure-widget path and finds a root Express server even when a frontend
src/directory exists. The field-test harness accepts named model commands and checks more of the resulting installation.Why setup could look complete
A missing
package.jsononly pointed agents back to a project root, while server discovery could overlookserver.jsbesidesrc/. The harness could accept a development-only dependency or a UUID outside the widget, and an incomplete run or unavailable agent could leave a misleading result.Fix
Verified
npm run buildnpm run typecheck— including all 8 templates.npm run capabilities:checknpm test— 197 files passed; 3,252 tests passed, 7 skipped.node field-test/setup-demo.mjs --template express-npm— local packed installation, setup twice, no duplicate provisioning or wiring, and protection source check passed.Out of scope, worth a follow-up
node field-test/run.mjs --persona hostile --rounds 3immediately after the release carrying these guide changes, as required byMAINTAINING.md. The agent harness installs the published package, so a run before publication cannot validate these unpublished instructions.Docs: updated the installation reference, onboarding, maintainer guidance, and harness README. The canonical install prompt is unchanged.