Skip to content

Commit 892a4b1

Browse files
chore(release): bump to 0.11.0
1 parent 972a0e4 commit 892a4b1

7 files changed

Lines changed: 31 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.11.0 · 2026-05-01
4+
5+
### Features
6+
7+
- feat(replay): capture provider request IDs in eval and critique runners ([e1e8427](https://github.com/Ad-Astra-Computing/ahd/commit/e1e8427))
8+
9+
### Fixes
10+
11+
- fix(audit,screenshot): use load instead of networkidle for navigation ([972a0e4](https://github.com/Ad-Astra-Computing/ahd/commit/972a0e4))
12+
- fix(verify-replay): resolve token + brief paths via report's repo root ([36d6712](https://github.com/Ad-Astra-Computing/ahd/commit/36d6712))
13+
14+
### CI / tooling
15+
16+
- ci: extract release gate into composite action ([a67ea5e](https://github.com/Ad-Astra-Computing/ahd/commit/a67ea5e))
17+
18+
### Refactoring
19+
20+
- refactor(core): extract chromium executable resolution ([f1d370b](https://github.com/Ad-Astra-Computing/ahd/commit/f1d370b))
21+
22+
**Full changelog:** https://github.com/Ad-Astra-Computing/ahd/compare/v0.10.0...HEAD
23+
324
## v0.10.0 · 2026-04-28
425

526
### Features

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
ahd = pkgs.buildNpmPackage {
1919
pname = "ahd";
20-
version = "0.10.0";
20+
version = "0.11.0";
2121
src = ./.;
2222
inherit nodejs;
2323

24-
npmDepsHash = "sha256-911U7Wy3L8qHqcLcGhGqnuJd8N6I5cPeMclhNuPoK24=";
24+
npmDepsHash = "sha256-K5ozvc1FJmETnl8R1XKZovO3ZzLE0bZ04q9UnUtnLs8=";
2525

2626
# Run `tsc` to produce dist/; bin/*.js imports from dist/.
2727
npmBuildScript = "build";

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adastracomputing/ahd",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Artificial Human Design — a brief compiler, linter and style-token library that forces LLMs out of design slop.",
55
"license": "SEE LICENSE IN LICENSE",
66
"type": "module",

packages/eslint-plugin-ahd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adastracomputing/eslint-plugin-ahd",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "ESLint plugin wrapping the AHD (Artificial Human Design) slop-linter rules — catches the 35 source-level AI design tells in HTML-in-JSX.",
55
"license": "SEE LICENSE IN LICENSE",
66
"type": "module",

packages/stylelint-plugin-ahd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adastracomputing/stylelint-plugin-ahd",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Stylelint plugin wrapping the AHD (Artificial Human Design) slop-linter rules for CSS.",
55
"license": "SEE LICENSE IN LICENSE",
66
"type": "module",

rules.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1",
3-
"generatedAt": "2026-04-28T13:24:22.935Z",
3+
"generatedAt": "2026-05-01T14:12:48.460Z",
44
"counts": {
55
"total": 59,
66
"experimental": 2,

0 commit comments

Comments
 (0)