Skip to content

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 27 May 07:04
· 134 commits to main since this release

Maintenance release: one new capability for where the durable corpus lives, plus docs and CI hardening.

Features

  • Durable corpus now anchors at a per-project XDG path (#84). specs and research resolve under $XDG_DATA_HOME/cheese/<project>/ (default ~/.local/share/cheese/<project>/), so they survive branch switches and clones and stay out of git. Transient pipeline artifacts (cook/press/age/cure/…) remain repo-local under .cheese/. Overridable via EASY_CHEESE_HOME / EASY_CHEESE_PROJECT; honors XDG_DATA_HOME / XDG_CONFIG_HOME.

Fixes

  • Stop bare cheez-* tokens corrupting Markdown emphasis (#89).

Docs

  • Route cheap nits to /cure instead of pushing back, in /age and /affinage (#88).
  • Lead skill descriptions with capability rather than boilerplate (#90).
  • Add OpenSSF Scorecard and CodeQL badges to the README (#91).

CI / deps

  • Bump github/codeql-action 4.35.5 → 4.36.0 (#87).

Full Changelog: v0.5.2...v0.5.3