humanish 0.47.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.
|
|
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.
|
package/docs/goals/current.md
CHANGED
|
@@ -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.
|
|
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:
|
|
@@ -483,20 +483,21 @@ friction tally are now separate reads of the same narrative). Shared-world
|
|
|
483
483
|
roll-up honesty (#364) closed via an external contribution that separates
|
|
484
484
|
credibility, mission endpoint, and convergence into three explicit claims.
|
|
485
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
|
+
|
|
486
490
|
The standing queue, in rough order:
|
|
487
491
|
|
|
488
|
-
1.
|
|
489
|
-
the declared parity regression from the renderer cutover and the
|
|
490
|
-
prerequisite for #428's cite-turns flags;
|
|
491
|
-
2. registry promotions: the wordmark (#431), the participant card, and the two
|
|
492
|
+
1. registry promotions: the wordmark (#431), the participant card, and the two
|
|
492
493
|
vendored Base UI wrappers (drawer, popover) once a second surface consumes
|
|
493
494
|
them;
|
|
494
|
-
|
|
495
|
+
2. the adoption cluster: vendor-native key resolution (#436) and the optional
|
|
495
496
|
desktop peer-dep gap (#346) — the two biggest remaining "npx works
|
|
496
497
|
first-try" violations;
|
|
497
|
-
|
|
498
|
+
3. shared-world honesty, remaining half: per-action evidence (#365) and
|
|
498
499
|
exposure-flag coverage (#446);
|
|
499
|
-
|
|
500
|
+
4. the stakeholder TUI (#455): research + token-translated mocks on the
|
|
500
501
|
operator review surface, design sign-off gated before any code.
|
|
501
502
|
|
|
502
503
|
The depth-axis deletion front (an adopter's bespoke terminal-product sim,
|
package/docs/ramp/README.md
CHANGED
|
@@ -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.
|
|
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