Skip to content

Releases: nao1215/omokage

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 12:16
92f14c4

Changelog

  • 97feb40 Merge pull request #16 from nao1215/test/atago-e2e-combined-coverage
  • 662b452 Merge pull request #17 from nao1215/fix/reject-url-in-check-and-diff
  • 92f14c4 Merge pull request #18 from nao1215/release/v0.6.0
  • da8dd05 feat(explain): add segment_style_drift, a median per-paragraph drift aggregate
  • 4bee946 feat(feature): mask topic tokens so similarity tracks style, not topic
  • a5fbbf9 fix(cli): reject URL arguments in check and diff by name
  • bc592d1 perf(feature): keep topic masking cheap and stabilize the benchmark gate
  • f0f42bf test(cmd): address review feedback on the Debimate regression tests
  • 147ab6b test(e2e): add atago E2E suite and fold its coverage into the unit total

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 01:55

Changelog

  • d90aa9c Calibrate check scores to self-similarity baselines
  • 7a4ac55 Count exact lexical matches in grouped drift means
  • 669b6ed Relax register tolerance for mild author variation
  • 6c7af37 Saturate register drift contribution
  • 8f51cb6 Show self-similarity anchors in check output
  • 10f3be8 Store self-similarity baselines and explain driver

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:55
f6693d5

Changelog

  • 0498985 feat(feature): use kagome morphological analysis for Japanese scoring (#10)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:37
9fe4ded

Changelog

  • be58fe8 feat(quality): add doctor command and corpus-quality guidance (#8)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:54
d457cdc

Changelog

  • 10ebb9e feat(term): learn and report per-profile notation preferences without an LLM (#4)
  • 14fbe86 fix(feature): measure prose only — strip HTML/front matter/links and fix segment fence context (#6)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 10:22
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