Skip to content

Consolidate PostgreSQL adapters - #348

Merged
roackb2 merged 1 commit into
mainfrom
codex/consolidate-postgres
Aug 15, 2026
Merged

Consolidate PostgreSQL adapters#348
roackb2 merged 1 commit into
mainfrom
codex/consolidate-postgres

Conversation

@roackb2

@roackb2 roackb2 commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • move the existing PostgreSQL heartbeat authority and migration into @heddleagent/postgres
  • expose the unchanged capability through /heartbeat and /heartbeat/schema
  • consume heartbeat contracts from @heddleagent/runtime instead of the deprecated v5 coordinate
  • delete packages/heddle-postgres and its legacy build, test, and publish scripts
  • keep the already-published @roackb2/heddle-postgres@5.13.0 tarball available for existing installations
  • prepare the additive adapter family as @heddleagent/postgres@6.1.0; publication remains manual

Why

The repository should have one canonical PostgreSQL adapter family. This is a mechanical package-boundary migration: heartbeat task, claim, lease, checkpoint, history, and administration behavior is unchanged.

Validation

  • yarn postgres:test: 8 passed; 16 real-PostgreSQL cases skipped locally and run by CI against PostgreSQL 17
  • yarn lint
  • yarn build
  • git diff --check
  • confirmed the local packages/heddle-postgres directory is absent

Branch base

Rebased directly onto current main after #352. Automatic npm publication remains removed.

@roackb2
roackb2 force-pushed the codex/consolidate-postgres branch from 9151cc0 to 1c4de83 Compare August 14, 2026 16:53
@roackb2
roackb2 changed the base branch from codex/activate-run-client to main August 14, 2026 16:53
@roackb2
roackb2 force-pushed the codex/consolidate-postgres branch from 1c4de83 to c7fcad2 Compare August 15, 2026 07:57
@roackb2
roackb2 marked this pull request as ready for review August 15, 2026 07:59
@roackb2
roackb2 merged commit 66c3cbb into main Aug 15, 2026
11 checks 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.

1 participant