Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 10:22
· 33 commits to main since this release
68f6ed0

Changelog

  • cc22c30 Initial commit
  • b3a1093 Merge pull request #1 from nao1215/feat/cli-ergonomics
  • 9ec9a32 chore: rename dyer to omokage; rewrite user-facing README; add examples and vhs demo
  • 8fe9702 ci(reviewdog): grant pull-requests write so reviewdog can post comments
  • 67e3029 docs(cli): clarify diff help, --global fallback, and README example output
  • 8fc7b50 docs(cli): surface the help command in the root help
  • ebbae49 feat(check): add opt-in --explain and --format json drift report
  • b1d0ac7 feat(cli): improve everyday ergonomics for single, multi, local, and global use
  • 3dc8d81 feat(cli): route help to its --help and name missing arguments
  • 5c03613 feat(train): accept multiple file and directory inputs
  • ac5234c feat: add Japanese sentence-ending register features and skip degenerate features in scoring
  • 58c934a feat: add function-word and char-ngram authorship features for same-register and English discrimination
  • 07e3a48 feat: expand CLI help with per-command descriptions
  • e4dded2 feat: implement style profiling with per-document z-score similarity scoring
  • 6437d85 fix(check): make paragraph localization actionable and quiet plain output
  • 68f6ed0 fix(ci): grant contents:write so GoReleaser can publish the release (#3)
  • a016e01 fix(feature): strip tilde code fences too, not only backtick fences
  • 2ace277 fix(train): dedup by real path, keep source_dir a directory, strict help
  • 59a833d fix: measure every style feature on code-stripped prose and harden CLI edges
  • 8a8fa97 perf(profile): cut Score allocations back under the benchmark gate
  • b482a01 test(cli): skip the delete-failure rollback test on Windows