From 9e3768b96bedaa0717fe16ae6426cbd5d7770807 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Wed, 14 Jan 2026 01:58:07 +0000 Subject: [PATCH] chore(deps): remove dspyground from dependencies npm overrides don't work for global installs, so the next.js vulnerability warning persists. Since dspyground is optional tooling (not core CLI), remove it as a dependency. Users who need DSPyGround can install it separately: npm install -g dspyground This eliminates the CVE-2025-66478 warning during npm install -g aidevops. --- .agent/tools/context/dspyground.md | 2 ++ package.json | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.agent/tools/context/dspyground.md b/.agent/tools/context/dspyground.md index 50afabfa0..cdf8f57ef 100644 --- a/.agent/tools/context/dspyground.md +++ b/.agent/tools/context/dspyground.md @@ -34,6 +34,8 @@ tools: DSPyGround is a visual prompt optimization playground powered by the GEPA (Genetic-Pareto Evolutionary Algorithm) optimizer. It provides an intuitive web interface for iterative prompt optimization with real-time feedback and multi-dimensional metrics. +**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. Install it when you need visual prompt optimization capabilities. + ## 🚀 **Quick Start** ### **Prerequisites** diff --git a/package.json b/package.json index 52668990f..2d5410115 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,8 @@ "author": "Marcus Quinn ", "license": "MIT", "dependencies": { - "dspyground": "^0.3.10", "elysia": "^1.1.0" }, - "overrides": { - "next": "^16.1.1" - }, "devDependencies": { "@secretlint/secretlint-rule-preset-recommend": "^11.2.5", "@types/bun": "latest",