Skip to content

[Bug] v2.5 ships with v2.4 SKILL.md — Parallel Execution missing for all users #562

@wojteksbt

Description

@wojteksbt

Summary

The PAI v2.5 release shipped with a stale SKILL.md that contains Algorithm v0.2.24 content, even though Components/Algorithm/LATEST points to v0.2.25.

Evidence

File Content Link
LATEST → v0.2.25 ✓ Correct
v0.2.25.md Parallel Execution section ✓ Present
SKILL.md Built: 29 January (v0.2.24) ✗ Stale

The commit 6b149d9 (Jan 31 00:01) includes both files, but SKILL.md was built 2 days earlier.

Impact

Users installing v2.5 get:

  • ✗ Missing "Parallel Execution" section (new in v0.2.25)
  • ✗ Old voice line format (🗣️ PAI: instead of 🗣️ {DA_NAME}:)
  • ✗ Placeholder voice IDs (YOUR_VOICE_ID_HERE)

Root Cause

CreateDynamicCore.ts was not run before the release commit.

Suggested Resolution

Option A: Release v2.5.1 with rebuilt SKILL.md

Option B: Document workaround for existing users:

cd ~/.claude/skills/PAI
bun Tools/CreateDynamicCore.ts

Prevention

Consider adding a pre-commit hook or CI check that verifies SKILL.md is up-to-date with Components/Algorithm/LATEST before tagging releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions