learning_ai_common_plat/packages/events/fixtures/ecosystem/phase1/note-artifact.json

58 lines
1.5 KiB
JSON

{
"id": "art_note_001",
"artifactType": "note",
"schemaVersion": 1,
"productId": "notelett",
"sourceSurface": "web",
"title": "Standup follow-up",
"summary": "Structured note created from a LysnrAI transcript.",
"createdAt": "2026-04-03T18:17:00.000Z",
"updatedAt": "2026-04-03T18:17:00.000Z",
"createdBy": {
"actorType": "agent",
"actorId": "notes_ingest_agent"
},
"ownership": {
"userId": "user_saravana",
"orgId": null
},
"visibility": {
"scope": "private"
},
"status": "draft",
"tags": ["derived", "standup"],
"links": [
{
"relation": "summarizes",
"targetArtifactId": "art_transcript_001"
}
],
"provenance": {
"originProductId": "lysnrai",
"originActionId": "capture_001",
"sessionId": "sess_lysnr_001",
"runId": "run_notes_001",
"approvalId": null,
"correlationId": "corr_phase1_001",
"lineage": [
{
"stepType": "captured",
"productId": "lysnrai",
"actorType": "user",
"timestamp": "2026-04-03T18:15:00.000Z"
},
{
"stepType": "note-created",
"productId": "notelett",
"actorType": "agent",
"timestamp": "2026-04-03T18:17:00.000Z"
}
]
},
"payload": {
"noteFormat": "markdown",
"body": "# Standup follow-up\n\n- Billing sync finished\n- Clean up follow-up notes\n- Review deployment checklist",
"excerpt": "Billing sync finished; follow-up notes and deployment checklist remain."
}
}