@markdy/core 0.8.9 → 0.8.10
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/README.md +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @markdy/core
|
|
2
2
|
|
|
3
|
-
The parser and AST types for [MarkdyScript](../../docs/SYNTAX.md) —
|
|
3
|
+
The parser and AST types for [MarkdyScript](../../docs/SYNTAX.md) — a diagram-native DSL for animated architecture diagrams that AI agents can generate reliably.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -77,7 +77,7 @@ try {
|
|
|
77
77
|
|
|
78
78
|
- **[Syntax Reference](../../docs/SYNTAX.md)** — complete DSL language spec
|
|
79
79
|
- **[Tutorial](../../docs/TUTORIAL.md)** — step-by-step guide
|
|
80
|
-
- **[Agent Guide](
|
|
80
|
+
- **[Agent Guide](https://markdy.com/agent/)** — structured reference for AI/LLM code generation
|
|
81
81
|
- **[Architecture](../../docs/ARCHITECTURE.md)** — parser internals and design decisions
|
|
82
82
|
|
|
83
83
|
## License
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdy/core",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "MarkdyScript parser and
|
|
3
|
+
"version": "0.8.10",
|
|
4
|
+
"description": "Diagram-native MarkdyScript parser and compiler (auto-layout, edge routing, cue scheduling) — zero runtime dependencies.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"keywords": [
|
|
22
22
|
"markdy",
|
|
23
23
|
"markdyscript",
|
|
24
|
+
"diagram-native",
|
|
24
25
|
"diagram-as-code",
|
|
25
26
|
"architecture-diagram",
|
|
26
27
|
"mermaid-alternative",
|