Alejandro Gutiérrez
|
43fd1515d2
|
Align artifacts with canonical URT v5.1 specification
Fixes inconsistencies discovered during audit against urt-taxonomy/:
- urt_profile ENUM: Add 'lite' and 'core' profiles (was missing)
- USN format: Use canonical regex from spec (was non-compliant)
- USN valence encoding: Add V0 (0) and V± (±) support
- USN grammar: Add Lite (URT:L:) and Core (URT:C:) formats
- Dimension codes: Fix temporal (TC/TR/TH/TF), evidence (ES/EI/EC),
comparative (CR-N/CR-B/CR-W/CR-S) in decisions doc
- LLM contract: Full USN regex validation pattern
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-24 16:21:21 +00:00 |
|
Alejandro Gutiérrez
|
46cd54e275
|
Add LLM Classification Contract v1.0
Defines prompt, output schema, and validation rules for span-level
URT classification:
- System prompt with span extraction rules
- JSON schema for structured output
- 4 few-shot examples (multi-span, temporal, comparative)
- Structural and semantic validation rules
- Error handling with retry + fallback
- Performance considerations (token budget, batching, caching)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-24 16:07:31 +00:00 |
|