Skip to content

Commit 11bc529

Browse files
authored
Merge pull request #43 from StrangeDaysTech/chore/bump-fw-4.1.1
chore: bump Framework version to 4.1.1
2 parents 6f66420 + 389a6d2 commit 11bc529

19 files changed

Lines changed: 39 additions & 31 deletions

.github/workflows/release-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: 'Release tag (e.g., fw-4.1.0)'
10+
description: 'Release tag (e.g., fw-4.1.1)'
1111
required: true
1212

1313
permissions:

CHANGELOG.md

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

88
---
99

10+
## Framework 4.1.1 — Status Skill Complexity Fix
11+
12+
### Fixed (Framework)
13+
- **devtrail-status skill**: Replace outdated ">10 lines of changes" heuristic with `devtrail analyze --output json` (cognitive complexity, threshold 8) as the primary method for AILOG triggers, with >20 lines fallback when CLI is unavailable
14+
- Updated across all 3 platform variants: Claude Code, Gemini, and generic agent workflow
15+
16+
---
17+
1018
## CLI 3.0.1 — Validate False Positive Fix
1119

1220
### Fixed (CLI)

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DevTrail uses **independent versions** for framework and CLI:
4242

4343
| Component | Tag format | Current | Example |
4444
|-----------|-----------|---------|---------|
45-
| Framework | `fw-X.Y.Z` | fw-4.1.0 | `fw-4.1.0` |
45+
| Framework | `fw-X.Y.Z` | fw-4.1.1 | `fw-4.1.1` |
4646
| CLI | `cli-X.Y.Z` | cli-3.0.1 | `cli-3.0.1` |
4747

4848
Follow [semver](https://semver.org/):

README.md

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

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

152152
Check installed versions with `devtrail status` or `devtrail about`.
@@ -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.1.0)
180+
# and download the latest fw-* release (e.g., fw-4.1.1)
181181

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

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.1.0 | [Strange Days Tech](https://strangedays.tech)*
271+
*DevTrail v4.1.1 | [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.1.0 | [Strange Days Tech](https://strangedays.tech)*
237+
*DevTrail v4.1.1 | [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.1.0 | [Strange Days Tech](https://strangedays.tech)*
250+
*DevTrail v4.1.1 | [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.1.0 | [Strange Days Tech](https://strangedays.tech)*
191+
*DevTrail v4.1.1 | [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.1.0 | [Strange Days Tech](https://strangedays.tech)*
273+
*DevTrail v4.1.1 | [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.1.0 | [Strange Days Tech](https://strangedays.tech)*
237+
*DevTrail v4.1.1 | [Strange Days Tech](https://strangedays.tech)*

0 commit comments

Comments
 (0)