You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ import TabItem from '@theme/TabItem';
8
8
9
9
# ST/ORM
10
10
11
-
:::info Built for the AI Era
12
-
Storm's immutable design, skills, and secure MCP schema access make it the ORM that AI coding tools get right consistently. Install with `npm install -g @storm-orm/cli`, then run `storm init` in your project. See [AI-Assisted Development](ai-setup.md).
11
+
:::info Built for AI
12
+
Storm's concise API, strict conventions, and absence of hidden complexity make it optimized for AI-assisted development. Combined with AI skills and secure schema access via MCP, AI coding tools generate correct Storm code consistently. Install with `npm install -g @storm-orm/cli` and run `storm init` in your project. See [AI-Assisted Development](ai.md).
13
13
:::
14
14
15
15
**Storm** is a modern, high-performance ORM for Kotlin 2.0+ and Java 21+, built around a powerful SQL template engine. It focuses on simplicity, type safety, and predictable performance through immutable models and compile-time metadata.
Storm's immutable design, skills, and secure MCP schema access make it the ORM that AI coding tools get right consistently. Install with `npm install -g @storm-orm/cli`, then run `storm init` in your project. See [AI-Assisted Development](ai-setup.md).
26
+
Storm's concise API, strict conventions, and absence of hidden complexity make it optimized for AI-assisted development. Combined with AI skills and secure schema access via MCP, AI coding tools generate correct Storm code consistently. Install with `npm install -g @storm-orm/cli` and run `storm init` in your project. See [AI-Assisted Development](ai.md).
27
27
28
28
**Storm** is a modern, high-performance ORM for Kotlin 2.0+ and Java 21+, built around a powerful SQL template engine. It focuses on simplicity, type safety, and predictable performance through immutable models and compile-time metadata.
29
29
@@ -18449,7 +18449,7 @@ A window of query results from a scrolling operation. A `Window<R>` contains the
18449
18449
18450
18450
18451
18451
========================================
18452
-
## Source: ai-setup.md
18452
+
## Source: ai.md
18453
18453
========================================
18454
18454
18455
18455
# AI-Assisted Development
@@ -18571,7 +18571,6 @@ Storm's design principles align naturally with how AI coding tools operate:
18571
18571
| Design Choice | Why it helps AI |
18572
18572
|---------------|-----------------|
18573
18573
| **Immutable entities** | No hidden state transitions for the AI to track or miss |
18574
-
| **Explicit SQL** | The generated SQL is visible and predictable; the AI can reason about queries directly |
18575
18574
| **No proxies** | The entity class *is* the entity; no invisible bytecode transformations to account for |
18576
18575
| **No persistence context** | No session scope, flush ordering, or detachment rules that require deep framework knowledge |
18577
18576
| **Convention over configuration** | Fewer annotations and config files for the AI to keep consistent |
0 commit comments