Skip to content

Commit b4c6672

Browse files
0xrinegadeclaude
andcommitted
chore: bump version to 0.9.2 and improve AI prompts
- Bump main package version: 0.9.1 → 0.9.2 - Bump OVSM crate version: 1.0.0 → 1.0.1 - Add explicit scoping guidance for OVSM LISP (prevent define in when/if/while) - Improve pagination examples with proper null guards - Clarify (now) function usage (lowercase requirement) - Add inline expression patterns to avoid scoping bugs - Add TEST_PLAN.md for QA documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent de432cc commit b4c6672

File tree

5 files changed

+563
-15
lines changed

5 files changed

+563
-15
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "osvm"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
edition = "2021"
99
license = "MIT"
1010
description = "OpenSVM CLI tool for managing SVM nodes and deployments"

0 commit comments

Comments
 (0)