Trim dor-cli.md back under its spec word budget - #783
Closed
dormouse-bot wants to merge 1 commit into
Closed
dormouse-bot wants to merge 1 commit into
dormouse-bot wants to merge 1 commit into
Conversation
Deploying mouseterm with
|
| Latest commit: |
2eefc96
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b29f48dc.mouseterm.pages.dev |
| Branch Preview URL: | https://fix-ci-36029711184.mouseterm.pages.dev |
Member
nedtwigg
requested a deployment
to
hosted-preview
September 24, 2026 17:16 — with
GitHub Actions
Waiting
This branch is waiting to be deployed
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.
pnpm testonmainfails at its first step since #780:docs/specs/dor-cli.mdis at 6314 words against its 6300-word budget inscripts/spec-word-budgets.json(failed run). #780 added a four-line launcher exit-status rule to the spec. Its branch was based on #772, before the browser PRs (#773–#778) also edited this spec. Each branch was under budget on its own, but the merged result is not. Becausepnpm testchains every step with&&, the other lints and package tests after spec-lint did not run onmaineither.This trims the spec by 14 words instead of raising the budget. No rule is dropped:
dor awaitcallers branch on the exit status), and its pointer todor/test/launcher.test.mjson the Windowsstandalone-platform-checkleg.host:port"pure string rewrite" sentence is reworded. Under## Future, the "Additionaldor listfilters" item drops its redundant lead-in ("activity/state filters are deliberately deferred") and the word "possible", so it now just lists the deferred flags.Locally,
node scripts/spec-lint.mjsreportsOK (35 specs, 69 files checked)andspec-lint-selftestpasses. For both checks I added a placeholderstandalone/sidecar/node_modulesbecause this checkout has no installed dependencies. The other root-level lints inpnpm testalso pass locally. The package tests are left to CI.