Skip to content

Commit 30d5236

Browse files
committed
chore: bump version to 1.0.6 [skip ci]
1 parent bd27423 commit 30d5236

5 files changed

Lines changed: 333 additions & 129 deletions

File tree

CHANGELOG.md

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,210 @@
22

33
<!-- version list -->
44

5+
## v1.0.6 (2026-04-03)
6+
7+
### Bug Fixes
8+
9+
- Add optional implementation_steps to Tip model and prompt
10+
([#124](https://github.com/AgentToolkit/altk-evolve/pull/124),
11+
[`d373e7e`](https://github.com/AgentToolkit/altk-evolve/commit/d373e7ebb00ca0b3438aa1017961fbeb9cb5d0d8))
12+
13+
- Clarify task status context in tip generation prompt
14+
([#124](https://github.com/AgentToolkit/altk-evolve/pull/124),
15+
[`d373e7e`](https://github.com/AgentToolkit/altk-evolve/commit/d373e7ebb00ca0b3438aa1017961fbeb9cb5d0d8))
16+
17+
- Completely remove all Roo references from install.sh
18+
([#130](https://github.com/AgentToolkit/altk-evolve/pull/130),
19+
[`8e6c76d`](https://github.com/AgentToolkit/altk-evolve/commit/8e6c76d13c111da28f486a1c3d3b716f6c39ccdc))
20+
21+
- Normalize implementation_steps to list[str] in combine_cluster
22+
([#124](https://github.com/AgentToolkit/altk-evolve/pull/124),
23+
[`d373e7e`](https://github.com/AgentToolkit/altk-evolve/commit/d373e7ebb00ca0b3438aa1017961fbeb9cb5d0d8))
24+
25+
- Remove Roo integration tests and fix install.sh 'all' platform
26+
([#130](https://github.com/AgentToolkit/altk-evolve/pull/130),
27+
[`8e6c76d`](https://github.com/AgentToolkit/altk-evolve/commit/8e6c76d13c111da28f486a1c3d3b716f6c39ccdc))
28+
29+
- Resolve CI failures for formatting and type-checking
30+
([#91](https://github.com/AgentToolkit/altk-evolve/pull/91),
31+
[`29dba09`](https://github.com/AgentToolkit/altk-evolve/commit/29dba096f1bc33635483558b14d2d599d2a02eb3))
32+
33+
- **bob**: Clarify entity count rule in learn skill
34+
([#122](https://github.com/AgentToolkit/altk-evolve/pull/122),
35+
[`824e4d9`](https://github.com/AgentToolkit/altk-evolve/commit/824e4d95be2c49ca2bdb9f5417962f4b42551bdf))
36+
37+
- **claude**: Move marketplace.json back to .claude-plugin directory
38+
([#115](https://github.com/AgentToolkit/altk-evolve/pull/115),
39+
[`18ccaa9`](https://github.com/AgentToolkit/altk-evolve/commit/18ccaa9bbd0caec97ecb6fd348a9c17f00fac81c))
40+
41+
- **claude**: Move marketplace.json to .claude-plugin directory
42+
([#107](https://github.com/AgentToolkit/altk-evolve/pull/107),
43+
[`a54a976`](https://github.com/AgentToolkit/altk-evolve/commit/a54a976809b61fbba0ca773142991045a0d1117e))
44+
45+
- **claude**: Rename plugin to evolve-lite in marketplace.json
46+
([#116](https://github.com/AgentToolkit/altk-evolve/pull/116),
47+
[`2cae903`](https://github.com/AgentToolkit/altk-evolve/commit/2cae90372ba5d8d9655a38a5aab7a42033f869cd))
48+
49+
- **entity-io**: Prevent concurrent write collisions on same slug
50+
([#91](https://github.com/AgentToolkit/altk-evolve/pull/91),
51+
[`29dba09`](https://github.com/AgentToolkit/altk-evolve/commit/29dba096f1bc33635483558b14d2d599d2a02eb3))
52+
53+
- **entity-io**: Reject unsafe entity type values before joining paths
54+
([#91](https://github.com/AgentToolkit/altk-evolve/pull/91),
55+
[`29dba09`](https://github.com/AgentToolkit/altk-evolve/commit/29dba096f1bc33635483558b14d2d599d2a02eb3))
56+
57+
- **entity-io**: Use start-of-line match for rationale header parsing
58+
([#91](https://github.com/AgentToolkit/altk-evolve/pull/91),
59+
[`29dba09`](https://github.com/AgentToolkit/altk-evolve/commit/29dba096f1bc33635483558b14d2d599d2a02eb3))
60+
61+
- **evolve-lite**: Format entity_io.py to satisfy ruff check
62+
([#134](https://github.com/AgentToolkit/altk-evolve/pull/134),
63+
[`43c5951`](https://github.com/AgentToolkit/altk-evolve/commit/43c5951cd4aaea27d0f5b9bb4e6b763022ab1341))
64+
65+
- **evolve-lite**: Guard against non-string entity type values
66+
([#122](https://github.com/AgentToolkit/altk-evolve/pull/122),
67+
[`824e4d9`](https://github.com/AgentToolkit/altk-evolve/commit/824e4d95be2c49ca2bdb9f5417962f4b42551bdf))
68+
69+
- **evolve-lite**: Guard Stop hook against recursion and clean up noise
70+
([#134](https://github.com/AgentToolkit/altk-evolve/pull/134),
71+
[`43c5951`](https://github.com/AgentToolkit/altk-evolve/commit/43c5951cd4aaea27d0f5b9bb4e6b763022ab1341))
72+
73+
- **evolve-lite**: Tighten learn skill to only extract high-signal guidelines
74+
([#122](https://github.com/AgentToolkit/altk-evolve/pull/122),
75+
[`824e4d9`](https://github.com/AgentToolkit/altk-evolve/commit/824e4d95be2c49ca2bdb9f5417962f4b42551bdf))
76+
77+
- **justfile**: Correct volume mount path in sandbox-prompt
78+
([#133](https://github.com/AgentToolkit/altk-evolve/pull/133),
79+
[`6e2c787`](https://github.com/AgentToolkit/altk-evolve/commit/6e2c787c3c404fecd0dcecc29b532e5aa550a242))
80+
81+
- **platform-integrations**: Add missing entity_io lib to Bob
82+
([#105](https://github.com/AgentToolkit/altk-evolve/pull/105),
83+
[`a3be71d`](https://github.com/AgentToolkit/altk-evolve/commit/a3be71ddc11475151116dcdb18d4314e3932bf5b))
84+
85+
- **platform-integrations**: Add missing entity_io lib to Bob integration
86+
([#105](https://github.com/AgentToolkit/altk-evolve/pull/105),
87+
[`a3be71d`](https://github.com/AgentToolkit/altk-evolve/commit/a3be71ddc11475151116dcdb18d4314e3932bf5b))
88+
89+
- **platform-integrations**: Clean up Bob evolve-lite skills
90+
([#109](https://github.com/AgentToolkit/altk-evolve/pull/109),
91+
[`889c8f1`](https://github.com/AgentToolkit/altk-evolve/commit/889c8f11028c2e4f834da698527587d6197063ab))
92+
93+
- **platform-integrations**: Clean up trailing whitespace and add actionable recall instructions
94+
([#109](https://github.com/AgentToolkit/altk-evolve/pull/109),
95+
[`889c8f1`](https://github.com/AgentToolkit/altk-evolve/commit/889c8f11028c2e4f834da698527587d6197063ab))
96+
97+
- **platform-integrations**: Handle SameFileError race in _safe_copy2
98+
([#104](https://github.com/AgentToolkit/altk-evolve/pull/104),
99+
[`d88baf1`](https://github.com/AgentToolkit/altk-evolve/commit/d88baf1d7825b5d558b812234e490b774c922170))
100+
101+
- **platform-integrations**: Improve YAML parsing and error handling in install script
102+
([#100](https://github.com/AgentToolkit/altk-evolve/pull/100),
103+
[`6bfdbbb`](https://github.com/AgentToolkit/altk-evolve/commit/6bfdbbb7b394fdcf3e4f50be4b7b73726b9e2fec))
104+
105+
- **platform-integrations**: Resolve Step 0 vs Step 1 ordering conflict
106+
([#109](https://github.com/AgentToolkit/altk-evolve/pull/109),
107+
[`889c8f1`](https://github.com/AgentToolkit/altk-evolve/commit/889c8f11028c2e4f834da698527587d6197063ab))
108+
109+
- **platform-integrations**: Skip copy when src and dst are same file
110+
([#104](https://github.com/AgentToolkit/altk-evolve/pull/104),
111+
[`d88baf1`](https://github.com/AgentToolkit/altk-evolve/commit/d88baf1d7825b5d558b812234e490b774c922170))
112+
113+
- **postgres**: Derive vector schema from embedding model
114+
([#135](https://github.com/AgentToolkit/altk-evolve/pull/135),
115+
[`a6b7b33`](https://github.com/AgentToolkit/altk-evolve/commit/a6b7b333358bac89552aec2c17235e2938b325a8))
116+
117+
- **postgres**: Ensure pgvector extension before vector registration
118+
([#135](https://github.com/AgentToolkit/altk-evolve/pull/135),
119+
[`a6b7b33`](https://github.com/AgentToolkit/altk-evolve/commit/a6b7b333358bac89552aec2c17235e2938b325a8))
120+
121+
- **tests**: Add postgres dependencies to dev group for testing
122+
([#128](https://github.com/AgentToolkit/altk-evolve/pull/128),
123+
[`f2bc745`](https://github.com/AgentToolkit/altk-evolve/commit/f2bc745015f0de9e611590601df572354c1990bd))
124+
125+
- **tests**: Resolve linting errors and force isolated filesystem config in unit test fixture
126+
([#128](https://github.com/AgentToolkit/altk-evolve/pull/128),
127+
[`f2bc745`](https://github.com/AgentToolkit/altk-evolve/commit/f2bc745015f0de9e611590601df572354c1990bd))
128+
129+
### Documentation
130+
131+
- Fix Codex Lite Mode installation steps in AGENTS.md
132+
([#136](https://github.com/AgentToolkit/altk-evolve/pull/136),
133+
[`427e99d`](https://github.com/AgentToolkit/altk-evolve/commit/427e99da0200d76350f42f754967ecf82550eb22))
134+
135+
- Standardize cli commands to use evolve entrypoint across all readmes
136+
([#128](https://github.com/AgentToolkit/altk-evolve/pull/128),
137+
[`f2bc745`](https://github.com/AgentToolkit/altk-evolve/commit/f2bc745015f0de9e611590601df572354c1990bd))
138+
139+
- Sync documentation with supported platforms (add codex, remove roo)
140+
([#136](https://github.com/AgentToolkit/altk-evolve/pull/136),
141+
[`427e99d`](https://github.com/AgentToolkit/altk-evolve/commit/427e99da0200d76350f42f754967ecf82550eb22))
142+
143+
- **codex**: Align evolve-lite skill naming and expand Codex skill guidance
144+
([#137](https://github.com/AgentToolkit/altk-evolve/pull/137),
145+
[`f962b55`](https://github.com/AgentToolkit/altk-evolve/commit/f962b550e39e001a0bb29c4b156e699cc8c03c4f))
146+
147+
- **config**: Document postgres backend settings
148+
([#135](https://github.com/AgentToolkit/altk-evolve/pull/135),
149+
[`a6b7b33`](https://github.com/AgentToolkit/altk-evolve/commit/a6b7b333358bac89552aec2c17235e2938b325a8))
150+
151+
- **evolve-lite**: Document Stop hook UX implications and opt-out mechanism
152+
([#134](https://github.com/AgentToolkit/altk-evolve/pull/134),
153+
[`43c5951`](https://github.com/AgentToolkit/altk-evolve/commit/43c5951cd4aaea27d0f5b9bb4e6b763022ab1341))
154+
155+
- **repo**: Align doc examples with integrations
156+
([#131](https://github.com/AgentToolkit/altk-evolve/pull/131),
157+
[`58e7727`](https://github.com/AgentToolkit/altk-evolve/commit/58e77272ca42fa0591e12015d38e9b12a4cc99da))
158+
159+
- **repo**: Reorganize documentation structure
160+
([#131](https://github.com/AgentToolkit/altk-evolve/pull/131),
161+
[`58e7727`](https://github.com/AgentToolkit/altk-evolve/commit/58e77272ca42fa0591e12015d38e9b12a4cc99da))
162+
163+
### Features
164+
165+
- Improve tip generation prompt with richer guidance
166+
([#124](https://github.com/AgentToolkit/altk-evolve/pull/124),
167+
[`d373e7e`](https://github.com/AgentToolkit/altk-evolve/commit/d373e7ebb00ca0b3438aa1017961fbeb9cb5d0d8))
168+
169+
- Introduce Kaizen Web UI and Management Dashboard
170+
([#77](https://github.com/AgentToolkit/altk-evolve/pull/77),
171+
[`bd67611`](https://github.com/AgentToolkit/altk-evolve/commit/bd67611088429d1b95d92731d08fec15aaee6383))
172+
173+
- Propagate implementation_steps through tip storage and clustering
174+
([#124](https://github.com/AgentToolkit/altk-evolve/pull/124),
175+
[`d373e7e`](https://github.com/AgentToolkit/altk-evolve/commit/d373e7ebb00ca0b3438aa1017961fbeb9cb5d0d8))
176+
177+
- Remove Roo platform integration ([#130](https://github.com/AgentToolkit/altk-evolve/pull/130),
178+
[`8e6c76d`](https://github.com/AgentToolkit/altk-evolve/commit/8e6c76d13c111da28f486a1c3d3b716f6c39ccdc))
179+
180+
- **claude**: Auto-invoke learn skill after each task via stop hook
181+
([#134](https://github.com/AgentToolkit/altk-evolve/pull/134),
182+
[`43c5951`](https://github.com/AgentToolkit/altk-evolve/commit/43c5951cd4aaea27d0f5b9bb4e6b763022ab1341))
183+
184+
- **evolve-lite**: Auto-invoke learn skill after each task via stop hook
185+
([#134](https://github.com/AgentToolkit/altk-evolve/pull/134),
186+
[`43c5951`](https://github.com/AgentToolkit/altk-evolve/commit/43c5951cd4aaea27d0f5b9bb4e6b763022ab1341))
187+
188+
- **platform-integrations**: Add codex evolve-lite installer
189+
([#111](https://github.com/AgentToolkit/altk-evolve/pull/111),
190+
[`215704e`](https://github.com/AgentToolkit/altk-evolve/commit/215704e56c4447bc3d74b9600ab7124880fe0d7e))
191+
192+
- **platform-integrations**: Add portable bash/Python installer
193+
([#100](https://github.com/AgentToolkit/altk-evolve/pull/100),
194+
[`6bfdbbb`](https://github.com/AgentToolkit/altk-evolve/commit/6bfdbbb7b394fdcf3e4f50be4b7b73726b9e2fec))
195+
196+
- **platform-integrations**: Improve install.sh YAML parsing and add comprehensive tests
197+
([#100](https://github.com/AgentToolkit/altk-evolve/pull/100),
198+
[`6bfdbbb`](https://github.com/AgentToolkit/altk-evolve/commit/6bfdbbb7b394fdcf3e4f50be4b7b73726b9e2fec))
199+
200+
- **release**: Automate SCRIPT_VERSION update in install.sh
201+
([#100](https://github.com/AgentToolkit/altk-evolve/pull/100),
202+
[`6bfdbbb`](https://github.com/AgentToolkit/altk-evolve/commit/6bfdbbb7b394fdcf3e4f50be4b7b73726b9e2fec))
203+
204+
- **ui**: Formalize entity creation with React dropdowns and array mapped triggers
205+
([#77](https://github.com/AgentToolkit/altk-evolve/pull/77),
206+
[`bd67611`](https://github.com/AgentToolkit/altk-evolve/commit/bd67611088429d1b95d92731d08fec15aaee6383))
207+
208+
5209
## v1.0.5 (2026-03-12)
6210

7211

altk_evolve/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.5"
1+
__version__ = "1.0.6"

platform-integrations/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EVOLVE_DEBUG="${EVOLVE_DEBUG:-0}"
2424
# SCRIPT_VERSION is substituted by the release process (e.g. sed to "v1.2.0").
2525
# This means a script fetched from a tag URL already knows its own version,
2626
# so callers never need to set EVOLVE_VERSION manually.
27-
SCRIPT_VERSION="main"
27+
SCRIPT_VERSION="v1.0.6"
2828
EVOLVE_VERSION="${EVOLVE_VERSION:-${SCRIPT_VERSION}}"
2929

3030
# ─── Colours ──────────────────────────────────────────────────────────────────

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "altk-evolve"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)