Skip to content

feat: add native storage and pool pause - #41

Merged
aicayzer merged 2 commits into
mainfrom
feat/native-storage-and-pause
Aug 28, 2026
Merged

feat: add native storage and pool pause#41
aicayzer merged 2 commits into
mainfrom
feat/native-storage-and-pause

Conversation

@aicayzer

Copy link
Copy Markdown
Owner

Summary

  • store durable runner state in Application Support and regenerable data in Caches
  • add a safe, tested migration command that retains legacy state until explicit removal
  • add persistent per-pool pause state to CLI, status JSON, documentation and the demo fixture

Validation

  • /bin/bash -n bin/runpool lib/*.sh contrib/*.sh tests/*.sh install.sh
  • shellcheck --severity=warning bin/runpool lib/*.sh contrib/*.sh tests/*.sh install.sh
  • tests/storage-migration.sh

Fixes #40

@aicayzer
aicayzer merged commit f1b1163 into main Aug 28, 2026
2 checks passed
@aicayzer
aicayzer deleted the feat/native-storage-and-pause branch August 28, 2026 18:19
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.

feat: add native storage and per-pool pause

1 participant