Skip to content

v0.2.0

Choose a tag to compare

@TheSmuks TheSmuks released this 02 May 18:11
· 59 commits to main since this release
75690bd

What's Changed

Added

  • Split CI into separate workflow files (ci.yml, commit-lint.yml, changelog-check.yml, blob-size-policy.yml)
  • docs/ci.md - CI architecture guide
  • Agent exploration section in ADOPTING.md
  • Template versioning via .template-version
  • permissions and concurrency declarations on all workflows
  • docs/agent-files-guide.md - Practical guide for writing AGENTS.md, ARCHITECTURE.md, and SKILL.md
  • Tiger Style reference in AGENTS.md and cross-references in SETUP_GUIDE.md, ADOPTING.md, docs/architecture.md

Changed

  • Updated ADOPTING.md with Tiger Style incorporation requirement for AGENTS.md adaptation
  • Updated checkout action to @v6 in all workflows

Fixed

  • Fetch full history in blob-size-policy.yml so origin/main resolves
  • Fix stat command order (Linux before macOS)
  • Remove duplicate description field in feature_request.yml
  • Remove .omp/agents/.gitkeep (replaced by example agents)

Full Changelog: v0.1.0...v0.2.0