Skip to content

Commit 6d4aace

Browse files
committed
release: v1.3.3
1 parent 1fc1a2e commit 6d4aace

8 files changed

Lines changed: 12 additions & 23 deletions

File tree

.changeset/calm-dark-header.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-showcase-navigation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-actions-license.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-showcase-header.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# harness-score
22

3+
## 1.3.3
4+
5+
### Patch Changes
6+
7+
- bed0c5c: Improve navigation contrast and control colors in the dark theme.
8+
- 6c80f21: Add the Harness Maturity Showcase to the shared documentation navigation.
9+
- 1fc1a2e: Expose the GitHub Action at the repository root so dependency-review can resolve the repository's MIT license.
10+
- 71a4f70: Align the documentation header with the Harness Maturity Showcase product shell.
11+
312
## 1.3.2
413

514
### Patch Changes

packages/cli/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paladini/harness-score",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.ts",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harness-score",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Deterministic AI coding harness-maturity scanner for AI-assisted repositories (Cursor-flagship, expanding to other AI-first dev tools). Zero LLM calls, zero network, zero runtime dependencies.",
55
"type": "module",
66
"bin": {

packages/cli/src/score.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import type {
1616
import { DIMENSIONS } from './types.js';
1717

1818
export const DOCS_BASE_URL = 'https://paladini.github.io/harness-score/guide/measure-and-improve';
19-
export const TOOL_VERSION = '1.3.2';
19+
export const TOOL_VERSION = '1.3.3';
2020

2121
export const LEVEL_NAMES = ['Unharnessed', 'Documented', 'Guided', 'Sensing', 'Self-correcting'] as const;
2222

0 commit comments

Comments
 (0)