@amityco/social-plus-vise 1.4.0 → 1.4.2
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/CHANGELOG.md +12 -0
- package/README.md +24 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
|
|
|
8
8
|
|
|
9
9
|
No changes yet.
|
|
10
10
|
|
|
11
|
+
## 1.4.2 — 2026-07-02
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- **README scorecard now includes the current Flutter and React Native rows.** The npm README and retained real-E2E results now show Flutter `fieldhouse-club` (**92.8**) and React Native `arena-fit` (**90.3**) as current Vise-arm-only native readiness evidence, with runtime-launch/screenshot proof and no console errors.
|
|
15
|
+
- **Head-to-head benchmark boundary tightened.** The Android/iOS/Web Vise-vs-no-Vise average remains **91.9 vs 46.6** (+45.3 points), while Flutter and React Native are explicitly excluded from that lift until their no-Vise controls are rerun on the hardened harness.
|
|
16
|
+
|
|
17
|
+
## 1.4.1 — 2026-07-02
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
- **README evidence refreshed to the current real-E2E scorecard.** The npm README now leads with the retained July 2026 cross-platform scorecard: Vise average **91.9** vs no-Vise average **46.6** (+45.3 points), with Android/iOS/Web runtime-proof rows and the same methodology boundary as `benchmarks/real-e2e/RESULTS.md`.
|
|
21
|
+
- **Outdated benchmark figures removed from the shipped README.** Earlier SDK-compliance, design-conformance, feed-completeness, and Engagement Intelligence dogfood numbers were removed from the public README because they were measured on older builds/protocols and should not be mixed with the current scorecard.
|
|
22
|
+
|
|
11
23
|
## 1.4.0 — 2026-07-02
|
|
12
24
|
|
|
13
25
|
**Entry-state flow + alignment gate.** `vise plan`/`init` now run a persona-free entry-state flow ahead of the build. A broad, multi-surface goal expands into a **blueprint** — the surfaces and experience to build — and for that journey `vise init` requires a human **blueprint sign-off** before it scaffolds anything: the *alignment gate* ("are we building the right thing?"), distinct from and complementary to the deterministic compliance gate ("did we build it the right way?"). The sign-off is a SELECT, not a rubber stamp — when the solution path is undecided it hard-picks `sdk` / `uikit` / `hybrid` first and surfaces candidate experiences, persists the choice, re-arms if the path/journey/design source changes, and cannot be bypassed. (A single-surface init is gated by intake/clarify, not the blueprint sign-off.)
|
package/README.md
CHANGED
|
@@ -139,22 +139,36 @@ Vise can ingest your aesthetic from an HTML/CSS prototype (`vise design extract`
|
|
|
139
139
|
|
|
140
140
|
## Evidence
|
|
141
141
|
|
|
142
|
-
Vise's measured effect is on whether an agent builds the *whole* outcome
|
|
142
|
+
Vise's measured effect is on whether an agent builds the *whole* outcome: runtime-visible social surfaces, natural target discovery, SDK setup/login, selected capabilities, design fit, correctness, and the app's own build/runtime proof. The durable finding is the **mechanism**: a checked verification loop changes the stopping condition. The agent is not done when the code compiles; it is done when the local contract is green, attested, runtime-proven, or explicitly blocked on a customer decision.
|
|
143
143
|
|
|
144
|
-
**
|
|
144
|
+
**Current real-E2E scorecard** — latest post-improvement Vise runs vs the strongest usable no-Vise controls captured for the same platform families:
|
|
145
145
|
|
|
146
|
-
|
|
|
147
|
-
|
|
148
|
-
| **
|
|
149
|
-
| **
|
|
146
|
+
| Platform | Scenario | Vise overall | No-Vise control | Lift | Runtime proof |
|
|
147
|
+
|---|---|---:|---:|---:|---:|
|
|
148
|
+
| **Android** | market-pulse | **94.3** | 31.2 | **+63.1** | 9/9 |
|
|
149
|
+
| **iOS** | luminary-club | **90.1** | 43.0 | **+47.1** | 9/9 |
|
|
150
|
+
| **Web** | pulse-studio | **91.4** | 65.6 | **+25.8** | 8/9 |
|
|
151
|
+
|
|
152
|
+
Average Vise score: **91.9**. Average no-Vise score: **46.6**. Average lift: **+45.3 points**.
|
|
153
|
+
|
|
154
|
+
Rows with a no-Vise control are included in the lift average above. Flutter and React Native also have current hardened-harness Vise rows, but the matching no-Vise controls have not been rerun on the same harness yet, so they are shown as Vise-only native readiness evidence:
|
|
155
|
+
|
|
156
|
+
| Platform | Scenario | Vise overall | Capability activation | Product outcome | Design integration | Correctness | Runtime proof |
|
|
157
|
+
|---|---|---:|---:|---:|---:|---:|---|
|
|
158
|
+
| **Flutter** | fieldhouse-club | **92.8** | 91.7 | 93.8 | 90.9 | 100.0 | launched, 28 screenshots, 0 console errors |
|
|
159
|
+
| **React Native** | arena-fit | **90.3** | 83.3 | 93.8 | 90.9 | 100.0 | launched, 16 screenshots, 0 console errors |
|
|
150
160
|
|
|
151
|
-
The
|
|
161
|
+
The scorecard is retained in [`benchmarks/real-e2e/RESULTS.md`](benchmarks/real-e2e/RESULTS.md). It measures capability activation, product outcome, design integration, correctness, efficiency, and runtime evidence. The remaining Web gap was chat runtime proof; community, feed, composer, comment preview, reactions, profile/follow, moderation, and SDK runtime proof were present. Flutter and React Native are excluded from the head-to-head lift until their no-Vise controls are rerun on the current harness.
|
|
152
162
|
|
|
153
|
-
|
|
163
|
+
What changed in the winning Vise arms:
|
|
154
164
|
|
|
155
|
-
|
|
165
|
+
- Runtime readiness is treated as a gate before dogfood proof: identity, credentials, target discovery, tenant data, and proof consent must be resolved or explicitly deferred.
|
|
166
|
+
- Agents are steered away from hardcoded `communityId`, `postId`, `channelId`, and `targetId` values; targets must come from host state, SDK queries, SDK create results, or safe fixture state.
|
|
167
|
+
- Runtime errors block proof instead of being treated as cosmetic.
|
|
168
|
+
- Native scoring recognizes real Android/iOS SDK setup and login patterns, not only surface-level type declarations.
|
|
169
|
+
- Generated artifacts are filtered during secret checks so benchmark evidence does not pollute product scoring.
|
|
156
170
|
|
|
157
|
-
**Boundaries:** these are social.plus's own measurements
|
|
171
|
+
**Boundaries:** these are social.plus's own measurements, not a third-party audit. The scorecard is a current-loop result, not a same-minute paired A/B rerun: the Vise column uses final post-improvement runs, while the no-Vise column uses the best available controls from earlier benchmark cells. For a formal public benchmark, rerun both arms from clean fixtures under a frozen protocol and score them with the same scorer version. Older Flutter/React Native paired rows exist from 2026-06-29 (Flutter 55.0 vs 47.1, React Native 51.2 vs 40.4), but both were capped by incomplete runtime proof and are not used as current lift claims. Older README benchmark figures were removed because they came from earlier builds and older protocols.
|
|
158
172
|
|
|
159
173
|
<sub>Cursor, Claude, Codex, GitHub Copilot, VS Code, and other product names are trademarks of their respective owners; social.plus is not affiliated with or endorsed by them. Benchmark figures are from social.plus's own measurements.</sub>
|
|
160
174
|
|