Skip to content

Commit a5bcf27

Browse files
AxGordclaude
andcommitted
Bump version to 0.1.8
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bc4f05c commit a5bcf27

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Structured workflow orchestration for AI agents via finite-state machines. Dashboard: http://localhost:3100",
55
"author": {
66
"name": "AxGord",

CHANGELOG.md

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

3+
## 0.1.8
4+
5+
- Cap retained terminal sessions via shared prunePolicy() — keep N most recently updated, delete older (Storage, InMemoryStorage, SessionEnd hook)
6+
- engine: _pruneTerminal runs once after cascade (not per child), avoids quadratic scans
7+
- prunePolicy: stable tiebreak by session_id, throws on negative keep, skips transient placeholders
8+
39
## 0.1.7
410

511
- Expand bundled skills from 9 to 20 (lang-as3, target-openfl-native, domain-{yolo,pixi,reid,gamedev}, build-cmake, ci-github-actions, aws-lambda, mcp-setup, claude-code-config)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-mcp-workflow",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Structured workflow orchestration for AI agents via finite-state machines",
55
"author": "AxGord <axgord@gmail.com> (https://github.com/AxGord)",
66
"license": "MIT",

0 commit comments

Comments
 (0)