@amityco/social-plus-vise 1.4.1 → 1.4.3

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 CHANGED
@@ -8,6 +8,21 @@ 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.3 — 2026-07-02
12
+
13
+ ### Changed
14
+ - **Current scorecard now has React Native and Flutter controls.** The retained real-E2E summary and npm README now include fresh no-Vise controls for React Native and Flutter beside the current Vise rows, bringing the cross-platform head-to-head average to **91.8 vs 48.0** (+43.8 points).
15
+ - **Scoring methodology is now documented.** Added the real-E2E scoring methodology, including dimensions, weights, caps, aggregation rules, and the claim boundary for current-loop vs formal public benchmark results.
16
+
17
+ ### Fixed
18
+ - **Cross-platform quota detection is stricter.** The benchmark harness no longer treats generic SDK docs text about a visitor "usage limit" as Codex quota exhaustion; it now looks for the actual "hit your usage limit" signal.
19
+
20
+ ## 1.4.2 — 2026-07-02
21
+
22
+ ### Changed
23
+ - **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.
24
+ - **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.
25
+
11
26
  ## 1.4.1 — 2026-07-02
12
27
 
13
28
  ### Changed
package/README.md CHANGED
@@ -148,10 +148,12 @@ Vise's measured effect is on whether an agent builds the *whole* outcome: runtim
148
148
  | **Android** | market-pulse | **94.3** | 31.2 | **+63.1** | 9/9 |
149
149
  | **iOS** | luminary-club | **90.1** | 43.0 | **+47.1** | 9/9 |
150
150
  | **Web** | pulse-studio | **91.4** | 65.6 | **+25.8** | 8/9 |
151
+ | **Flutter** | fieldhouse-club | **92.8** | 33.0 | **+59.8** | launched, 28 screenshots |
152
+ | **React Native** | arena-fit | **90.3** | 67.3 | **+23.0** | launched, 16 screenshots |
151
153
 
152
- Average Vise score: **91.9**. Average no-Vise score: **46.6**. Average lift: **+45.3 points**.
154
+ Average Vise score: **91.8**. Average no-Vise score: **48.0**. Average lift: **+43.8 points**.
153
155
 
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.
156
+ The scorecard is retained in [`benchmarks/real-e2e/RESULTS.md`](benchmarks/real-e2e/RESULTS.md), with weights and caps documented in [`benchmarks/real-e2e/SCORING_METHODOLOGY.md`](benchmarks/real-e2e/SCORING_METHODOLOGY.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 in the Vise arms. The Flutter no-Vise control is a valid bad outcome: the agent deleted `lib/main.dart`, left the entry point missing, and the watchdog stopped the sample before runtime launch.
155
157
 
156
158
  What changed in the winning Vise arms:
157
159
 
@@ -161,7 +163,7 @@ What changed in the winning Vise arms:
161
163
  - Native scoring recognizes real Android/iOS SDK setup and login patterns, not only surface-level type declarations.
162
164
  - Generated artifacts are filtered during secret checks so benchmark evidence does not pollute product scoring.
163
165
 
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.
166
+ **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 for the same platform families, including fresh React Native and Flutter controls from 2026-07-02. 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 from 2026-06-29 are superseded because both were capped by incomplete runtime proof. Older README benchmark figures were removed because they came from earlier builds and older protocols.
165
167
 
166
168
  <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>
167
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amityco/social-plus-vise",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Skill-guided deterministic CLI for social.plus SDK integration assistance.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",