Skip to content

Commit ee176a6

Browse files
montfortclaude
andauthored
chore: bump CLI version to 3.2.2 (#51)
Convert all relative links in README to absolute GitHub URLs so they resolve correctly on crates.io (badges, docs, language switcher). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3a3a9de commit ee176a6

10 files changed

Lines changed: 47 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project uses [independent versioning](README.md#versioning) for Framewo
77

88
---
99

10+
## CLI 3.2.2 — crates.io README Broken Links Fix
11+
12+
### Fixed (CLI)
13+
- Convert all relative links in README to absolute GitHub URLs so badges, documentation links, and language switcher all resolve correctly on crates.io
14+
15+
---
16+
1017
## CLI 3.2.1 — crates.io README Language Links Fix
1118

1219
### Fixed (CLI)

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DevTrail uses **independent versions** for framework and CLI:
4343
| Component | Tag format | Current | Example |
4444
|-----------|-----------|---------|---------|
4545
| Framework | `fw-X.Y.Z` | fw-4.2.0 | `fw-4.2.0` |
46-
| CLI | `cli-X.Y.Z` | cli-3.2.1 | `cli-3.2.1` |
46+
| CLI | `cli-X.Y.Z` | cli-3.2.2 | `cli-3.2.2` |
4747

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

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
**AI Governance Platform for Responsible Software Development**
66

7-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/StrangeDaysTech/devtrail/blob/main/LICENSE)
88
[![Crates.io](https://img.shields.io/crates/v/devtrail-cli.svg)](https://crates.io/crates/devtrail-cli)
9-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
10-
[![Handbook](https://img.shields.io/badge/docs-Handbook-orange.svg)](dist/.devtrail/QUICK-REFERENCE.md)
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/StrangeDaysTech/devtrail/blob/main/CONTRIBUTING.md)
10+
[![Handbook](https://img.shields.io/badge/docs-Handbook-orange.svg)](https://github.com/StrangeDaysTech/devtrail/blob/main/dist/.devtrail/QUICK-REFERENCE.md)
1111
[![Strange Days Tech](https://img.shields.io/badge/by-Strange_Days_Tech-purple.svg)](https://strangedays.tech)
1212

1313
[Getting Started](#getting-started)
@@ -150,7 +150,7 @@ DevTrail uses independent version tags for each component:
150150
| Component | Tag prefix | Example | Includes |
151151
|-----------|-----------|---------|----------|
152152
| Framework | `fw-` | `fw-4.2.0` | Templates (12 types), governance, directives |
153-
| CLI | `cli-` | `cli-3.2.1` | The `devtrail` binary |
153+
| CLI | `cli-` | `cli-3.2.2` | The `devtrail` binary |
154154

155155
Check installed versions with `devtrail status` or `devtrail about`.
156156

@@ -173,7 +173,7 @@ Check installed versions with `devtrail status` or `devtrail about`.
173173
| `devtrail explore [path]` | Browse documentation interactively in a TUI |
174174
| `devtrail about` | Show version and license info |
175175

176-
See [CLI Reference](docs/adopters/CLI-REFERENCE.md) for detailed usage.
176+
See [CLI Reference](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/CLI-REFERENCE.md) for detailed usage.
177177

178178
### Option 2: Manual Setup
179179

@@ -191,7 +191,7 @@ git add .devtrail/ DEVTRAIL.md
191191
git commit -m "chore: adopt DevTrail"
192192
```
193193

194-
📖 **See [ADOPTION-GUIDE.md](docs/adopters/ADOPTION-GUIDE.md) for detailed instructions, migration strategies, and team rollout plans.**
194+
📖 **See [ADOPTION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md) for detailed instructions, migration strategies, and team rollout plans.**
195195

196196
---
197197

@@ -201,22 +201,22 @@ DevTrail documentation is organized by audience:
201201

202202
| Track | For | Start here |
203203
|-------|-----|------------|
204-
| [**Adopters**](docs/adopters/) | Teams adopting DevTrail in their projects | [ADOPTION-GUIDE.md](docs/adopters/ADOPTION-GUIDE.md) |
205-
| [**Contributors**](docs/contributors/) | Developers contributing to DevTrail | [TRANSLATION-GUIDE.md](docs/contributors/TRANSLATION-GUIDE.md) |
204+
| [**Adopters**](https://github.com/StrangeDaysTech/devtrail/tree/main/docs/adopters) | Teams adopting DevTrail in their projects | [ADOPTION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md) |
205+
| [**Contributors**](https://github.com/StrangeDaysTech/devtrail/tree/main/docs/contributors) | Developers contributing to DevTrail | [TRANSLATION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/contributors/TRANSLATION-GUIDE.md) |
206206

207-
**Adopters**: Follow the [Adoption Guide](docs/adopters/ADOPTION-GUIDE.md) for step-by-step instructions, the [CLI Reference](docs/adopters/CLI-REFERENCE.md) for command details, and the [Workflows Guide](docs/adopters/WORKFLOWS.md) for daily usage patterns.
207+
**Adopters**: Follow the [Adoption Guide](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md) for step-by-step instructions, the [CLI Reference](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/CLI-REFERENCE.md) for command details, and the [Workflows Guide](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/WORKFLOWS.md) for daily usage patterns.
208208

209-
**Contributors**: See [CONTRIBUTING.md](CONTRIBUTING.md) for development guidelines, and the [Translation Guide](docs/contributors/TRANSLATION-GUIDE.md) for adding new languages.
209+
**Contributors**: See [CONTRIBUTING.md](https://github.com/StrangeDaysTech/devtrail/blob/main/CONTRIBUTING.md) for development guidelines, and the [Translation Guide](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/contributors/TRANSLATION-GUIDE.md) for adding new languages.
210210

211211
### Key References
212212

213213
| Document | Description |
214214
|----------|-------------|
215-
| [**Quick Reference**](dist/.devtrail/QUICK-REFERENCE.md) | One-page overview of document types and naming |
216-
| [DEVTRAIL.md](dist/DEVTRAIL.md) | Unified governance rules (source of truth) |
217-
| [ADOPTION-GUIDE.md](docs/adopters/ADOPTION-GUIDE.md) | Adoption guide for new/existing projects |
218-
| [CLI-REFERENCE.md](docs/adopters/CLI-REFERENCE.md) | Complete CLI command reference |
219-
| [WORKFLOWS.md](docs/adopters/WORKFLOWS.md) | Recommended daily workflows and team patterns |
215+
| [**Quick Reference**](https://github.com/StrangeDaysTech/devtrail/blob/main/dist/.devtrail/QUICK-REFERENCE.md) | One-page overview of document types and naming |
216+
| [DEVTRAIL.md](https://github.com/StrangeDaysTech/devtrail/blob/main/dist/DEVTRAIL.md) | Unified governance rules (source of truth) |
217+
| [ADOPTION-GUIDE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/ADOPTION-GUIDE.md) | Adoption guide for new/existing projects |
218+
| [CLI-REFERENCE.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/CLI-REFERENCE.md) | Complete CLI command reference |
219+
| [WORKFLOWS.md](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/adopters/WORKFLOWS.md) | Recommended daily workflows and team patterns |
220220

221221
### Internal Structure
222222

@@ -468,7 +468,7 @@ All skill implementations are **functionally identical**—only the format diffe
468468

469469
## Contributing
470470

471-
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
471+
We welcome contributions! See [CONTRIBUTING.md](https://github.com/StrangeDaysTech/devtrail/blob/main/CONTRIBUTING.md) for guidelines.
472472

473473
### Ways to Contribute
474474

@@ -482,7 +482,7 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
482482

483483
## License
484484

485-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
485+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/StrangeDaysTech/devtrail/blob/main/LICENSE) file for details.
486486

487487
---
488488

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 = "3.2.1"
3+
version = "3.2.2"
44
edition = "2021"
55
description = "CLI tool for DevTrail - Documentation Governance for AI-Assisted Development"
66
license = "MIT"

docs/adopters/CLI-REFERENCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DevTrail uses **independent version tags** for each component:
4949
| Component | Tag prefix | Example | What it includes |
5050
|-----------|-----------|---------|------------------|
5151
| Framework | `fw-` | `fw-4.2.0` | Templates (12 types), governance docs, directives |
52-
| CLI | `cli-` | `cli-3.2.1` | The `devtrail` binary |
52+
| CLI | `cli-` | `cli-3.2.2` | The `devtrail` binary |
5353

5454
Framework and CLI are released independently. A framework update does not require a CLI update, and vice versa.
5555

@@ -110,7 +110,7 @@ $ devtrail update
110110
Updating framework...
111111
✔ Framework updated to fw-4.2.0
112112
Updating CLI...
113-
✔ CLI updated to cli-3.2.1
113+
✔ CLI updated to cli-3.2.2
114114
```
115115

116116
---
@@ -143,11 +143,11 @@ Use `--method` to override auto-detection: `--method=github` or `--method=cargo`
143143

144144
```bash
145145
$ devtrail update-cli
146-
✔ CLI updated to cli-3.2.1
146+
✔ CLI updated to cli-3.2.2
147147

148148
$ devtrail update-cli --method=cargo
149149
Compiling from source, this may take a few minutes...
150-
✔ CLI updated to cli-3.2.1
150+
✔ CLI updated to cli-3.2.2
151151
```
152152

153153
---
@@ -210,7 +210,7 @@ $ devtrail status
210210
┌───────────┬──────────────────────────┐
211211
│ Path │ /home/user/my-project │
212212
│ Framework │ fw-4.2.0 │
213-
│ CLI │ cli-3.2.1
213+
│ CLI │ cli-3.2.2
214214
│ Language │ en │
215215
└───────────┴──────────────────────────┘
216216
@@ -634,7 +634,7 @@ Show version, authorship, and license information.
634634
```bash
635635
$ devtrail about
636636
DevTrail CLI
637-
CLI version: cli-3.2.1
637+
CLI version: cli-3.2.2
638638
Framework version: fw-4.2.0
639639
Author: Strange Days Tech, S.A.S.
640640
License: MIT

docs/i18n/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ DevTrail usa tags de versión independientes para cada componente:
150150
| Componente | Prefijo de tag | Ejemplo | Incluye |
151151
|------------|---------------|---------|---------|
152152
| Framework | `fw-` | `fw-4.2.0` | Plantillas (12 tipos), gobernanza, directivas |
153-
| CLI | `cli-` | `cli-3.2.1` | El binario `devtrail` |
153+
| CLI | `cli-` | `cli-3.2.2` | El binario `devtrail` |
154154

155155
Verifica las versiones instaladas con `devtrail status` o `devtrail about`.
156156

docs/i18n/es/adopters/CLI-REFERENCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DevTrail usa **tags de versión independientes** para cada componente:
4949
| Componente | Prefijo de tag | Ejemplo | Qué incluye |
5050
|------------|---------------|---------|-------------|
5151
| Framework | `fw-` | `fw-4.2.0` | Plantillas (12 tipos), docs de gobernanza, directivas |
52-
| CLI | `cli-` | `cli-3.2.1` | El binario `devtrail` |
52+
| CLI | `cli-` | `cli-3.2.2` | El binario `devtrail` |
5353

5454
Framework y CLI se publican de forma independiente. Una actualización del framework no requiere actualización del CLI, y viceversa.
5555

@@ -109,7 +109,7 @@ $ devtrail update
109109
Updating framework...
110110
✔ Framework updated to fw-4.2.0
111111
Updating CLI...
112-
✔ CLI updated to cli-3.2.1
112+
✔ CLI updated to cli-3.2.2
113113
```
114114

115115
---
@@ -142,11 +142,11 @@ Usa `--method` para forzar el método: `--method=github` o `--method=cargo`.
142142

143143
```bash
144144
$ devtrail update-cli
145-
✔ CLI updated to cli-3.2.1
145+
✔ CLI updated to cli-3.2.2
146146

147147
$ devtrail update-cli --method=cargo
148148
Compiling from source, this may take a few minutes...
149-
✔ CLI updated to cli-3.2.1
149+
✔ CLI updated to cli-3.2.2
150150
```
151151

152152
---
@@ -204,7 +204,7 @@ DevTrail Status
204204
───────────────
205205
Path: /home/user/my-project
206206
Framework version: fw-4.2.0
207-
CLI version: cli-3.2.1
207+
CLI version: cli-3.2.2
208208
Language: en
209209
Structure: ✔ Complete
210210

@@ -513,7 +513,7 @@ Muestra información de versión, autoría y licencia.
513513
```bash
514514
$ devtrail about
515515
DevTrail CLI
516-
CLI version: cli-3.2.1
516+
CLI version: cli-3.2.2
517517
Framework version: fw-4.2.0
518518
Author: Strange Days Tech, S.A.S.
519519
License: MIT

docs/i18n/zh-CN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ DevTrail 为每个组件使用独立的版本标签:
150150
| 组件 | 标签前缀 | 示例 | 包含内容 |
151151
|------|----------|------|----------|
152152
| Framework | `fw-` | `fw-4.2.0` | 模板(12 种类型)、治理文档、指令 |
153-
| CLI | `cli-` | `cli-3.2.1` | `devtrail` 二进制文件 |
153+
| CLI | `cli-` | `cli-3.2.2` | `devtrail` 二进制文件 |
154154

155155
使用 `devtrail status``devtrail about` 查看已安装的版本。
156156

docs/i18n/zh-CN/adopters/CLI-REFERENCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DevTrail 为每个组件使用**独立的版本标签**:
4949
| 组件 | 标签前缀 | 示例 | 包含内容 |
5050
|------|----------|------|----------|
5151
| Framework | `fw-` | `fw-4.2.0` | 模板(12 种类型)、治理文档、指令 |
52-
| CLI | `cli-` | `cli-3.2.1` | `devtrail` 二进制文件 |
52+
| CLI | `cli-` | `cli-3.2.2` | `devtrail` 二进制文件 |
5353

5454
Framework 和 CLI 独立发布。Framework 更新不需要 CLI 更新,反之亦然。
5555

@@ -110,7 +110,7 @@ $ devtrail update
110110
Updating framework...
111111
✔ Framework updated to fw-4.2.0
112112
Updating CLI...
113-
✔ CLI updated to cli-3.2.1
113+
✔ CLI updated to cli-3.2.2
114114
```
115115

116116
---
@@ -143,11 +143,11 @@ $ devtrail update-framework
143143

144144
```bash
145145
$ devtrail update-cli
146-
✔ CLI updated to cli-3.2.1
146+
✔ CLI updated to cli-3.2.2
147147

148148
$ devtrail update-cli --method=cargo
149149
Compiling from source, this may take a few minutes...
150-
✔ CLI updated to cli-3.2.1
150+
✔ CLI updated to cli-3.2.2
151151
```
152152

153153
---
@@ -210,7 +210,7 @@ $ devtrail status
210210
┌───────────┬──────────────────────────┐
211211
│ Path │ /home/user/my-project │
212212
│ Framework │ fw-4.2.0 │
213-
│ CLI │ cli-3.2.1
213+
│ CLI │ cli-3.2.2
214214
│ Language │ en │
215215
└───────────┴──────────────────────────┘
216216
@@ -634,7 +634,7 @@ $ devtrail explore
634634
```bash
635635
$ devtrail about
636636
DevTrail CLI
637-
CLI version: cli-3.2.1
637+
CLI version: cli-3.2.2
638638
Framework version: fw-4.2.0
639639
Author: Strange Days Tech, S.A.S.
640640
License: MIT

0 commit comments

Comments
 (0)