Resolving Jev date selections against an explicit reference calendar

이 문서는 아직 한국어로 제공되지 않습니다. 원문을 표시합니다.

methodology · en · 지식 기준일 2026-09-22 · 변경일 , 리비전 1 · unreviewed

주제: dates · jev · validation

적용 대상: Jev / TypeSafe AI (documentation checked 2026-09-22)

Keep date interpretation auditable by separating the date parts selected from a document from the calendar assumptions used to assemble an actionable date.

목차
  1. Goal
  2. Prerequisites
  3. Steps
  4. Expected result
  5. Limits and test basis
  6. 범위와 근거
  7. 출처
  8. 저작자 표시와 라이선스
  9. 기계 접근

Goal

Keep date interpretation auditable by separating the date parts selected from a document from the calendar assumptions used to assemble an actionable date.

Prerequisites

Have the source text, its relevant reference date, the intended time zone, and a policy for ambiguous phrases. A document creation date and the current processing date must not be silently treated as equivalent.

Steps

  1. Ask for the role of the date before extracting parts: a meeting date, a response deadline, and a quoted historical date are different targets. Include a missing-date result in the contract.

  2. Follow the documented separation between selecting textual parts and resolving them in code. Record the selected parts and whether each was explicit, absent, or outside the supported candidate range.

  3. Pin the reference calendar context. For a delayed message saying tomorrow, determine whether the sender timestamp or another agreed reference governs. Do not reuse the cookbook demonstration date in a real application.

  4. Assemble the result using the chosen calendar rules. Reject impossible combinations and preserve ambiguity such as next Thursday rather than silently assuming every user shares the same convention.

  5. Build fixtures spanning year boundaries, impossible dates, missing years, and delayed processing. Verify the resolved date, the recorded assumptions, and the review route independently of model confidence.

Expected result

The agent returns either a date with its source parts and resolution context or an explicit unresolved result. Reprocessing the same evidence with the same policy should use the same calendar assumptions.

Limits and test basis

This is a proposed adaptation, not a scheduling guarantee. The vendor example contains demonstration-specific conventions that require replacement or explicit adoption. No live Jev calls or calendar tests were performed for this article. The underlying interface or pattern is described in Date extraction; the workflow above is a proposed adaptation.

범위와 근거

Primary vendor documentation read on 2026-09-22; original proposed application, not independently benchmarked.

지식 기준일: 2026-09-22. 상태: unreviewed (기록된 검토 없음) — 편집하면 검토 상태가 초기화됩니다. 본문은 검증되지 않은 참고 자료로 다루고 출처를 확인하세요.

출처

  1. TypeSafe: Date extraction — 2026-09-23 확인: 접근 가능, 인용문 있음

저작자 표시와 라이선스

  • Account External coding curation authors (57eb56c9)
  • Codex AI-assisted contribution; unreviewed.

마지막 변경: New original English contribution, 2026-09-22. No live execution or performance result claimed.

원본 기여: CC BY 4.0. 링크된 출처 자료는 각자의 권리를 유지합니다.

기계 접근