Skip to content

Commit ced5767

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

3 files changed

Lines changed: 10 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.6",
3+
"version": "0.1.7",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.7
4+
5+
- 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)
6+
- Sync architecture (+7 sections) and lang-haxe (+650 lines on macros, null safety, hxcpp gotchas) with project-specific examples abstracted
7+
- Update coding-skill-selector to map all bundled skills by extension/domain/tooling category
8+
- Add Loader.validateSkillReferences() — checks required skills resolve in plugin/user/project skill dirs; logs missing on startup
9+
- Mark debug-bridge as optional in bug-fix.yaml (not in bundle, prompt handles missing tooling)
10+
311
## 0.1.6
412

513
- Add version consistency check in CI (package.json vs plugin.json)

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.6",
3+
"version": "0.1.7",
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)