Releases: modeled-information-format/mif-docs-plugin
Releases · modeled-information-format/mif-docs-plugin
Release list
v0.3.1
What's Changed
- docs(changelog): backfill the missing 0.1.1 section by @zircote in #13
- ci(release): gate releases on a non-empty changelog entry by @zircote in #14
- ci: bump EOL node-version 20 to lts/* by @zircote in #15
- docs(changelog): fix README.md filename + 0.1.0 license timeline by @zircote in #18
- ci(auth): least-privilege app identities (auth refactor) by @zircote in #17
- ci: repoint app-token mint at live five-app credentials by @zircote in #19
- feat(engineering): add engineering decision/evaluation report genre skill by @zircote in #20
- feat(genres): add the 17 remaining research-harness-template report genres by @zircote in #21
- deps: bump markdown-it from 14.1.1 to 14.2.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #22
- Harden eval suites, apply autoresearch-verified skill fixes by @zircote in #23
- chore(release): 0.3.1 by @zircote in #24
Full Changelog: v0.1.2...v0.3.1
Release 0.1.2
Patch release. Fixes the fail-closed mif-guard hook so it no longer blocks a markdown file whose only type: is nested under another key (for example an auto-memory file's metadata.type). The genre-signal detection now anchors type, ontology, and diataxis_type to the top level of the frontmatter. Real MIF genre documents are still validated and non-conformant ones are still blocked. Adds a regression test and fixture. See #11 and #12.