Skip to content

Commit 55fb934

Browse files
committed
fix: remove duplicate context entries with incorrect paths
- Remove duplicate design-assets, ui-styling-standards, clean-code, animation-patterns, design-systems, react-patterns, and api-design entries that pointed to wrong paths - Remove non-existent development-readme and mastra-ai-readme entries - Keep only correct entries with proper file paths - All registry paths now validated and correct
1 parent efa9036 commit 55fb934

File tree

1 file changed

+0
-95
lines changed

1 file changed

+0
-95
lines changed

registry.json

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,76 +2118,6 @@
21182118
"dependencies": [],
21192119
"category": "standard"
21202120
},
2121-
{
2122-
"id": "design-assets",
2123-
"name": "Design Assets",
2124-
"type": "context",
2125-
"path": ".opencode/context/development/design-assets.md",
2126-
"description": "Design Assets",
2127-
"tags": [],
2128-
"dependencies": [],
2129-
"category": "standard"
2130-
},
2131-
{
2132-
"id": "ui-styling-standards",
2133-
"name": "Ui Styling Standards",
2134-
"type": "context",
2135-
"path": ".opencode/context/development/ui-styling-standards.md",
2136-
"description": "UI Styling Standards",
2137-
"tags": [],
2138-
"dependencies": [],
2139-
"category": "standard"
2140-
},
2141-
{
2142-
"id": "clean-code",
2143-
"name": "Clean Code",
2144-
"type": "context",
2145-
"path": ".opencode/context/development/clean-code.md",
2146-
"description": "Clean Code Principles",
2147-
"tags": [],
2148-
"dependencies": [],
2149-
"category": "standard"
2150-
},
2151-
{
2152-
"id": "animation-patterns",
2153-
"name": "Animation Patterns",
2154-
"type": "context",
2155-
"path": ".opencode/context/development/animation-patterns.md",
2156-
"description": "Animation Patterns",
2157-
"tags": [],
2158-
"dependencies": [],
2159-
"category": "standard"
2160-
},
2161-
{
2162-
"id": "design-systems",
2163-
"name": "Design Systems",
2164-
"type": "context",
2165-
"path": ".opencode/context/development/design-systems.md",
2166-
"description": "Design Systems",
2167-
"tags": [],
2168-
"dependencies": [],
2169-
"category": "standard"
2170-
},
2171-
{
2172-
"id": "react-patterns",
2173-
"name": "React Patterns",
2174-
"type": "context",
2175-
"path": ".opencode/context/development/react-patterns.md",
2176-
"description": "React Patterns & Best Practices",
2177-
"tags": [],
2178-
"dependencies": [],
2179-
"category": "standard"
2180-
},
2181-
{
2182-
"id": "api-design",
2183-
"name": "Api Design",
2184-
"type": "context",
2185-
"path": ".opencode/context/development/api-design.md",
2186-
"description": "API Design Patterns",
2187-
"tags": [],
2188-
"dependencies": [],
2189-
"category": "standard"
2190-
},
21912121
{
21922122
"id": "mastra-config",
21932123
"name": "Mastra Config",
@@ -2615,18 +2545,6 @@
26152545
],
26162546
"category": "standard"
26172547
},
2618-
{
2619-
"id": "development-readme",
2620-
"name": "Development README",
2621-
"type": "context",
2622-
"path": ".opencode/context/development/README.md",
2623-
"description": "Development context overview and guide",
2624-
"tags": [
2625-
"development",
2626-
"guide"
2627-
],
2628-
"category": "standard"
2629-
},
26302548
{
26312549
"id": "learning-readme",
26322550
"name": "Learning README",
@@ -2663,19 +2581,6 @@
26632581
],
26642582
"category": "standard"
26652583
},
2666-
{
2667-
"id": "mastra-ai-readme",
2668-
"name": "Mastra AI README",
2669-
"type": "context",
2670-
"path": ".opencode/context/development/ai/mastra-ai/README.md",
2671-
"description": "Mastra AI framework documentation and guides",
2672-
"tags": [
2673-
"mastra-ai",
2674-
"ai",
2675-
"development"
2676-
],
2677-
"category": "standard"
2678-
},
26792584
{
26802585
"id": "context-bundle-template",
26812586
"name": "Context Bundle Template",

0 commit comments

Comments
 (0)