Skip to content

Releases: hamakyo/okf-skills

Release list

v0.2.0

Choose a tag to compare

@hamakyo hamakyo released this 21 Aug 09:59
276b276

v0.2.0

Added

  • Added an opinionated software-project profile aligned with OKF v0.2.
  • Added provenance, verification, lifecycle, freshness, and timestamp validation.
  • Added deterministic Markdown, OKF, Skill, and example-copy validation with unit tests.
  • Added Skill routing fixtures and synchronized Codex and Claude Code example layouts.

Changed

  • Separated upstream OKF and Agent Skills requirements from repository-specific profile rules.
  • Updated update-okf to handle provenance and trust without carrying stale verification forward.
  • Documented progressive disclosure so agents load only task-relevant OKF knowledge.

Verified

  • 15 validator tests passed.
  • Markdown validation passed for 42 files.
  • OKF validation passed for 14 files across 2 bundles.
  • Skill validation and example synchronization passed.
  • GitHub Actions passed on the release commit.
  • Codex actual-host routing smoke passed 11/11 cases.

Release notes

  • Claude Code actual-host routing smoke was waived because no subscribed host environment was available; portable format, deterministic validation, and the Claude Code example layout remain covered.
  • Adapter and plugin packaging exploration continues in #3.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@hamakyo hamakyo released this 16 Jun 00:02

v0.1.1

Added

  • Added GitHub Actions workflow for Markdown and Skill validation.
  • Added scripts/validate_markdown.py to check local Markdown links, SKILL.md frontmatter, and required sections.
  • Added Mermaid architecture diagram to README.
  • Added docs/usage-matrix.md to clarify usage patterns for Codex, Claude Code, generic templates, and the reusable source library.

Verified

  • Markdown local links: OK
  • Skill files: OK
  • High-confidence secret pattern scan: no findings
  • GitHub Actions Markdown workflow: passing