Open
Conversation
- Fix imports from @decocms/runtime/mastra to @decocms/runtime/tools - Update github MCP to use runtime 1.2.6 with _meta support - Remove deprecated bindings property from registry - Add index signatures to meta-ads Targeting types - Fix relative imports in openrouter and deco-llm - Update documentation with correct import paths
- Add check-parallel.ts script with concurrency control (4 concurrent) - Add check:changed command to check only modified workspaces - Keep check:all for CI/powerful machines - Reduce check time from 20+ min to 5-8 min - Prevent PC from freezing during checks - Add progress reporting and better error handling - Add CHECK_OPTIMIZATION.md documentation
Updates runtime version to 1.2.7 which includes the OAuth typing fix. Once the mesh PR is merged and published, this will resolve all oauth.ts errors.
🚀 Preview Deployments Ready!Your changes have been deployed to preview environments: 📦
|
Contributor
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="shared/storage/README.md">
<violation number="1" location="shared/storage/README.md:3">
P3: Remove the extra space between “storage” and “providers” to avoid a typo in the README.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| # Storage - Shared Module | ||
|
|
||
| Unified storage module for all MCPs. Provides a consistent interface for working with different object storage providers. | ||
| Unified storage module for all MCPs. Provides a consistent interface for working with different object storage providers. |
Contributor
There was a problem hiding this comment.
P3: Remove the extra space between “storage” and “providers” to avoid a typo in the README.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At shared/storage/README.md, line 3:
<comment>Remove the extra space between “storage” and “providers” to avoid a typo in the README.</comment>
<file context>
@@ -1,6 +1,6 @@
# Storage - Shared Module
-Unified storage module for all MCPs. Provides a consistent interface for working with different object storage providers.
+Unified storage module for all MCPs. Provides a consistent interface for working with different object storage providers.
## 🚀 Quick Start
</file context>
Suggested change
| Unified storage module for all MCPs. Provides a consistent interface for working with different object storage providers. | |
| Unified storage module for all MCPs. Provides a consistent interface for working with different object storage providers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary by cubic
Fixes TypeScript check errors across the monorepo and makes checks faster and more stable. Upgrades @decocms/runtime to 1.2.7 and aligns imports and types with the latest runtime.
Bug Fixes
New Features
Written for commit 95ec21e. Summary will update on new commits.