v0.83.1
Scramjet 0.83.1 clarifies that the Agent Skills 1024-character description limit is advisory while preserving complete descriptions in the model-visible prompt.
Highlights
- Clarify long-description warnings: Diagnostics now state that 1024 characters is the Agent Skills specification limit, the warning is advisory, and the full description remains available.
- Protect complete description retention: A filesystem-backed regression test verifies exact loading and generated-prompt content beyond the specification limit.
- Handle Unicode lengths accurately: Warning diagnostics report Unicode character counts rather than UTF-16 code units.
- Document runtime behavior: Skills documentation and the upstream-divergence inventory now record the distinction between specification validation and Scramjet behavior.
Fixes #500.