Releases: Dexploarer/prompt-or-die
Releases · Dexploarer/prompt-or-die
v0.1.0-alpha.2
Prompt or Die v0.1.0-alpha.2
Status: early testing alpha.
This prerelease keeps Prompt or Die in explicit pre-stable territory while
moving the retained shard-target benchmark workflow onto weekly cadence.
Highlights
- The retained shard-target benchmark history now uses ISO week labels such as
2026-W11instead of month labels, so review is week-over-week instead of
month-over-month. - The one-command capture flow
(bun ./scripts/run_shard_target_snapshot.ts --label YYYY-Www) republishes
the weekly snapshot, retained comparison artifact, and retained history
report together. - The retained history report at
docs/benchmark-snapshots/README.mdstill
surfaces real benchmark values directly, including the current tournament
phase, world count, transport delta bytes, queue-pressure events, and latest
comparison summary.
Current expectations
- Breaking changes are still expected across runtime contracts, benchmark
schemas, and tooling. - This prerelease is for early testers and contributors validating runtime and
benchmark surfaces, not for production deployment. - Weekly benchmark artifacts are now the supported historical review surface;
older monthly references should be treated as superseded.
Suggested validation
cd /Users/home/Desktop/prompt-or-die
bun test scripts/index_benchmark_snapshots.test.ts scripts/run_moat_benchmarks.test.ts scripts/publish_moat_snapshots.test.ts scripts/compare_moat_snapshots.test.ts scripts/run_shard_target_snapshot.test.ts
cd /Users/home/Desktop/prompt-or-die
bun ./scripts/run_shard_target_snapshot.ts --label 2026-W11 --reuse-browser-routes
cd /Users/home/Desktop/prompt-or-die
cargo check --workspacev0.1.0-alpha.1
Prompt or Die v0.1.0-alpha.1
Status: early testing alpha.
This is the first explicitly tagged prerelease for Prompt or Die. It is meant
for very early validation of the deterministic runtime, benchmark surfaces, and
headless multi-world topology path. It is not a stability promise.
Highlights
- Deterministic core/runtime, direct-connect transport, and SpacetimeDB-backed
topology-feed paths are all benchmarked through committed shard-target
artifacts. - The retained benchmark history now ships as both
docs/benchmark-snapshots/index.jsonand
docs/benchmark-snapshots/README.md, and the Markdown report shows actual
current benchmark values plus the latest comparison highlights instead of
only file links and count summaries. - The one-command monthly capture flow
(bun ./scripts/run_shard_target_snapshot.ts --label YYYY-MM) now refreshes
the published snapshot, retained comparison report, and retained history
report together.
Current expectations
- Breaking changes are expected across runtime contracts, benchmark schemas,
and tooling. - This prerelease is for early testers, contributors, and benchmark/replay
validation, not production deployment. - Browser, headless, and remote-topology surfaces are real, but the project is
still pre-stable and many workflows remain intentionally explicit.
Suggested validation
cd /Users/home/Desktop/prompt-or-die
bun test scripts/index_benchmark_snapshots.test.ts scripts/run_moat_benchmarks.test.ts scripts/publish_moat_snapshots.test.ts scripts/compare_moat_snapshots.test.ts scripts/run_shard_target_snapshot.test.ts
cd /Users/home/Desktop/prompt-or-die
bun ./scripts/run_shard_target_snapshot.ts --label 2026-03 --reuse-browser-routes
cd /Users/home/Desktop/prompt-or-die
cargo check --workspace