Skip to content

docs: update README and docs for verbatim-only refine (#86)#88

Merged
JFK merged 1 commit into
mainfrom
86-docs/verbatim-refine-docs
May 24, 2026
Merged

docs: update README and docs for verbatim-only refine (#86)#88
JFK merged 1 commit into
mainfrom
86-docs/verbatim-refine-docs

Conversation

@JFK

@JFK JFK commented May 24, 2026

Copy link
Copy Markdown
Owner

Summary

Documentation follow-up to #86 / #87, which consolidated the refine post-processing to verbatim-only but did not update the docs. This brings README and docs/ in line with the shipped behavior.

Changes

  • README.md / README.ja.md: feature list now says "Verbatim refine (preserves timestamps & segmentation)" instead of "3 refine modes (Verbatim / Standard / Caption)".
  • docs/user-guide.md: rewrote the "Refine Modes" section into a single "Refine" section describing verbatim, with a note explaining why standard/caption were removed in v1.1.0; updated the Settings → Refine Prompts wording.
  • docs/api.md: refine_mode parameter and the refine-prompts mode list now reflect verbatim-only (and that standard/caption return 400 INVALID_REFINE_MODE).
  • docs/architecture.md: module description and the job-schema refine_mode row updated.

Docs-only — no code or tests touched.

🤖 Generated with Claude Code

Reflect the removal of the standard/caption refine modes (v1.1.0):
README feature list, docs/user-guide Refine section, docs/api refine_mode
parameter + prompt-mode list, and docs/architecture module/schema notes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 24, 2026 14:40
@JFK JFK merged commit d8c57ad into main May 24, 2026
4 checks passed
@JFK JFK deleted the 86-docs/verbatim-refine-docs branch May 24, 2026 14:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project documentation to match the post-#86/#87 behavior where LLM refine is verbatim-only (preserves timestamps and segmentation), removing references to the previously documented standard/caption modes.

Changes:

  • README (EN/JA): feature list updated to describe verbatim-only refine.
  • User guide: “Refine Modes” section collapsed into a single “Refine” section describing verbatim behavior and custom prompt settings.
  • API + architecture docs: update refine_mode documentation to reflect verbatim-only support and legacy-mode rejection/normalization notes.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
README.md Updates feature bullet to verbatim-only refine wording.
README.ja.md Mirrors README refine wording update in Japanese.
docs/user-guide.md Reworks refine documentation to a single verbatim-only refine section and updates prompt-settings wording.
docs/api.md Updates create-job example and refine_mode parameter / refine-prompts mode docs to verbatim-only.
docs/architecture.md Updates module description and Job schema row for refine_mode to verbatim-only/legacy behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/user-guide.md
- Fixes only misrecognized words, proper nouns, and technical terms
- **Preserves all filler words**: "um", "uh", "えー", "あのー"
- **Preserves timestamps and segment boundaries**, so the SRT stays aligned with the audio
- Does not change sentence boundaries or punctuation
Comment thread docs/user-guide.md
- Improves punctuation
- Preserves segment boundaries
- Best for: general transcription, interviews, podcasts
> Earlier versions also offered `standard` and `caption` modes, but they shifted the SRT timing — `caption` re-segmented and redistributed timestamps, and `standard` dropped fillers and could desync the displayed text from the audio — so they were removed in v1.1.0. Jobs created before then are read back as `verbatim`.
Comment thread docs/architecture.md
| quiz | JSON String? | Cached quiz results |
| enable_refine | Boolean | LLM post-processing enabled |
| refine_mode | String? | verbatim / standard / caption |
| refine_mode | String? | verbatim (legacy standard/caption normalized to verbatim) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants