@amityco/social-plus-vise 1.4.5 → 1.4.6

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,14 @@ 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.6 — 2026-07-02
12
+
13
+ ### Added
14
+ - **Marketing capability explainer.** Added a shipped `docs/vise-how-it-helps.html` page for marketing and sales enablement that explains Vise's agentic workflow, three validation layers, current real-E2E scorecard methodology, and realistic brownfield-style Social+ integration outputs in a light themed gallery.
15
+
16
+ ### Changed
17
+ - **Preview status is explicit in the public README.** The npm README now marks Vise as a preview release and sets the expected boundary for API stability, benchmark methodology, advisory intelligence, code review, QA, and runtime verification.
18
+
11
19
  ## 1.4.5 — 2026-07-02
12
20
 
13
21
  ### Changed
package/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  <p align="center">
8
8
  <a href="https://www.npmjs.com/package/@amityco/social-plus-vise"><img src="https://img.shields.io/npm/v/@amityco/social-plus-vise.svg" alt="npm version" /></a>
9
+ <img src="https://img.shields.io/badge/Status-Preview-orange.svg" alt="Preview status" />
9
10
  <img src="https://img.shields.io/badge/License-Proprietary-blue.svg" alt="License" />
10
11
  <a href="https://learn.social.plus"><img src="https://img.shields.io/badge/Docs-learn.social.plus-informational" alt="Docs" /></a>
11
12
  </p>
@@ -33,6 +34,8 @@
33
34
 
34
35
  ## What is Vise?
35
36
 
37
+ > **Preview release.** Vise is usable for guided social.plus SDK integrations, but the CLI surface, evidence format, benchmark methodology, and advisory intelligence may still change as the product hardens through more real projects. Treat it as governed AI assistance with strong validation gates, not a substitute for code review, product QA, or runtime verification.
38
+
36
39
  **Vise wraps your AI coding agent in compliance guardrails while it integrates social.plus SDKs.** The agent still writes the code — Vise grounds that work in real SDK APIs, checks correctness and completeness, helps align generated UI with your design system, and asks you the calls only a human should make. It does not make AI agents perfect; it gives them a governed loop, explicit gates, and evidence when something is green, intentionally scoped out, or still unverified.
37
40
 
38
41
  While the agent works, Vise:
@@ -153,6 +156,19 @@ Vise is measured against complete brownfield integrations, not isolated snippets
153
156
 
154
157
  Average with Vise: **91.8**. Average without Vise: **48.0**. Average improvement: **+43.8 points**.
155
158
 
159
+ **How the score is calculated:** each run is scored from 0-100 across five dimensions, then weighted into one overall score: capability activation (**25%**), product outcome (**25%**), design integration (**20%**), correctness (**20%**), and efficiency (**10%**). In shorthand:
160
+
161
+ ```text
162
+ overall =
163
+ capability activation * 0.25 +
164
+ product outcome * 0.25 +
165
+ design integration * 0.20 +
166
+ correctness * 0.20 +
167
+ efficiency * 0.10
168
+ ```
169
+
170
+ Capability activation measures whether the Vise arm actually used the governed workflow (inspection, Engagement Intelligence selection, blueprint/sign-off artifacts, docs lookup, checks, sensors, and local `sp-vise/` evidence); no-Vise controls intentionally score 0 on that dimension because they must not use Vise. Product outcome and design integration are judged from runtime-visible social surfaces and screenshots. Correctness covers build/runtime hygiene, SDK-backed source, no leaked secrets, no hardcoded social object IDs, and completed handoff. Efficiency rewards validated, SDK-backed outcome delivered within the time/command budget. Caps lower the score when a run is quota-limited, explicitly unfinished, missing a required multi-surface workplan, or proves too little runtime surface coverage. Platform rows enter the head-to-head average only when the Vise and no-Vise arms target the same platform/scenario and are scored with the same launch-verification standard.
171
+
156
172
  What changed with Vise in the loop:
157
173
 
158
174
  - The agent starts from a grounded plan instead of guessing the integration shape.