II.
TestableClaim overview
Reference · liveclaim:run-create-generates-ulid
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.
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
- domain:software-engineering·DomainSoftware Engineering
Incoming edges
tests_claim1
- experiment:sdk-lifecycle-claims·ExperimentSDK Lifecycle Claims Validation