Skip to content

Commit 3bb44c3

Browse files
montfortclaude
andauthored
chore: bump CLI to 3.0.0 and Framework to 4.1.0 (#34)
CLI 3.0.0 — new commands (analyze, new), --staged flag, arborist-metrics integration with 12 languages, complexity-based documentation triggers. Framework 4.1.0 — governance updated to use devtrail analyze as primary documentation trigger with >20 lines fallback, arborist-metrics promotion. Updated version references across all docs, footers, and examples. Also fixed stale fw-2.1.0 references in ADOPTION-GUIDE (EN + ES). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6bd6a38 commit 3bb44c3

19 files changed

Lines changed: 45 additions & 45 deletions

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ DevTrail uses **independent versions** for framework and CLI:
4242

4343
| Component | Tag format | Current | Example |
4444
|-----------|-----------|---------|---------|
45-
| Framework | `fw-X.Y.Z` | fw-4.0.0 | `fw-4.0.0` |
46-
| CLI | `cli-X.Y.Z` | cli-2.1.0 | `cli-2.1.0` |
45+
| Framework | `fw-X.Y.Z` | fw-4.1.0 | `fw-4.1.0` |
46+
| CLI | `cli-X.Y.Z` | cli-3.0.0 | `cli-3.0.0` |
4747

4848
Follow [semver](https://semver.org/):
4949
- **Major**: breaking changes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ DevTrail uses independent version tags for each component:
146146

147147
| Component | Tag prefix | Example | Includes |
148148
|-----------|-----------|---------|----------|
149-
| Framework | `fw-` | `fw-4.0.0` | Templates (12 types), governance, directives |
150-
| CLI | `cli-` | `cli-2.1.0` | The `devtrail` binary |
149+
| Framework | `fw-` | `fw-4.1.0` | Templates (12 types), governance, directives |
150+
| CLI | `cli-` | `cli-3.0.0` | The `devtrail` binary |
151151

152152
Check installed versions with `devtrail status` or `devtrail about`.
153153

@@ -177,7 +177,7 @@ See [CLI Reference](docs/adopters/CLI-REFERENCE.md) for detailed usage.
177177
```bash
178178
# Download the latest framework release ZIP from GitHub
179179
# Go to https://github.com/StrangeDaysTech/devtrail/releases
180-
# and download the latest fw-* release (e.g., fw-4.0.0)
180+
# and download the latest fw-* release (e.g., fw-4.1.0)
181181

182182
# Extract and copy to your project
183183
unzip devtrail-fw-*.zip -d your-project/

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devtrail-cli"
3-
version = "2.1.0"
3+
version = "3.0.0"
44
edition = "2021"
55
description = "CLI tool for DevTrail - Documentation Governance for AI-Assisted Development"
66
license = "MIT"

dist/.devtrail/00-governance/AGENT-RULES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ When a change modifies API endpoints:
268268
269269
---
270270
271-
*DevTrail v4.0.0 | [Strange Days Tech](https://strangedays.tech)*
271+
*DevTrail v4.1.0 | [Strange Days Tech](https://strangedays.tech)*

dist/.devtrail/00-governance/C4-DIAGRAM-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ Use a Level 1 (Context) diagram to illustrate:
234234

235235
---
236236

237-
*DevTrail v4.0.0 | [Strange Days Tech](https://strangedays.tech)*
237+
*DevTrail v4.1.0 | [Strange Days Tech](https://strangedays.tech)*

dist/.devtrail/00-governance/DOCUMENTATION-POLICY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ See also [ADR-2025-01-20-001] for architectural context.
247247

248248
---
249249

250-
*DevTrail v4.0.0 | [Strange Days Tech](https://strangedays.tech)*
250+
*DevTrail v4.1.0 | [Strange Days Tech](https://strangedays.tech)*

dist/.devtrail/00-governance/QUICK-REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ Mark `review_required: true` when:
188188

189189
---
190190

191-
*DevTrail v4.0.0 | [Strange Days Tech](https://strangedays.tech)*
191+
*DevTrail v4.1.0 | [Strange Days Tech](https://strangedays.tech)*

dist/.devtrail/00-governance/i18n/es/AGENT-RULES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ Cuando un cambio modifica endpoints de API:
270270
271271
---
272272
273-
*DevTrail v4.0.0 | [Strange Days Tech](https://strangedays.tech)*
273+
*DevTrail v4.1.0 | [Strange Days Tech](https://strangedays.tech)*

dist/.devtrail/00-governance/i18n/es/C4-DIAGRAM-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ Usar un diagrama de Nivel 1 (Contexto) para ilustrar:
234234

235235
---
236236

237-
*DevTrail v4.0.0 | [Strange Days Tech](https://strangedays.tech)*
237+
*DevTrail v4.1.0 | [Strange Days Tech](https://strangedays.tech)*

0 commit comments

Comments
 (0)