Skip to content

Add SQLite-backed operational state#58

Merged
levifig merged 4 commits into
mainfrom
feat/sqlite-state-backend
May 31, 2026
Merged

Add SQLite-backed operational state#58
levifig merged 4 commits into
mainfrom
feat/sqlite-state-backend

Conversation

@levifig

@levifig levifig commented May 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • add the Go-backed SQLite operational state runtime and migration/import/export surfaces
  • guard Go-only commands until SQLite state is initialized and harden state-store concurrency, imports, exports, and resolver validation
  • add a portable launcher/native-runtime layout so legacy TypeScript commands remain installable cross-platform during the Go port

Verification

  • npm run build
  • npm run verify:go-artifacts
  • npm run typecheck
  • npm run test -- --reporter=dot
  • GIT_CONFIG_GLOBAL=/dev/null go test ./...
  • go vet ./...

@levifig levifig merged commit 994f174 into main May 31, 2026
1 check passed
@levifig levifig deleted the feat/sqlite-state-backend branch May 31, 2026 00:45
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.

1 participant