Skip to content

feat/lab-timeline-visualizer#295

Merged
nottherealalanturing merged 2 commits intoenbliq:devfrom
Ibinola:sandbox
Feb 24, 2026
Merged

feat/lab-timeline-visualizer#295
nottherealalanturing merged 2 commits intoenbliq:devfrom
Ibinola:sandbox

Conversation

@Ibinola
Copy link
Contributor

@Ibinola Ibinola commented Feb 24, 2026

Summary

Adds a React-only timeline visualizer that replays capsule lifecycle events (draft → sealed → unlocked) from a local mocked dataset and Introduces a sandbox-only CLI for generating request traffic against configurable endpoints for local stress simulation and demos.

What’s Included

  • Deterministic replay using events.json

  • Play / pause controls with speed options (x1, x2, x4)

  • Visual event markers and state transitions

  • Filtering by ownerId and status

  • No backend or external calls

Notes

  • Entire feature lives in a single lab folder

  • Can be fully removed by deleting the folder

  • Replay output is consistent across runs

Closes #286, #287

feat(experiments): initialize sandbox with lab shell setup
implement capsule replay visualizer with event playback and filtering
@Ibinola Ibinola changed the title Sandbox feat/lab-timeline-visualizer Feb 24, 2026
Copy link
Contributor

@nottherealalanturing nottherealalanturing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for contributing.

@nottherealalanturing nottherealalanturing merged commit 412d7a0 into enbliq:dev Feb 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Capsule Event Replay Visualizer

2 participants