Skip to content

feat(decisioning): Postgres TaskRegistry reference (v6.1) #353

@bokelley

Description

@bokelley

Summary

Production adopters need durable HITL task state across restart. Reference SQLAlchemy ORM implementation of TaskRegistry against a decisioning_tasks table.

Design

  • Mirrors InMemoryTaskRegistry surface
  • Flips is_durable=True so the production-mode gate in serve() accepts it
  • SQLAlchemy ORM model for decisioning_tasks covering all task lifecycle states
  • Tracking against the v6.1 plan

Cross-references

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions