Fix cache-memory configuration in chroma.md shared import #11820
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
cache-memorytool in.github/workflows/shared/mcp/chroma.mdwas using array format without the requiredkeyproperty, causing validation errors in workflows importing this shared configuration.Changes
keyproperty to cache-memory array configuration inshared/mcp/chroma.mdContext
Per the cache-memory schema, array format requires both
idandkeyproperties. The missingkeycaused validation warnings in any workflow importingshared/mcp/chroma.md.All 140 workflows now compile with 0 errors. MCP Inspector and Research workflow runtime failures are execution environment issues, not compilation problems.
Original prompt
This section details on the original issue you should resolve
<issue_title>Workflow Health Dashboard - 2026-01-26</issue_title>
<issue_description>### Overview
Critical Issues 🚨
MCP Inspector - Failing (P1) - Issue #11721
Research Workflow - Failing (P1) - Issue #11722
Recovered Workflows ✅
Daily News - RECOVERY SUSTAINED! (P0 → Healthy)
Healthy Workflows ✅
Smoke Tests - Perfect Health
All smoke tests: 100% success rate (all recent runs)
Systemic Issues
Issue: Outdated Lock Files - 9 Workflows Need Recompilation
Status: NEW FINDING - Code changes not yet compiled
make recompilemake recompilemake recompilemake recompilemake recompilemake recompilemake recompilemake recompilemake recompileRoot cause: Source
.mdfiles modified more recently than.lock.ymlfilesImpact: Workflows running with stale configuration
Recommended action: Run
make recompileto regenerate all lock filesIssue: Tavily-Dependent Workflows
Status: MONITORING - 1 recovered, 2 still failing
Key Finding: Daily News recovered after TAVILY_API_KEY was added, but MCP Inspector and Research did NOT. Hypothesis: workflows need recompilation with
make recompile.Recommendations
High Priority (P1 - Within 24h)
Recompile all workflows - 9 outdated lock files detected
make recompileFix MCP Inspector (MCP Inspector - Still failing after TAVILY_API_KEY fix (0% success rate, 20 days offline) #11721) after recompilation
Fix Research workflow (Research Workflow - Still failing after TAVILY_API_KEY fix (20% success rate, 17 days offline) #11722) after recompilation
Medium Priority (P2 - This Week)
Trends
Actions Take...
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.