humanish 0.46.0 → 0.48.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.
@@ -3,7 +3,7 @@
3
3
  Date: 2026-06-02 (current-state note updated 2026-07-14)
4
4
 
5
5
  Status: reference map for the major contracts shipped through source version
6
- `0.46.0`; it is not an exhaustive inventory of command/result envelopes. Exported types,
6
+ `0.48.0`; it is not an exhaustive inventory of command/result envelopes. Exported types,
7
7
  schema constants, parsers, and validators in `src/` are authoritative. Rows
8
8
  marked "reserved" name layering intent only — no code emits or validates them
9
9
  yet. Do not emit a reserved schema.
@@ -724,7 +724,11 @@ Core-owned fields:
724
724
  budget AFTER productive activity — status `passed`, a NON-FAILURE completion,
725
725
  distinct from `timed_out`, which stays reserved for a zero-progress deadline
726
726
  hit and remains a failure)
727
- - `ids`, `counts`, `items[]`, optional `tokenUsage`, `capabilities`
727
+ - `ids`, `counts`, `items[]`, optional `tokenUsage`, `capabilities`. Items may
728
+ carry `at` (ISO-8601 recording stamp from the loop's clock) and, on
729
+ click-like `ui_action` items, structured `coord` (`x`/`y`) — both additive
730
+ (#441): absent on older bundles and non-stamping producers, and absence means
731
+ "timing/position unrecorded", never zero
728
732
  - optional `affordanceUse` (`humanish.affordance-use.v1`): which KIND of route this
729
733
  actor took (see Affordance Use below)
730
734
  - optional `estimatedCost` (`humanish.actor-estimated-cost.v1`): a token-derived
@@ -29,7 +29,7 @@ study completed, reproduced, and produced a real accessibility finding via a
29
29
  keyboard-first participant
30
30
  ([docs/goals/email-gated-signup/receipts/](email-gated-signup/receipts/)).
31
31
 
32
- ## Current Program Truth (source `0.46.0`)
32
+ ## Current Program Truth (source `0.48.0`)
33
33
 
34
34
  The package source and repository implementation in this tree agree on these
35
35
  points:
@@ -467,34 +467,38 @@ Observer hero from a commit-pinned public application (drawDB) shipped in
467
467
  `0.16.0`. That run treats the application as a study subject, not a Humanish
468
468
  adopter, and does not imply endorsement; it does not satisfy the depth gate.
469
469
 
470
- The operator-pinned train-of-thought capture (#427) landed its stage 1 in
471
- `0.46.0`: the computer-use path requests provider-sanctioned reasoning
472
- summaries every turn (with a session latch that degrades to the old wire
473
- shape if the account rejects them), the trace records them as ordered
474
- redacted `reasoning` items, and the player feed renders them as thought rows
475
- (`N actions · M thoughts`). Live-proven on a real run whose first recorded
476
- thought immediately exposed a persona defect (#452, fixed same release):
477
- both flagship personas had been opening every study prompt with a
478
- dogfood-era "evaluating Humanish" summary. Stage 2 the card live ticker
479
- rides the #441 incremental-flush work and stays with #427. The same run
480
- also surfaced #453: the credible-pass guard reads a post-success defect
481
- report as a self-reported blocker, an incentive inversion against the
482
- richest participant behavior.
483
-
484
- The standing queue behind it, in rough order:
485
-
486
- 1. the #441 capture-side set: per-action timestamps, structured coordinates,
487
- incremental item flush during live runs, a live-shaped golden, then deep
488
- links (a declared parity regression from the renderer cutover);
489
- 2. registry promotions: the wordmark (#431), the participant card, and the two
470
+ The operator-pinned train-of-thought thread (#427, both stages) and the
471
+ #441 queue head are done as of `0.47.0`, live-proven the same day they
472
+ shipped: trace items carry recording stamps and structured click
473
+ coordinates; the live path flushes `liveActor` partials mid-run so the
474
+ attached Observer's timeline grows while a study runs; playback runs at
475
+ the participant's recorded pace when stamps exist (and the transport says
476
+ which clock it is on); the participant card's decide-line ticks the
477
+ newest reported thought during a live lane; and a live-shaped golden cut
478
+ from a kept receipt run pins the whole shape (`?fixture=live`). On the way
479
+ the capture exposed and closed two evidence-quality defects: the persona
480
+ identity leak (#452) and the credible-pass guard's incentive inversion
481
+ against post-success defect reports (#453 the verdict scan and the
482
+ friction tally are now separate reads of the same narrative). Shared-world
483
+ roll-up honesty (#364) closed via an external contribution that separates
484
+ credibility, mission endpoint, and convergence into three explicit claims.
485
+
486
+ Deep links landed in `0.48.0` (#464): every participant and frame is
487
+ addressable (`#/lane/<id>/f/<n>`), Back/Forward restore the view, and a
488
+ reload or shared link lands on the exact moment — #441 closed entirely.
489
+
490
+ The standing queue, in rough order:
491
+
492
+ 1. registry promotions: the wordmark (#431), the participant card, and the two
490
493
  vendored Base UI wrappers (drawer, popover) once a second surface consumes
491
494
  them;
492
- 3. the adoption cluster: vendor-native key resolution (#436) and the optional
495
+ 2. the adoption cluster: vendor-native key resolution (#436) and the optional
493
496
  desktop peer-dep gap (#346) — the two biggest remaining "npx works
494
497
  first-try" violations;
495
- 4. shared-world honesty: per-action evidence (#365), roll-up truthfulness
496
- (#364), exposure-flag coverage (#446), and the pre-barrier "stream ended"
497
- mislabel found during the 2026-08-16 live games.
498
+ 3. shared-world honesty, remaining half: per-action evidence (#365) and
499
+ exposure-flag coverage (#446);
500
+ 4. the stakeholder TUI (#455): research + token-translated mocks on the
501
+ operator review surface, design sign-off gated before any code.
498
502
 
499
503
  The depth-axis deletion front (an adopter's bespoke terminal-product sim,
500
504
  comparator contract posted on the adopter's tracker) is paused awaiting the
@@ -2,7 +2,7 @@
2
2
 
3
3
  Status: public-safe contributor and agent ramp.
4
4
 
5
- Package/source version in this tree: `0.46.0` (2026-08-17). The Observer is phone-usable as a stated requirement (observer/AGENTS.md); interactive primitives start from Base UI. The Observer renderer is the observer/ workspace artifact only; the legacy string-concat renderer was deleted at cutover (#426), and rollback is a version pin to 0.42.0. The containment boundary introduced in
5
+ Package/source version in this tree: `0.48.0` (2026-08-17). The Observer is phone-usable as a stated requirement (observer/AGENTS.md); interactive primitives start from Base UI. The Observer renderer is the observer/ workspace artifact only; the legacy string-concat renderer was deleted at cutover (#426), and rollback is a version pin to 0.42.0. The containment boundary introduced in
6
6
  `0.15.1` remains in force: managed run and output paths bind to validated
7
7
  physical filesystem identities, and stored provider IDs are evidence, not
8
8
  cleanup authority. The bundled OSS meta-lab is dry-run only until
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "humanish",
3
- "version": "0.46.0",
3
+ "version": "0.48.0",
4
4
  "description": "Open-source-safe CLI for persona simulation, observer review, and public-safe feedback drafts.",
5
5
  "author": "Daniel G Wilson <daniel@danielgwilson.com>",
6
6
  "keywords": [
@@ -58,7 +58,7 @@
58
58
  "release:check": "pnpm check && pnpm public-surface:scan && pnpm skill:check && npm pack --dry-run",
59
59
  "skill:check": "DISABLE_TELEMETRY=1 npx skills add . --list",
60
60
  "test": "vitest run",
61
- "typecheck": "tsc -p tsconfig.json --noEmit",
61
+ "typecheck": "tsc -p tsconfig.json --noEmit && pnpm --filter humanish-observer typecheck",
62
62
  "humanish:doctor": "pnpm humanish -- doctor",
63
63
  "humanish:run": "pnpm humanish -- run --dry-run",
64
64
  "humanish:watch": "pnpm humanish -- watch",