{
  "_meta": {
    "lang": "en",
    "note": "Fixed strings of the human HTML report. Keys are shared with ko.json; a key present in one must exist in the other."
  },
  "enum": {
    "coverage": {
      "covered": "A break fails a test",
      "partial": "Partly covered",
      "gap": "No test",
      "risk": "Passes without proving"
    },
    "effort": {
      "S": "Small",
      "M": "Medium",
      "L": "Large",
      "XL": "Very large"
    },
    "versionSource": {
      "manifest-range": "Manifest range",
      "lockfile-pinned": "Lockfile pin",
      "container-image": "Container image",
      "runtime-config": "Runtime config",
      "declared-doc": "Declared in docs"
    },
    "interfaceKind": {
      "port": "Port",
      "adapter": "Adapter",
      "service-api": "Service API",
      "module-export": "Module export",
      "event": "Event"
    },
    "toolKind": {
      "packageManager": "Package manager",
      "build": "Build",
      "test": "Test",
      "lint": "Lint",
      "typecheck": "Type check",
      "format": "Format",
      "ci": "CI",
      "container": "Container"
    },
    "lens": {
      "candidate-found": "Candidate found",
      "no-candidate": "Nothing found"
    },
    "rejectionSource": {
      "brief-desired-outcome": "Brief · desired outcome",
      "brief-out-of-scope": "Brief · out of scope",
      "brief-source-material": "Brief · source material",
      "clarification-raised": "Raised as a question",
      "absent-not-material": "Absent · does not change the call"
    },
    "termSource": {
      "glossary": "Glossary",
      "decision-record": "Decision record",
      "brief": "Brief",
      "clarification": "Your answer"
    },
    "handoffMode": {
      "whole-task": "Whole task",
      "stage-group": "Selected stages"
    },
    "workerStatus": {
      "completed": "Completed",
      "error": "Failed",
      "timeout": "Timed out",
      "not-run": "Not run",
      "synthesis-only": "Synthesis only"
    },
    "replanMode": {
      "full": "Replanned in full",
      "incremental": "Partly replanned"
    },
    "planGate": {
      "passed": "Passed",
      "passed-with-dissent": "Passed with dissent",
      "blocked-by-disagreement": "Blocked by disagreement",
      "aborted-non-result": "Verification produced no result"
    },
    "ledgerKind": {
      "code-evidence": "Code evidence",
      "hypothesis": "Hypothesis",
      "confirmed-fact": "Confirmed fact",
      "inference": "Inference",
      "unknown": "Unknown",
      "cross-check-consensus": "Agreed across workers",
      "cross-check-dissent": "Workers disagreed",
      "missing-information": "Missing information",
      "follow-up": "Follow-up",
      "plan-item": "Plan item"
    }
  },
  "enumHint": {
    "coverage": {
      "covered": "Break this area and a test fails.",
      "partial": "Tests exist, but part of the area runs through none of them.",
      "gap": "No test runs through this area at all.",
      "risk": "Tests run and pass, but they skip or assert nothing, so passing is not evidence that the area works. More dangerous than 'No test', because the suite reports success."
    }
  },
  "base": {
    "skip-to-report-content": "Skip to report content",
    "back-to-top": "Back to top",
    "contents": "Contents",
    "task": "Task",
    "execution-roles": "Execution roles",
    "role": "Role",
    "execution-label": "Execution label",
    "status": "Status",
    "task-key": "Task key",
    "written": "Written",
    "elapsed": "Elapsed",
    "evidence-ledger": "Evidence ledger",
    "cross-check": "Worker agreement and dissent",
    "agreed-across-workers": "Agreed across workers",
    "workers-disagreed": "Workers disagreed",
    "source": "Source",
    "confidence": "Confidence",
    "export-my-answers": "Export my answers",
    "copy": "Copy",
    "dismiss": "Dismiss",
    "export-downloads": "Export downloads",
    "drop-that-file-into": ". Drop that file into",
    "and-the-next-run-picks-your-answers-up-on-it": "and the next run picks your answers up on its own."
  },
  "runUsage": {
    "heading": "What this run cost",
    "intro": "What each agent this run put in, and how long it worked. Agents overlap, so their working times do not add up to the elapsed time in the header. Raw tokens are what the run sent through the model once. Cache re-reads are the context read back on every turn — they are billed at a tenth of the input rate, which is why they sit outside the raw figure but inside the money. Billable tokens restate the whole run in base-input units, and the cost comes from that.",
    "agent": "Agent",
    "role": "Role",
    "model": "Model",
    "status": "Status",
    "raw-tokens": "Raw tokens",
    "billable-tokens": "Billable tokens",
    "cost": "Cost",
    "duration": "Working time",
    "cli": "CLI",
    "unaccounted": "Not attributed to an agent above",
    "row-lead": "Lead",
    "row-workers": "Workers",
    "row-total": "Total",
    "row-cli": "CLI calls (billed separately)",
    "cache-read-tokens": "Cache re-reads",
    "row-task-cumulative": "This task so far ({runs} runs)"
  },
  "macros": {
    "forms": {
      "review-this-analysis": "Review this analysis",
      "verdict": "Verdict",
      "accept": "Accept",
      "request-changes": "Request changes",
      "reject": "Reject",
      "affected-ids": "Affected ids",
      "why": "Why",
      "further-evidence": "Further evidence",
      "scope-change-requested": "Scope change requested",
      "implementation-option": "Implementation option",
      "i-approve-this-plan": "I approve this plan.",
      "approval-is-held": "Approval is held:",
      "the-code-alone-could-not-settle-these-fill-i": "The code alone could not settle these. Fill in your answers, then press",
      "export-my-answers": "Export my answers",
      "at-the-foot-of-the-page": "at the foot of the page.",
      "answer-as": "Answer as",
      "questions-waiting-on-you": "Questions waiting on you",
      "count-questions-waiting-on-you": "{count} questions waiting on you",
      "answered-questions": "Answered questions",
      "count-answered-questions": "{count} answered questions",
      "your-answer-to-id": "Your answer to {id}",
      "choose-one": "Choose one",
      "other-answer": "Other (type your own)",
      "recommended": "Recommended",
      "scope-impact": "Scope",
      "added-work": "Added work",
      "direction-change": "Direction change",
      "decide-on-this-plan": "Decide on this plan",
      "request-changes-to-this-plan": "Send it back for changes",
      "reject-this-plan": "Reject this plan",
      "why-required-for-changes-or-rejection": "Why — required when you send it back or reject it",
      "answer-the-blockers-then-regenerate": "Answer {ids}, export your answers, then regenerate the report with the clarification resume command.",
      "selected-direction-invalidated": "Selected direction invalidated",
      "return-to-option-selection": "This plan cannot be approved. Re-enter implementation option selection with:",
      "select-an-implementation-direction": "Select an implementation direction",
      "direction": "Direction",
      "confirmed": "Confirmed",
      "selection-note": "Selection note",
      "constraints": "Constraints"
    },
    "layout": {
      "evidence": "Evidence:",
      "supporting-evidence": "Supporting evidence:",
      "id": "ID",
      "name": "Name",
      "kind": "Kind",
      "status": "Status",
      "source": "Source",
      "subject": "Subject",
      "answer": "Answer",
      "disposition": "Disposition",
      "sha": "SHA",
      "order": "Order",
      "plan-step": "Plan step",
      "proposed-by": "Proposed by",
      "lens": "Lens",
      "result": "Result",
      "version": "Version",
      "version-source": "Version source",
      "symbol": "Symbol",
      "owner": "Owner",
      "adapter": "Adapter",
      "direction": "Direction",
      "area": "Area",
      "confidence": "Confidence",
      "impact": "Impact",
      "effort": "Effort",
      "risk": "Risk",
      "checked": "checked",
      "none": "none",
      "coverage-percent": "Coverage",
      "scope-precision-percent": "Scope precision"
    },
    "visualizations": {
      "component": "Component",
      "what-it-does": "What it does",
      "paths": "Paths",
      "from": "From",
      "to": "To",
      "relation": "Relation"
    }
  },
  "tasks": {
    "change-impact-analysis": {
      "change-overview": "Change overview",
      "what-the-change-touches-and-where-it-stops": "What the change touches, and where it stops",
      "what-it-touches": "What it touches",
      "where-the-change-stops": "Where the change stops",
      "blast-radius": "Blast radius",
      "tests-operations-compatibility": "Tests, operations, compatibility",
      "compatibility": "Compatibility",
      "migration": "Migration",
      "rollback": "Rollback",
      "security-and-performance": "Security and performance",
      "plan-readiness": "Plan readiness",
      "behaviour-that-must-not-change": "Behaviour that must not change",
      "body": "Body",
      "evidence": "Evidence",
      "no-behaviour-is-pinned": "No behaviour is pinned.",
      "what-this-does-to-the-tests": "What this does to the tests",
      "scope": "Scope",
      "action-needed": "Action needed",
      "tests-targeted": "Tests targeted",
      "no-test-is-affected": "No test is affected.",
      "what-this-does-to-operations": "What this does to operations",
      "area": "Area",
      "impact": "Impact",
      "there-is-no-operational-impact": "There is no operational impact.",
      "unsettled": "Unsettled"
    },
    "error-analysis": {
      "what-you-saw": "What you saw",
      "reproduction": "Reproduction",
      "cause-candidates": "Cause candidates",
      "no-cause-candidate-has-been-established-yet": "No cause candidate has been established yet.",
      "what-cannot-be-settled-yet": "What cannot be settled yet",
      "confidence-now": "Confidence now:",
      "disproof-attempted": "Disproof attempted:",
      "how-to-disprove-this": "How to disprove this:",
      "the-one-diagnostic-to-run-next": "The one diagnostic to run next",
      "signal-to-check": "Signal to check:",
      "signal-that-rejects-it": "Signal that rejects it:",
      "next-step": "Next step",
      "recommended-task": "Recommended task",
      "the-cause-this-rests-on": "The cause this rests on",
      "run": "Run"
    },
    "feature-analysis": {
      "feature-overview": "Feature overview",
      "subject": "Subject:",
      "how-a-user-moves-through-it": "How a user moves through it",
      "rules-and-state-changes": "Rules and state changes",
      "domain-rules": "Domain rules",
      "state-change": "State change",
      "external-interactions": "External interactions",
      "tests-and-gaps": "Tests and gaps",
      "precondition": "Precondition",
      "body": "Body",
      "evidence": "Evidence",
      "nothing-was-recorded": "Nothing was recorded.",
      "state-once-it-is-done": "State once it is done",
      "permissions-and-flags": "Permissions and flags",
      "non-functional-concerns": "Non-functional concerns",
      "on-failure": "On failure:",
      "tests": "Tests:",
      "gaps": "Gaps:"
    },
    "final-verification": {
      "verification-verdict": "Verification verdict",
      "result-per-requirement": "Result per requirement",
      "what-the-change-added": "What the change added",
      "traced-to": "Serves",
      "callers": "Callers",
      "the-change-added-no-new-surface": "The change added no new identifier, module, or configuration entry.",
      "what-blocks-acceptance": "What blocks acceptance",
      "nothing-is-holding-acceptance": "Nothing is holding acceptance.",
      "follow-up": "Follow-up:",
      "residual-risk": "Residual risk",
      "owner": "Owner:",
      "escalation-condition": "Escalation condition:",
      "no-residual-risk-was-recorded": "No residual risk was recorded.",
      "manual-user-test-results": "Manual user test results",
      "what-was-verified": "What was verified",
      "implementation-report": "Implementation report",
      "worktree": "Worktree",
      "base-commit": "Base commit",
      "diff-summary": "Diff summary",
      "uncommitted-state": "Uncommitted state",
      "per-stage-reports": "Per-stage reports",
      "release-path": "Release path",
      "the-current-verdict-does-not-allow-release-h": "The current verdict does not allow release-handoff to start. Clear the blocker or the condition first."
    },
    "implementation-option-selection": {
      "original-requirements": "Original requirement coverage",
      "requirement-ids": "Requirement IDs:",
      "leading-causes": "Leading causes:",
      "ranked-options": "Ranked implementation directions",
      "weighted-score": "Weighted score:",
      "requirement": "Requirement",
      "satisfaction": "How it is satisfied",
      "verification": "Expected verification",
      "no-valid-options": "No valid implementation direction is available.",
      "recommended-direction": "Recommended direction",
      "no-recommendation": "No direction can be recommended.",
      "candidate-audit": "Candidate audit",
      "candidate": "Candidate",
      "disposition": "Disposition",
      "reason": "Reason",
      "no-audit-entries": "No candidate was merged or rejected.",
      "selection-status": "Selection status",
      "mode": "Mode",
      "routing": "Routing",
      "preselected-direction": "Preselected direction",
      "option-id": "Option ID",
      "direction": "Direction",
      "confirmation-evidence": "Confirmation evidence",
      "citation": "Citation"
    },
    "implementation-planning": {
      "what-the-plan-is-for": "What the plan is for",
      "implementation-options-compared": "Implementation options compared",
      "interface": "Interface:",
      "blast-radius": "Blast radius:",
      "option": "Option",
      "complexity": "Complexity",
      "risk": "Risk",
      "reversibility": "Reversibility",
      "test-cost": "Test cost",
      "rollout-cost": "Rollout cost",
      "recommended": "Recommended",
      "options-not-taken": "Options not taken:",
      "stage-map": "Stage map",
      "exit-contract": "Exit contract:",
      "verification": "Verification:",
      "design-preparation": "Design preparation",
      "design-item": "Design item",
      "what-it-needs": "What it needs",
      "open-questions": "Open questions",
      "where-implementations-diverge": "Where implementations diverge",
      "action": "Action",
      "implementations": "Implementations",
      "extraction-call": "Extraction call",
      "evidence": "Evidence",
      "step-by-step-execution": "Step-by-step execution",
      "files": "Files",
      "command-test": "Command / test",
      "expected": "Expected",
      "verification-and-rollback": "Verification and rollback",
      "validation-checklist": "Validation checklist",
      "check": "Check",
      "command": "Command",
      "how-each-requirement-gets-met": "How each requirement gets met",
      "requirement": "Requirement",
      "body": "Body",
      "covered-by": "Covered by",
      "cross-project-dependencies": "Cross-project dependencies",
      "dependency": "Dependency",
      "work-needed": "Work needed",
      "signal-to-check": "Signal to check",
      "how-to-start": "How to start",
      "dependency-and-migration-risk": "Dependency and migration risk",
      "item": "Item",
      "impact": "Impact",
      "mitigation": "Mitigation",
      "rollback-strategy": "Rollback strategy",
      "plan-body-verification": "Plan body verification",
      "source-section": "source §",
      "breakage": "Breakage",
      "fixability": "Fixability",
      "claim": "Claim",
      "reproduction": "Reproduction",
      "note": "Note:",
      "verdict": "Verdict",
      "what-it-blocked": "What it blocked",
      "plan-item": "Plan item",
      "subject": "Subject",
      "dissent-left-standing": "Dissent left standing",
      "what-your-answers-overturned": "What your answers overturned",
      "answer": "Answer",
      "statement-overturned": "Statement overturned",
      "replaced-with": "Replaced with",
      "no-answer-overturned-anything": "No answer overturned anything.",
      "scope-restated": "How much of the plan was rewritten",
      "scope-restated-lede": "This planning run started from an earlier plan. This is how much of it survived your answers.",
      "stages-verified-again": "Stages verified again",
      "stages-carried-over-as-they-were": "Stages carried over as they were",
      "decision-record-draft": "Decision record draft",
      "context": "Context",
      "decision": "Decision",
      "result": "Result",
      "there-is-no-decision-draft-to-record": "There is no decision draft to record.",
      "what-was-deliberately-not-recorded": "What was deliberately not recorded",
      "topic": "Topic",
      "why": "Why",
      "open-decisions-before-approval": "Open decisions before approval",
      "no-open-decision-is-holding-approval": "No open decision is holding approval.",
      "uniform-verifier-label": "Uniform verifier",
      "uniform-verifier-legend": "This verifier answered the same verdict to every item it voted on, so this round's refutation signal came from its peers alone — the gate above reads as a wider cross-check than it was. A unanimous round is a legitimate outcome; confirm from the worker's audit sidecar that it actually opened the cited evidence.",
      "what-each-agent-did": "What each agent did",
      "commands-and-evidence": "Commands and evidence",
      "unblock-condition": "Unblock condition:",
      "agent-evidence": "Agent evidence:",
      "selected-direction": "Selected direction",
      "source-report": "Source report",
      "snapshot": "Snapshot",
      "direction-realization": "Direction realization",
      "core-mechanism": "Core mechanism",
      "interfaces": "Interfaces",
      "plan-coverage": "Plan coverage",
      "coverage-percent": "Coverage",
      "scope-precision-percent": "Scope precision",
      "direction-invalidated": "Direction invalidated",
      "code-evidence": "Code evidence",
      "re-entry-route": "Re-entry route",
      "original-requirement": "Original requirement",
      "stages": "Stages",
      "status": "Status",
      "extract": "Extract",
      "keep": "Keep as-is"
    },
    "implementation": {
      "what-was-delivered": "What was delivered",
      "what-changed": "What changed",
      "requirement-coverage": "Requirement coverage",
      "requirement": "Requirement",
      "body": "Body",
      "implemented-by": "Implemented by",
      "verification-result": "Verification result",
      "independent-check": "Independent check:",
      "independent-rerun": "Independent re-run:",
      "command-log": "Command log:",
      "discrepancy": "Discrepancy:",
      "exit-code": "exit code",
      "what-is-left": "What is left",
      "nothing-was-changed-outside-the-plan": "Nothing was changed outside the plan.",
      "commits-delivered": "Commits delivered",
      "there-are-no-commits": "There are no commits.",
      "commit": "Commit",
      "subject": "Subject",
      "files": "Files",
      "approved-plan": "Approved plan",
      "approval-evidence": "Approval evidence",
      "worktree": "Worktree",
      "can-this-be-rolled-back": "Can this be rolled back",
      "rollback-command": "Rollback command",
      "how-to-verify": "How to verify",
      "result": "Result",
      "no-rollback-check-was-recorded": "No rollback check was recorded.",
      "stage-carry-over": "Stage carry-over",
      "manual-user-test": "Manual user test",
      "environment": "Environment:",
      "expected": "Expected:",
      "next-step": "Next step"
    },
    "improvement-discovery": {
      "improvements-found": "Improvements found",
      "lens": "Lens",
      "detail": "Detail",
      "evidence": "Evidence",
      "ranked-candidates": "Ranked candidates",
      "next-step": "Next step:",
      "there-is-no-improvement-candidate-to-pick": "There is no improvement candidate to pick.",
      "impact-and-effort": "Impact and effort",
      "how-to-choose": "How to choose",
      "selection-cap": "Selection cap:"
    },
    "project-analysis": {
      "project-overview": "Project overview",
      "architecture-and-dependencies": "Architecture and dependencies",
      "infrastructure": "Infrastructure",
      "tech-stack": "Tech stack",
      "language": "Language",
      "version": "Version",
      "version-source": "Version source",
      "files": "Files",
      "lines": "Lines",
      "framework": "Framework",
      "role": "Role",
      "evidence": "Evidence",
      "tool": "Tool",
      "command": "Command",
      "internal-interfaces": "Internal interfaces",
      "interface": "Interface",
      "signature": "Signature",
      "consumers": "Consumers",
      "workflows": "Workflows",
      "starts-with": "Starts with",
      "result": "Result",
      "order": "Order",
      "action": "Action",
      "component": "Component",
      "external-system": "External system",
      "system-boundaries": "System boundaries",
      "paths-read": "paths read ·",
      "entry-point": "Entry point",
      "path": "Path",
      "data-stores": "Data stores",
      "store": "Store",
      "reads": "Reads",
      "writes": "Writes",
      "hotspots-to-look-at-first": "Hotspots to look at first",
      "quality-and-test-coverage": "Quality and test coverage",
      "area": "Area",
      "detail": "Detail",
      "feature-map": "Feature map",
      "what-to-do-next": "What to do next",
      "blockers": "Blockers"
    },
    "release-handoff": {
      "handoff-outcome": "Handoff outcome",
      "handoff-scope": "Handoff scope",
      "the-behaviour-you-chose": "The behaviour you chose",
      "handoff-mode": "Handoff mode",
      "conflict-check": "Conflict check",
      "pr-body": "PR Body",
      "branch-and-pr": "Branch and PR",
      "branch": "Branch:",
      "pr-result": "PR Result:",
      "pull-request-open": "Pull request Open",
      "conflict-verdict": "Conflict verdict",
      "base-branch": "Base branch:",
      "commits-delivered": "Commits delivered",
      "there-are-no-commits": "There are no commits.",
      "commit": "Commit",
      "subject": "Subject",
      "files": "Files",
      "the-verification-report-this-rests-on": "The verification report this rests on",
      "what-to-do-next": "What to do next"
    },
    "requirements-discovery": {
      "the-request-as-understood": "The request as understood",
      "your-request-verbatim": "Your request, verbatim",
      "how-the-system-reads-it": "How the system reads it",
      "what-would-prove-this-wrong": "What would prove this wrong",
      "the-requester-left-no-rejection-criteria-eve": "The requester left no rejection criteria, even if there had been, neither the classification nor the next step would change.",
      "terms-settled": "Terms settled",
      "as-the-brief-put-it": "As the brief put it",
      "settled-term": "Settled term",
      "settled-by": "Settled by",
      "evidence": "Evidence",
      "no-term-was-ambiguous": "No term was ambiguous.",
      "settled-and-unsettled-requirements": "Settled and unsettled requirements",
      "nothing-is-left-unsettled": "Nothing is left unsettled.",
      "next-tasks-and-dependencies": "Next tasks and dependencies",
      "next-task": "Next task:",
      "this-requirements-task-stands-alone-nothing": "This requirements task stands alone; nothing else feeds it.",
      "decisions-that-are-yours": "Decisions that are yours",
      "no-further-decision-is-needed": "No further decision is needed.",
      "settled": "Settled",
      "decision-needed": "Decision needed",
      "glossary": "Glossary",
      "decision-record": "Decision record"
    }
  }
}
