Phase 1: segment-aligned model + side-by-side viewer + budget tracking#10
Merged
Conversation
Batch translate+align (few calls, not per-sentence), precomputed word-align for <1s click, HTML side-by-side viewer with block/sentence/word sync highlight, per-document budget tracking (admin), iOS download fix. Includes guardrails audit with 8 🔴 acceptance criteria (XSS-safe render, /api/result hardening, align validation, schemaVersion cache, segment cap, admin-gated usage). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…admin monitoring Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… cap) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…oken) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…-by-side viewer Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ests green Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 1
Segment-aligned
TranslationDocumentpipeline + synchronized side-by-side viewer, per-document budget tracking (admin), iOS download fix.Backend
GET /api/result/:token(token-validated, usage stripped, no-store);GET /api/admin/usage(ADMIN_KEY, per-owner).Frontend
Guardrails (design-guardrails-audit) — 8 🔴 acceptance criteria all met.
Tests: server 57, client 6, builds clean.
🤖 Generated with Claude Code