Skip to content

Commit 5bc0712

Browse files
committed
chore: release v0.5.4
Version bump: 0.5.3 → 0.5.4 Release highlights: - ✨ Precision-guided navigation with line numbers (6 commands, 8615 lines) - ✨ analyze command enhancement (Quick/Focused/Full modes) - 🐛 Fixed 6 Jinja2 syntax errors - 📚 Updated documentation (CHANGELOG, AGENTS.md) - 🧹 Version control cleanup Token savings: 84-98% in typical usage scenarios Special achievement: 97-98% savings for language-specific navigation
1 parent b054a4b commit 5bc0712

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
---
11+
12+
## [0.5.4] - 2025-11-13
13+
1014
### 🚀 Features
1115

1216
**Precision-Guided Navigation with Line Numbers**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "meta-spec"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Meta-specification framework for generating Spec-Driven X (SD-X) toolkits for AI agents"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)