CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

tessl/npm-ulid

tessl install tessl/npm-ulid@3.0.0

A universally-unique, lexicographically-sortable, identifier generator

Agent Success

Agent success rate when using this tile

78%

Improvement

Agent success rate improvement when using this tile compared to baseline

1.34x

Baseline

Agent success rate without this tile

58%

rubric.jsonevals/scenario-4/

{
  "context": "This criteria evaluates how well the engineer uses the ulid package's Crockford Base32 encoding functions to implement binary data encoding and decoding. The focus is on correct usage of crockfordEncode and crockfordDecode functions.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Import crockfordEncode",
      "description": "The solution imports the crockfordEncode function from the ulid package",
      "max_score": 20
    },
    {
      "name": "Import crockfordDecode",
      "description": "The solution imports the crockfordDecode function from the ulid package",
      "max_score": 20
    },
    {
      "name": "Use crockfordEncode correctly",
      "description": "The encode function correctly uses crockfordEncode to convert Uint8Array input to a Base32 string",
      "max_score": 25
    },
    {
      "name": "Use crockfordDecode correctly",
      "description": "The decode function correctly uses crockfordDecode to convert Base32 string input to Uint8Array",
      "max_score": 25
    },
    {
      "name": "Handle empty inputs",
      "description": "Both encode and decode functions properly handle empty inputs (empty Uint8Array and empty string respectively) using the ulid package functions",
      "max_score": 10
    }
  ]
}

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
npmpkg:npm/ulid@3.0.x
tile.json