From cb63850089a5635479b1021c0a99826ba77ee261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Villase=C3=B1or=20Montfort?= <195970+montfort@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:49:02 -0600 Subject: [PATCH] chore: bump CLI to 1.2.0 and Framework to 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CLI 1.2.0 — since 1.1.0: - Dark theme with Catppuccin-inspired colors and rounded borders - Navigable tags in Metadata panel (Enter searches by tag) - Tab/Shift+Tab panel cycling, arrows within panels - Muted semantic colors, improved contrast for accessibility - Code blocks with uniform-width background - UTF-8 safe string truncation (fixes resize crash) - Corrected indent hierarchy in navigation tree - Updated help popup and welcome screen Framework 2.2.0 — since 2.1.0: - Formalized tags convention (kebab-case, 3-8 per doc) - Formalized related convention (filenames only, no task IDs/URLs) - Updated DOCUMENTATION-POLICY, AGENT-RULES, DEVTRAIL.md (EN + ES) Co-Authored-By: Claude Opus 4.6 (1M context) --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- dist/dist-manifest.yml | 2 +- docs/adopters/CLI-REFERENCE.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 1bee248..15c2b24 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "devtrail-cli" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cff86c5..05eed6c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devtrail-cli" -version = "1.1.0" +version = "1.2.0" edition = "2021" description = "CLI tool for DevTrail - Documentation Governance for AI-Assisted Development" license = "MIT" diff --git a/dist/dist-manifest.yml b/dist/dist-manifest.yml index c1f59fa..97e1074 100644 --- a/dist/dist-manifest.yml +++ b/dist/dist-manifest.yml @@ -1,4 +1,4 @@ -version: "2.1.0" +version: "2.2.0" description: "DevTrail distribution manifest" repository: "https://github.com/StrangeDaysTech/devtrail" diff --git a/docs/adopters/CLI-REFERENCE.md b/docs/adopters/CLI-REFERENCE.md index 84561bb..fcbdbfe 100644 --- a/docs/adopters/CLI-REFERENCE.md +++ b/docs/adopters/CLI-REFERENCE.md @@ -202,7 +202,7 @@ $ devtrail status ┌───────────┬──────────────────────────┐ │ Path │ /home/user/my-project │ │ Framework │ fw-2.1.0 │ - │ CLI │ cli-1.1.0 │ + │ CLI │ cli-1.2.0 │ │ Language │ en │ └───────────┴──────────────────────────┘