Skip to content

Aphrodite/v0.9.6

Choose a tag to compare

@github-actions github-actions released this 22 Jun 08:30
· 16 commits to Current since this release
Aphrodite/v0.9.6
dad536e

Aphrodite v0.9.6 💋 Plugin v1.62.64

Summary

Skill system sync — fixed 10 phantom skills in dylib registry, added missing
skill registration to Python shim, bumped stale profile skill versions.

Changes

  • fix(skills.rs): Replaced 14-skill list (10 phantoms with no SKILL.md) with
    the 9 actual skills on disk. Removed: center-testing, coding-defaults,
    compression-architecture, context-efficiency, dev-workflow, iterate-release,
    output-formatting, presentation, session-patterns, tool-guide. Added:
    auto-expand-testing, cargo-upgrade, development-lessons, operations,
    v0.8.6-patterns.
  • fix(init.py): Skill registration was completely missing — Hermes
    never loaded aphrodite skills. Added ctx.register_skill() loop reading from
    monorepo skills/ directory, plus ctypes signature for
    aphrodite_hermes_list_skills.
  • fix(plugin.yaml): Updated skill list comment to match actual 9 skills.
  • chore(skills): Bumped stale version references in profile skills:
    rebuild-chain (v0.8.43→v0.9.5), docs-conventions badges (v0.8.43→v0.9.5,
    v1.62.50→v1.62.63).

Infrastructure

  • Build: ✅ cargo build --release
  • Tests: ✅ 6/6 aphrodite-hermes
  • Skills on disk: 9 ✅ — all registered + all have SKILL.md

Links