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",