derpssh 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -433,8 +433,19 @@ owning. Oops.
433
433
  ```bash
434
434
  mise install
435
435
  mise run install-githooks
436
+ go test ./pkg/token -run TestEncode
437
+ mise run check:fast
438
+ ```
439
+
440
+ Run focused tests and the build-only `mise run check:fast` during iteration. It
441
+ compiles every product without running formatting or commit hooks. When making
442
+ a checkpoint commit, let the installed commit hook format changed Go files and
443
+ run deterministic hygiene; retry the commit if formatting changed tracked
444
+ content. Do not run the exhaustive gate as part of the normal coding loop.
445
+ Immediately before a push or landing, run it once:
446
+
447
+ ```bash
436
448
  mise run check
437
- mise run build
438
449
  ```
439
450
 
440
451
  `mise run build` writes `dist/derphole`, `dist/derptun`, and `dist/derpssh`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "derpssh",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "bin": {
6
6
  "derpssh": "bin/derpssh.js"