iiRecord
Agentic AI Atlas · run:create generates ULID
claim:run-create-generates-ulida5c.ai
II.
TestableClaim overview

claim:run-create-generates-ulid

Reference · live

run:create generates ULID overview

run:create generates a unique ULID for each run — the generated run ID is a valid ULID that sorts chronologically and is unique across concurrent invocations.

TestableClaimOutgoing · 1Incoming · 1

Attributes

displayName
description
testStatus
passing
testType
unit
testCommand
node -e "const fs=require('fs'),p=require('path');function walk(d){let r=[];try{for(const e of fs.readdirSync(d,{withFileTypes:true})){const f=p.join(d,e.name);if(e.isDirectory()&&e.name!=='node_modules')r=r.concat(walk(f));else if(e.name.endsWith('.ts'))r.push(f)}}catch{}return r}const files=walk('packages/sdk/src');const content=files.map(f=>fs.readFileSync(f,'utf8')).join('');process.exit(content.match(/ulid|ULID|monotonicFactory/)?0:1)"
category
api-contract
priority
high

Outgoing edges

asserts_about1

Incoming edges

tests_claim1