Worker registry and configuration schema #798

Closed
opened 2026-07-22 05:31:29 -05:00 by jcwalker3 · 0 comments
Owner

Objective

Implement declarative worker registry and configuration schema for multi-LLM workers.

Acceptance criteria

  • Declarative registry is the source of truth.
  • Providers and configured workers are separate entities.
  • Records provider, model, project, role, namespace/profile, workflow, schedule, timeout, enabled state, and scheduler metadata.
  • Supports schema validation, atomic persistence, versioning, and rollback.
  • Includes automated tests.

Parent Epic

Parent: #797

Issue-First & Safety Requirements

  • Implementation may begin only from an existing open issue.
  • Author implementation requires canonical routing, a durable issue lock, and a validated author worktree.
  • Read-after-write verification is required for all mutations.
  • Wrong-role and ambiguous-ownership operations fail closed.
## Objective Implement declarative worker registry and configuration schema for multi-LLM workers. ## Acceptance criteria - Declarative registry is the source of truth. - Providers and configured workers are separate entities. - Records provider, model, project, role, namespace/profile, workflow, schedule, timeout, enabled state, and scheduler metadata. - Supports schema validation, atomic persistence, versioning, and rollback. - Includes automated tests. ## Parent Epic Parent: #797 ## Issue-First & Safety Requirements - Implementation may begin only from an existing open issue. - Author implementation requires canonical routing, a durable issue lock, and a validated author worktree. - Read-after-write verification is required for all mutations. - Wrong-role and ambiguous-ownership operations fail closed.
jcwalker3 added the status:pr-open label 2026-07-22 06:11:35 -05:00
sysadmin removed the status:pr-open label 2026-07-22 06:48:31 -05:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#798