@orangepro/orangepro-mcp 0.2.22 → 0.2.23
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.
|
@@ -866,7 +866,7 @@ if(cf&&cf.flows.length){
|
|
|
866
866
|
|
|
867
867
|
// Platform CTA: after flows
|
|
868
868
|
const flowCta=el("div","paywall",
|
|
869
|
-
\`<div class="paywall-num"
|
|
869
|
+
\`<div class="paywall-num">\${D.flows.length} flows mapped locally</div>
|
|
870
870
|
<div class="paywall-txt">Track flow regressions across commits, correlate with production incidents, and set merge gates on OrangePro Platform.</div>
|
|
871
871
|
<a class="paywall-btn" href="https://orangepro.ai/get-started" target="_blank">Unlock Full Analysis →</a>\`);
|
|
872
872
|
fl.after(flowCta);
|
|
@@ -879,7 +879,7 @@ if(D.viewMeta){
|
|
|
879
879
|
}
|
|
880
880
|
// Platform CTA: top banner in risk panel
|
|
881
881
|
const riskTopBanner=el("div","platform-top-banner",
|
|
882
|
-
\`<span class="platform-top-banner-text">Local scan shows <b
|
|
882
|
+
\`<span class="platform-top-banner-text">Local scan shows <b>\${D.risks.length}</b> priority gaps. Full ranked list, incident correlation, and CI merge gate on Platform.</span>
|
|
883
883
|
<a class="platform-footer-btn" href="https://orangepro.ai/get-started" target="_blank">Unlock Full Analysis →</a>\`);
|
|
884
884
|
riskList.before(riskTopBanner);
|
|
885
885
|
const generatedRiskCount=D.risks.filter(r=>r.generatedTests&&r.generatedTests.length).length;
|
|
@@ -982,7 +982,7 @@ const pf=document.getElementById("platform-cta-footer");
|
|
|
982
982
|
if(pf&&D.viewMeta&&D.viewMeta.risks){
|
|
983
983
|
const rm=D.viewMeta.risks;
|
|
984
984
|
pf.querySelector(".platform-footer-text").innerHTML=
|
|
985
|
-
\`Showing top <b
|
|
985
|
+
\`Showing top <b>\${rm.shown}</b> of <b>\${rm.scored.toLocaleString()}</b> scored behaviors. Full risk ranking + incident correlation + CI gate on Platform.\`;
|
|
986
986
|
}
|
|
987
987
|
})();
|
|
988
988
|
</script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangepro/orangepro-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OrangePro (`opro`) — a local-first, BYOK CLI + MCP server that builds an evidence graph from a local checkout, ingests runtime coverage, and generates grounded tests. Metadata-only exports; no source upload; generated tests stay local.",
|
|
6
6
|
"license": "MIT",
|