Skip to content

Commit b7283cc

Browse files
chore(main): release 4.12.0 (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6547360 commit b7283cc

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.11.1"
2+
".": "4.12.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [4.12.0](https://github.com/davidmatousek/tachi/compare/v4.11.1...v4.12.0) (2026-04-12)
11+
12+
13+
### Features
14+
15+
* **154:** deterministic Gemini prompt scaffold for infographic quality stability ([f2ad9be](https://github.com/davidmatousek/tachi/commit/f2ad9be2f24d8d94168dc82cd49048623164f4de))
16+
17+
18+
### Bug Fixes
19+
20+
* **154:** add .claude/skills/tachi-*/ to INSTALL_MANIFEST ([6547360](https://github.com/davidmatousek/tachi/commit/6547360d39c44301adb51c8b8ec23cc722a13e8a))
21+
* **154:** infographic quality — extract risk metrics, update Gemini model config ([3cd5d27](https://github.com/davidmatousek/tachi/commit/3cd5d27edde4310dc0ad650ef7265bcc49f098d6))
22+
* **154:** MAESTRO layer detection in /tachi.infographic checks wrong file and pattern ([30f9ad9](https://github.com/davidmatousek/tachi/commit/30f9ad96b49178b447c79a3d6e49b97977b6ab0d))
23+
1024
## [4.11.1](https://github.com/davidmatousek/tachi/compare/v4.11.0...v4.11.1) (2026-04-12)
1125

1226

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ From your project root:
7575
To install a specific version:
7676

7777
```bash
78-
~/Projects/tachi/scripts/install.sh --version v4.11.1 # x-release-please-version
78+
~/Projects/tachi/scripts/install.sh --version v4.12.0 # x-release-please-version
7979
```
8080

8181
If tachi is cloned to a non-default location:
@@ -388,7 +388,7 @@ tachi is built with the [Agentic Oriented Development Kit (AOD Kit)](https://git
388388

389389
Releases are automated via [release-please](https://github.com/googleapis/release-please). When conventional commits (`feat:`, `fix:`, `docs:`, etc.) are merged to `main`, release-please creates a **Release PR** with auto-generated CHANGELOG entries and the next semantic version. Merging the Release PR creates the git tag and GitHub Release.
390390

391-
To install a specific version: `install.sh --version v4.11.1` <!-- x-release-please-version -->
391+
To install a specific version: `install.sh --version v4.12.0` <!-- x-release-please-version -->
392392

393393
---
394394

scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
#
1111
# Options:
1212
# --source <path> Path to tachi source directory (auto-detected if omitted)
13-
# --version <tag> Install files from a specific tagged version (e.g., v4.11.1) # x-release-please-version
13+
# --version <tag> Install files from a specific tagged version (e.g., v4.12.0) # x-release-please-version
1414
# --help Show this usage information
1515
#
1616
# Examples:
1717
# cd ~/Projects/my-app && ~/Projects/tachi/scripts/install.sh
1818
# ./install.sh --source ~/Projects/tachi
19-
# ./install.sh --version v4.11.1 # x-release-please-version
19+
# ./install.sh --version v4.12.0 # x-release-please-version
2020

2121
set -euo pipefail
2222

@@ -40,7 +40,7 @@ usage() {
4040
echo ""
4141
echo "Options:"
4242
echo " --source <path> Path to tachi source directory (auto-detected if omitted)"
43-
echo " --version <tag> Install files from a specific tagged version (e.g., v4.11.1)" # x-release-please-version
43+
echo " --version <tag> Install files from a specific tagged version (e.g., v4.12.0)" # x-release-please-version
4444
echo " --help Show this usage information"
4545
echo ""
4646
echo "Run this script from the root of the project where you want tachi installed."

0 commit comments

Comments
 (0)