@vfarcic/dot-ai 0.178.0 → 0.179.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vfarcic/dot-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.179.0",
|
|
4
4
|
"description": "AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance",
|
|
5
5
|
"mcpName": "io.github.vfarcic/dot-ai",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -77,6 +77,9 @@ For showing relationships between resources.
|
|
|
77
77
|
- Use subgraphs to group by namespace or logical grouping
|
|
78
78
|
- Arrows: `-->` for ownership/direct, `-.->` for inferred/indirect
|
|
79
79
|
- Keep readable - summarize similar resources rather than showing every instance
|
|
80
|
+
- **IMPORTANT Mermaid syntax**: Node names in `class` statements MUST be comma-separated:
|
|
81
|
+
- CORRECT: `class mcp,website,ctrl active`
|
|
82
|
+
- INCORRECT: `class mcp website ctrl active`
|
|
80
83
|
|
|
81
84
|
### table
|
|
82
85
|
For listing resources with their properties.
|