@amityco/social-plus-vise 1.4.0 → 1.4.1
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 +6 -0
- package/README.md +17 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ 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.1 — 2026-07-02
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- **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`.
|
|
15
|
+
- **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.
|
|
16
|
+
|
|
11
17
|
## 1.4.0 — 2026-07-02
|
|
12
18
|
|
|
13
19
|
**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,29 @@ 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**.
|
|
150
153
|
|
|
151
|
-
The
|
|
154
|
+
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.
|
|
152
155
|
|
|
153
|
-
|
|
156
|
+
What changed in the winning Vise arms:
|
|
154
157
|
|
|
155
|
-
|
|
158
|
+
- 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.
|
|
159
|
+
- 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.
|
|
160
|
+
- Runtime errors block proof instead of being treated as cosmetic.
|
|
161
|
+
- Native scoring recognizes real Android/iOS SDK setup and login patterns, not only surface-level type declarations.
|
|
162
|
+
- Generated artifacts are filtered during secret checks so benchmark evidence does not pollute product scoring.
|
|
156
163
|
|
|
157
|
-
**Boundaries:** these are social.plus's own measurements
|
|
164
|
+
**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 README benchmark figures were removed because they came from earlier builds and older protocols.
|
|
158
165
|
|
|
159
166
|
<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
167
|
|