hungry-ghost-hive 0.48.0 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/base-agent.d.ts +11 -11
- package/dist/agents/base-agent.d.ts.map +1 -1
- package/dist/agents/base-agent.js +25 -25
- package/dist/agents/base-agent.js.map +1 -1
- package/dist/agents/base-agent.test.js +2 -1
- package/dist/agents/base-agent.test.js.map +1 -1
- package/dist/agents/intermediate.d.ts +2 -0
- package/dist/agents/intermediate.d.ts.map +1 -1
- package/dist/agents/intermediate.js +25 -18
- package/dist/agents/intermediate.js.map +1 -1
- package/dist/agents/junior.d.ts +2 -0
- package/dist/agents/junior.d.ts.map +1 -1
- package/dist/agents/junior.js +25 -18
- package/dist/agents/junior.js.map +1 -1
- package/dist/agents/qa.d.ts +2 -0
- package/dist/agents/qa.d.ts.map +1 -1
- package/dist/agents/qa.js +47 -38
- package/dist/agents/qa.js.map +1 -1
- package/dist/agents/senior.d.ts +2 -0
- package/dist/agents/senior.d.ts.map +1 -1
- package/dist/agents/senior.js +40 -27
- package/dist/agents/senior.js.map +1 -1
- package/dist/agents/tech-lead.d.ts +2 -0
- package/dist/agents/tech-lead.d.ts.map +1 -1
- package/dist/agents/tech-lead.js +37 -31
- package/dist/agents/tech-lead.js.map +1 -1
- package/dist/cli/commands/add-repo.js +2 -2
- package/dist/cli/commands/add-repo.js.map +1 -1
- package/dist/cli/commands/add-repo.test.js +1 -1
- package/dist/cli/commands/add-repo.test.js.map +1 -1
- package/dist/cli/commands/agents.d.ts.map +1 -1
- package/dist/cli/commands/agents.js +12 -10
- package/dist/cli/commands/agents.js.map +1 -1
- package/dist/cli/commands/agents.test.js +7 -7
- package/dist/cli/commands/agents.test.js.map +1 -1
- package/dist/cli/commands/approach.js +2 -2
- package/dist/cli/commands/approach.js.map +1 -1
- package/dist/cli/commands/approvals.js +7 -7
- package/dist/cli/commands/approvals.js.map +1 -1
- package/dist/cli/commands/approvals.test.js +8 -8
- package/dist/cli/commands/approvals.test.js.map +1 -1
- package/dist/cli/commands/assign.js +4 -4
- package/dist/cli/commands/assign.js.map +1 -1
- package/dist/cli/commands/assign.test.js +18 -16
- package/dist/cli/commands/assign.test.js.map +1 -1
- package/dist/cli/commands/cleanup.d.ts.map +1 -1
- package/dist/cli/commands/cleanup.js +8 -8
- package/dist/cli/commands/cleanup.js.map +1 -1
- package/dist/cli/commands/cleanup.test.js +5 -1
- package/dist/cli/commands/cleanup.test.js.map +1 -1
- package/dist/cli/commands/escalations.js +9 -7
- package/dist/cli/commands/escalations.js.map +1 -1
- package/dist/cli/commands/escalations.test.js +2 -2
- package/dist/cli/commands/escalations.test.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +48 -5
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/init.test.js +4 -0
- package/dist/cli/commands/init.test.js.map +1 -1
- package/dist/cli/commands/manager/agent-monitoring.d.ts +2 -2
- package/dist/cli/commands/manager/agent-monitoring.d.ts.map +1 -1
- package/dist/cli/commands/manager/agent-monitoring.js +1 -1
- package/dist/cli/commands/manager/agent-monitoring.js.map +1 -1
- package/dist/cli/commands/manager/auditor-lifecycle.js +3 -3
- package/dist/cli/commands/manager/auditor-lifecycle.js.map +1 -1
- package/dist/cli/commands/manager/auditor-lifecycle.test.js +21 -14
- package/dist/cli/commands/manager/auditor-lifecycle.test.js.map +1 -1
- package/dist/cli/commands/manager/auto-reject-comment-only-reviews.test.js +28 -23
- package/dist/cli/commands/manager/auto-reject-comment-only-reviews.test.js.map +1 -1
- package/dist/cli/commands/manager/escalation-handler.d.ts +2 -2
- package/dist/cli/commands/manager/escalation-handler.d.ts.map +1 -1
- package/dist/cli/commands/manager/escalation-handler.js +11 -10
- package/dist/cli/commands/manager/escalation-handler.js.map +1 -1
- package/dist/cli/commands/manager/escalation-handler.test.js +8 -8
- package/dist/cli/commands/manager/escalation-handler.test.js.map +1 -1
- package/dist/cli/commands/manager/feature-sign-off.js +7 -7
- package/dist/cli/commands/manager/feature-sign-off.js.map +1 -1
- package/dist/cli/commands/manager/feature-sign-off.test.js +40 -31
- package/dist/cli/commands/manager/feature-sign-off.test.js.map +1 -1
- package/dist/cli/commands/manager/feature-test-result.d.ts.map +1 -1
- package/dist/cli/commands/manager/feature-test-result.js +12 -13
- package/dist/cli/commands/manager/feature-test-result.js.map +1 -1
- package/dist/cli/commands/manager/handoff-recovery.d.ts.map +1 -1
- package/dist/cli/commands/manager/handoff-recovery.js +14 -15
- package/dist/cli/commands/manager/handoff-recovery.js.map +1 -1
- package/dist/cli/commands/manager/index.d.ts.map +1 -1
- package/dist/cli/commands/manager/index.js +26 -26
- package/dist/cli/commands/manager/index.js.map +1 -1
- package/dist/cli/commands/manager/index.test.js +3 -3
- package/dist/cli/commands/manager/index.test.js.map +1 -1
- package/dist/cli/commands/manager/merged-story-cleanup.d.ts +2 -2
- package/dist/cli/commands/manager/merged-story-cleanup.d.ts.map +1 -1
- package/dist/cli/commands/manager/merged-story-cleanup.js +6 -7
- package/dist/cli/commands/manager/merged-story-cleanup.js.map +1 -1
- package/dist/cli/commands/manager/merged-story-cleanup.test.js +27 -18
- package/dist/cli/commands/manager/merged-story-cleanup.test.js.map +1 -1
- package/dist/cli/commands/manager/pr-sync-orchestrator.d.ts.map +1 -1
- package/dist/cli/commands/manager/pr-sync-orchestrator.js +46 -38
- package/dist/cli/commands/manager/pr-sync-orchestrator.js.map +1 -1
- package/dist/cli/commands/manager/qa-review-handler.d.ts.map +1 -1
- package/dist/cli/commands/manager/qa-review-handler.js +25 -22
- package/dist/cli/commands/manager/qa-review-handler.js.map +1 -1
- package/dist/cli/commands/manager/spin-down.d.ts.map +1 -1
- package/dist/cli/commands/manager/spin-down.js +23 -19
- package/dist/cli/commands/manager/spin-down.js.map +1 -1
- package/dist/cli/commands/manager/stale-escalations.d.ts +2 -3
- package/dist/cli/commands/manager/stale-escalations.d.ts.map +1 -1
- package/dist/cli/commands/manager/stale-escalations.js.map +1 -1
- package/dist/cli/commands/manager/stuck-story-helpers.js +8 -8
- package/dist/cli/commands/manager/stuck-story-helpers.js.map +1 -1
- package/dist/cli/commands/manager/stuck-story-processor.d.ts +2 -2
- package/dist/cli/commands/manager/stuck-story-processor.d.ts.map +1 -1
- package/dist/cli/commands/manager/stuck-story-processor.js +23 -22
- package/dist/cli/commands/manager/stuck-story-processor.js.map +1 -1
- package/dist/cli/commands/manager/tech-lead-lifecycle.js +6 -6
- package/dist/cli/commands/manager/tech-lead-lifecycle.js.map +1 -1
- package/dist/cli/commands/manager/types.d.ts +2 -3
- package/dist/cli/commands/manager/types.d.ts.map +1 -1
- package/dist/cli/commands/manager/types.js.map +1 -1
- package/dist/cli/commands/msg.test.js +2 -2
- package/dist/cli/commands/msg.test.js.map +1 -1
- package/dist/cli/commands/my-stories.d.ts.map +1 -1
- package/dist/cli/commands/my-stories.js +17 -18
- package/dist/cli/commands/my-stories.js.map +1 -1
- package/dist/cli/commands/my-stories.test.js +2 -2
- package/dist/cli/commands/my-stories.test.js.map +1 -1
- package/dist/cli/commands/nuke.test.js +1 -1
- package/dist/cli/commands/nuke.test.js.map +1 -1
- package/dist/cli/commands/pr.js +32 -32
- package/dist/cli/commands/pr.js.map +1 -1
- package/dist/cli/commands/pr.test.js +10 -6
- package/dist/cli/commands/pr.test.js.map +1 -1
- package/dist/cli/commands/progress.d.ts.map +1 -1
- package/dist/cli/commands/progress.js +4 -5
- package/dist/cli/commands/progress.js.map +1 -1
- package/dist/cli/commands/progress.test.js +1 -1
- package/dist/cli/commands/progress.test.js.map +1 -1
- package/dist/cli/commands/req-headless.test.d.ts +2 -0
- package/dist/cli/commands/req-headless.test.d.ts.map +1 -0
- package/dist/cli/commands/req-headless.test.js +128 -0
- package/dist/cli/commands/req-headless.test.js.map +1 -0
- package/dist/cli/commands/req-spawn.test.js +5 -1
- package/dist/cli/commands/req-spawn.test.js.map +1 -1
- package/dist/cli/commands/req.d.ts.map +1 -1
- package/dist/cli/commands/req.js +13 -14
- package/dist/cli/commands/req.js.map +1 -1
- package/dist/cli/commands/resume.d.ts.map +1 -1
- package/dist/cli/commands/resume.js +7 -8
- package/dist/cli/commands/resume.js.map +1 -1
- package/dist/cli/commands/resume.test.js +1 -1
- package/dist/cli/commands/resume.test.js.map +1 -1
- package/dist/cli/commands/status.d.ts.map +1 -1
- package/dist/cli/commands/status.js +42 -40
- package/dist/cli/commands/status.js.map +1 -1
- package/dist/cli/commands/status.test.js +1 -1
- package/dist/cli/commands/status.test.js.map +1 -1
- package/dist/cli/commands/stories.js +9 -9
- package/dist/cli/commands/stories.js.map +1 -1
- package/dist/cli/commands/stories.test.js +2 -2
- package/dist/cli/commands/stories.test.js.map +1 -1
- package/dist/cli/commands/teams.js +11 -11
- package/dist/cli/commands/teams.js.map +1 -1
- package/dist/cli/commands/teams.test.js +2 -2
- package/dist/cli/commands/teams.test.js.map +1 -1
- package/dist/cli/dashboard/index.d.ts +2 -2
- package/dist/cli/dashboard/index.d.ts.map +1 -1
- package/dist/cli/dashboard/index.js +29 -20
- package/dist/cli/dashboard/index.js.map +1 -1
- package/dist/cli/dashboard/index.test.js +34 -32
- package/dist/cli/dashboard/index.test.js.map +1 -1
- package/dist/cli/dashboard/panels/activity.d.ts +3 -3
- package/dist/cli/dashboard/panels/activity.d.ts.map +1 -1
- package/dist/cli/dashboard/panels/activity.js +1 -1
- package/dist/cli/dashboard/panels/activity.js.map +1 -1
- package/dist/cli/dashboard/panels/agents.d.ts +3 -3
- package/dist/cli/dashboard/panels/agents.d.ts.map +1 -1
- package/dist/cli/dashboard/panels/agents.js +2 -2
- package/dist/cli/dashboard/panels/agents.js.map +1 -1
- package/dist/cli/dashboard/panels/escalations.d.ts +3 -3
- package/dist/cli/dashboard/panels/escalations.d.ts.map +1 -1
- package/dist/cli/dashboard/panels/escalations.js +1 -1
- package/dist/cli/dashboard/panels/escalations.js.map +1 -1
- package/dist/cli/dashboard/panels/merge-queue.d.ts +3 -3
- package/dist/cli/dashboard/panels/merge-queue.d.ts.map +1 -1
- package/dist/cli/dashboard/panels/merge-queue.js +1 -1
- package/dist/cli/dashboard/panels/merge-queue.js.map +1 -1
- package/dist/cli/dashboard/panels/pipeline.d.ts +3 -3
- package/dist/cli/dashboard/panels/pipeline.d.ts.map +1 -1
- package/dist/cli/dashboard/panels/pipeline.js +1 -1
- package/dist/cli/dashboard/panels/pipeline.js.map +1 -1
- package/dist/config/schema.d.ts +85 -82
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/config/schema.js +1 -0
- package/dist/config/schema.js.map +1 -1
- package/dist/connectors/project-management/operations.d.ts +7 -7
- package/dist/connectors/project-management/operations.d.ts.map +1 -1
- package/dist/connectors/project-management/operations.js +2 -3
- package/dist/connectors/project-management/operations.js.map +1 -1
- package/dist/context-files/index.test.js +1 -0
- package/dist/context-files/index.test.js.map +1 -1
- package/dist/db/client.d.ts +6 -0
- package/dist/db/client.d.ts.map +1 -1
- package/dist/db/client.js +7 -0
- package/dist/db/client.js.map +1 -1
- package/dist/db/postgres-provider.d.ts +43 -0
- package/dist/db/postgres-provider.d.ts.map +1 -0
- package/dist/db/postgres-provider.integration.test.d.ts +2 -0
- package/dist/db/postgres-provider.integration.test.d.ts.map +1 -0
- package/dist/db/postgres-provider.integration.test.js +399 -0
- package/dist/db/postgres-provider.integration.test.js.map +1 -0
- package/dist/db/postgres-provider.js +315 -0
- package/dist/db/postgres-provider.js.map +1 -0
- package/dist/db/postgres-provider.test.d.ts +2 -0
- package/dist/db/postgres-provider.test.d.ts.map +1 -0
- package/dist/db/postgres-provider.test.js +72 -0
- package/dist/db/postgres-provider.test.js.map +1 -0
- package/dist/db/provider.d.ts +59 -0
- package/dist/db/provider.d.ts.map +1 -0
- package/dist/db/provider.js +121 -0
- package/dist/db/provider.js.map +1 -0
- package/dist/db/provider.test.d.ts +2 -0
- package/dist/db/provider.test.d.ts.map +1 -0
- package/dist/db/provider.test.js +226 -0
- package/dist/db/provider.test.js.map +1 -0
- package/dist/db/queries/agents.d.ts +13 -13
- package/dist/db/queries/agents.d.ts.map +1 -1
- package/dist/db/queries/agents.js +27 -28
- package/dist/db/queries/agents.js.map +1 -1
- package/dist/db/queries/agents.test.js +113 -111
- package/dist/db/queries/agents.test.js.map +1 -1
- package/dist/db/queries/escalations.d.ts +16 -16
- package/dist/db/queries/escalations.d.ts.map +1 -1
- package/dist/db/queries/escalations.js +34 -35
- package/dist/db/queries/escalations.js.map +1 -1
- package/dist/db/queries/escalations.test.js +133 -131
- package/dist/db/queries/escalations.test.js.map +1 -1
- package/dist/db/queries/heartbeat.d.ts +5 -5
- package/dist/db/queries/heartbeat.d.ts.map +1 -1
- package/dist/db/queries/heartbeat.js +7 -23
- package/dist/db/queries/heartbeat.js.map +1 -1
- package/dist/db/queries/heartbeat.test.js +76 -76
- package/dist/db/queries/heartbeat.test.js.map +1 -1
- package/dist/db/queries/integration-sync.d.ts +7 -7
- package/dist/db/queries/integration-sync.d.ts.map +1 -1
- package/dist/db/queries/integration-sync.js +13 -14
- package/dist/db/queries/integration-sync.js.map +1 -1
- package/dist/db/queries/logs.d.ts +10 -10
- package/dist/db/queries/logs.d.ts.map +1 -1
- package/dist/db/queries/logs.js +44 -42
- package/dist/db/queries/logs.js.map +1 -1
- package/dist/db/queries/logs.test.js +149 -146
- package/dist/db/queries/logs.test.js.map +1 -1
- package/dist/db/queries/messages.d.ts +6 -6
- package/dist/db/queries/messages.d.ts.map +1 -1
- package/dist/db/queries/messages.js +12 -11
- package/dist/db/queries/messages.js.map +1 -1
- package/dist/db/queries/messages.test.js +47 -46
- package/dist/db/queries/messages.test.js.map +1 -1
- package/dist/db/queries/pull-requests.d.ts +18 -18
- package/dist/db/queries/pull-requests.d.ts.map +1 -1
- package/dist/db/queries/pull-requests.js +50 -48
- package/dist/db/queries/pull-requests.js.map +1 -1
- package/dist/db/queries/pull-requests.test.js +195 -198
- package/dist/db/queries/pull-requests.test.js.map +1 -1
- package/dist/db/queries/requirements.d.ts +8 -8
- package/dist/db/queries/requirements.d.ts.map +1 -1
- package/dist/db/queries/requirements.js +17 -18
- package/dist/db/queries/requirements.js.map +1 -1
- package/dist/db/queries/requirements.test.js +83 -81
- package/dist/db/queries/requirements.test.js.map +1 -1
- package/dist/db/queries/stories.d.ts +29 -29
- package/dist/db/queries/stories.d.ts.map +1 -1
- package/dist/db/queries/stories.js +58 -64
- package/dist/db/queries/stories.js.map +1 -1
- package/dist/db/queries/stories.test.js +172 -170
- package/dist/db/queries/stories.test.js.map +1 -1
- package/dist/db/queries/teams.d.ts +6 -6
- package/dist/db/queries/teams.d.ts.map +1 -1
- package/dist/db/queries/teams.js +11 -12
- package/dist/db/queries/teams.js.map +1 -1
- package/dist/db/queries/teams.test.js +36 -34
- package/dist/db/queries/teams.test.js.map +1 -1
- package/dist/integrations/jira/repair.test.js +26 -24
- package/dist/integrations/jira/repair.test.js.map +1 -1
- package/dist/integrations/jira/stories.d.ts +3 -3
- package/dist/integrations/jira/stories.d.ts.map +1 -1
- package/dist/integrations/jira/stories.js +12 -12
- package/dist/integrations/jira/stories.js.map +1 -1
- package/dist/integrations/jira/stories.test.js +10 -8
- package/dist/integrations/jira/stories.test.js.map +1 -1
- package/dist/integrations/jira/sync.d.ts +7 -7
- package/dist/integrations/jira/sync.d.ts.map +1 -1
- package/dist/integrations/jira/sync.js +17 -20
- package/dist/integrations/jira/sync.js.map +1 -1
- package/dist/integrations/jira/sync.test.js +63 -62
- package/dist/integrations/jira/sync.test.js.map +1 -1
- package/dist/integrations/jira/transitions.d.ts +3 -3
- package/dist/integrations/jira/transitions.d.ts.map +1 -1
- package/dist/integrations/jira/transitions.js +3 -3
- package/dist/integrations/jira/transitions.js.map +1 -1
- package/dist/orchestrator/agent-selector.d.ts +3 -3
- package/dist/orchestrator/agent-selector.d.ts.map +1 -1
- package/dist/orchestrator/agent-selector.js +5 -6
- package/dist/orchestrator/agent-selector.js.map +1 -1
- package/dist/orchestrator/dependency-resolver.d.ts +4 -4
- package/dist/orchestrator/dependency-resolver.d.ts.map +1 -1
- package/dist/orchestrator/dependency-resolver.js +6 -6
- package/dist/orchestrator/dependency-resolver.js.map +1 -1
- package/dist/orchestrator/feature-branch.d.ts +3 -3
- package/dist/orchestrator/feature-branch.d.ts.map +1 -1
- package/dist/orchestrator/feature-branch.js +9 -10
- package/dist/orchestrator/feature-branch.js.map +1 -1
- package/dist/orchestrator/feature-branch.test.js +80 -78
- package/dist/orchestrator/feature-branch.test.js.map +1 -1
- package/dist/orchestrator/orphan-recovery.d.ts +2 -2
- package/dist/orchestrator/orphan-recovery.d.ts.map +1 -1
- package/dist/orchestrator/orphan-recovery.js +10 -10
- package/dist/orchestrator/orphan-recovery.js.map +1 -1
- package/dist/orchestrator/scheduler.d.ts +4 -4
- package/dist/orchestrator/scheduler.d.ts.map +1 -1
- package/dist/orchestrator/scheduler.js +90 -76
- package/dist/orchestrator/scheduler.js.map +1 -1
- package/dist/orchestrator/scheduler.test.js +496 -374
- package/dist/orchestrator/scheduler.test.js.map +1 -1
- package/dist/utils/auto-merge.d.ts.map +1 -1
- package/dist/utils/auto-merge.js +74 -56
- package/dist/utils/auto-merge.js.map +1 -1
- package/dist/utils/auto-merge.test.js +101 -66
- package/dist/utils/auto-merge.test.js.map +1 -1
- package/dist/utils/cli-helpers.d.ts +5 -5
- package/dist/utils/cli-helpers.d.ts.map +1 -1
- package/dist/utils/cli-helpers.js +8 -9
- package/dist/utils/cli-helpers.js.map +1 -1
- package/dist/utils/cli-helpers.test.js +28 -30
- package/dist/utils/cli-helpers.test.js.map +1 -1
- package/dist/utils/paths.d.ts +6 -0
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +12 -1
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/paths.test.js +1 -0
- package/dist/utils/paths.test.js.map +1 -1
- package/dist/utils/pr-sync.d.ts +10 -10
- package/dist/utils/pr-sync.d.ts.map +1 -1
- package/dist/utils/pr-sync.js +20 -21
- package/dist/utils/pr-sync.js.map +1 -1
- package/dist/utils/pr-sync.test.js +52 -50
- package/dist/utils/pr-sync.test.js.map +1 -1
- package/dist/utils/with-hive-context.d.ts.map +1 -1
- package/dist/utils/with-hive-context.js +70 -1
- package/dist/utils/with-hive-context.js.map +1 -1
- package/package.json +3 -1
- package/src/agents/base-agent.test.ts +2 -1
- package/src/agents/base-agent.ts +32 -28
- package/src/agents/intermediate.ts +27 -18
- package/src/agents/junior.ts +27 -18
- package/src/agents/qa.ts +54 -40
- package/src/agents/senior.ts +42 -27
- package/src/agents/tech-lead.ts +42 -32
- package/src/cli/commands/add-repo.test.ts +1 -1
- package/src/cli/commands/add-repo.ts +2 -2
- package/src/cli/commands/agents.test.ts +7 -7
- package/src/cli/commands/agents.ts +12 -10
- package/src/cli/commands/approach.ts +2 -2
- package/src/cli/commands/approvals.test.ts +8 -8
- package/src/cli/commands/approvals.ts +9 -7
- package/src/cli/commands/assign.test.ts +19 -18
- package/src/cli/commands/assign.ts +4 -4
- package/src/cli/commands/cleanup.test.ts +5 -1
- package/src/cli/commands/cleanup.ts +11 -9
- package/src/cli/commands/escalations.test.ts +2 -2
- package/src/cli/commands/escalations.ts +9 -7
- package/src/cli/commands/init.test.ts +5 -0
- package/src/cli/commands/init.ts +53 -5
- package/src/cli/commands/manager/agent-monitoring.ts +3 -3
- package/src/cli/commands/manager/auditor-lifecycle.test.ts +21 -14
- package/src/cli/commands/manager/auditor-lifecycle.ts +3 -3
- package/src/cli/commands/manager/auto-reject-comment-only-reviews.test.ts +28 -23
- package/src/cli/commands/manager/escalation-handler.test.ts +13 -13
- package/src/cli/commands/manager/escalation-handler.ts +19 -12
- package/src/cli/commands/manager/feature-sign-off.test.ts +40 -31
- package/src/cli/commands/manager/feature-sign-off.ts +7 -7
- package/src/cli/commands/manager/feature-test-result.ts +13 -16
- package/src/cli/commands/manager/handoff-recovery.ts +20 -20
- package/src/cli/commands/manager/index.test.ts +4 -4
- package/src/cli/commands/manager/index.ts +58 -59
- package/src/cli/commands/manager/merged-story-cleanup.test.ts +28 -19
- package/src/cli/commands/manager/merged-story-cleanup.ts +11 -14
- package/src/cli/commands/manager/pr-sync-orchestrator.ts +115 -110
- package/src/cli/commands/manager/qa-review-handler.ts +50 -63
- package/src/cli/commands/manager/spin-down.ts +27 -25
- package/src/cli/commands/manager/stale-escalations.ts +2 -3
- package/src/cli/commands/manager/stuck-story-helpers.ts +10 -10
- package/src/cli/commands/manager/stuck-story-processor.ts +56 -62
- package/src/cli/commands/manager/tech-lead-lifecycle.ts +6 -6
- package/src/cli/commands/manager/types.ts +2 -3
- package/src/cli/commands/msg.test.ts +2 -2
- package/src/cli/commands/my-stories.test.ts +4 -2
- package/src/cli/commands/my-stories.ts +22 -27
- package/src/cli/commands/nuke.test.ts +1 -1
- package/src/cli/commands/pr.test.ts +10 -6
- package/src/cli/commands/pr.ts +41 -32
- package/src/cli/commands/progress.test.ts +1 -1
- package/src/cli/commands/progress.ts +11 -6
- package/src/cli/commands/req-headless.test.ts +170 -0
- package/src/cli/commands/req-spawn.test.ts +12 -2
- package/src/cli/commands/req.ts +13 -14
- package/src/cli/commands/resume.test.ts +1 -1
- package/src/cli/commands/resume.ts +7 -8
- package/src/cli/commands/status.test.ts +1 -1
- package/src/cli/commands/status.ts +52 -40
- package/src/cli/commands/stories.test.ts +4 -2
- package/src/cli/commands/stories.ts +11 -11
- package/src/cli/commands/teams.test.ts +2 -2
- package/src/cli/commands/teams.ts +11 -11
- package/src/cli/dashboard/index.test.ts +35 -34
- package/src/cli/dashboard/index.ts +34 -23
- package/src/cli/dashboard/panels/activity.ts +10 -4
- package/src/cli/dashboard/panels/agents.ts +8 -5
- package/src/cli/dashboard/panels/escalations.ts +4 -4
- package/src/cli/dashboard/panels/merge-queue.ts +4 -4
- package/src/cli/dashboard/panels/pipeline.ts +10 -4
- package/src/config/schema.ts +1 -0
- package/src/connectors/project-management/operations.ts +9 -10
- package/src/context-files/index.test.ts +1 -0
- package/src/db/client.ts +17 -0
- package/src/db/pg-migrations/001-full-schema.sql +209 -0
- package/src/db/postgres-provider.integration.test.ts +574 -0
- package/src/db/postgres-provider.test.ts +97 -0
- package/src/db/postgres-provider.ts +364 -0
- package/src/db/provider.test.ts +283 -0
- package/src/db/provider.ts +161 -0
- package/src/db/queries/agents.test.ts +114 -113
- package/src/db/queries/agents.ts +50 -36
- package/src/db/queries/escalations.test.ts +134 -133
- package/src/db/queries/escalations.ts +72 -57
- package/src/db/queries/heartbeat.test.ts +77 -78
- package/src/db/queries/heartbeat.ts +24 -46
- package/src/db/queries/integration-sync.ts +26 -26
- package/src/db/queries/logs.test.ts +151 -148
- package/src/db/queries/logs.ts +78 -53
- package/src/db/queries/messages.test.ts +48 -50
- package/src/db/queries/messages.ts +26 -18
- package/src/db/queries/pull-requests.test.ts +194 -199
- package/src/db/queries/pull-requests.ts +117 -88
- package/src/db/queries/requirements.test.ts +84 -83
- package/src/db/queries/requirements.ts +33 -28
- package/src/db/queries/stories.test.ts +173 -172
- package/src/db/queries/stories.ts +141 -110
- package/src/db/queries/teams.test.ts +37 -36
- package/src/db/queries/teams.ts +22 -14
- package/src/integrations/jira/repair.test.ts +27 -26
- package/src/integrations/jira/stories.test.ts +15 -16
- package/src/integrations/jira/stories.ts +15 -15
- package/src/integrations/jira/sync.test.ts +68 -68
- package/src/integrations/jira/sync.ts +29 -39
- package/src/integrations/jira/transitions.ts +6 -6
- package/src/orchestrator/agent-selector.ts +9 -8
- package/src/orchestrator/dependency-resolver.ts +16 -7
- package/src/orchestrator/feature-branch.test.ts +85 -80
- package/src/orchestrator/feature-branch.ts +13 -14
- package/src/orchestrator/orphan-recovery.ts +14 -13
- package/src/orchestrator/scheduler.test.ts +536 -394
- package/src/orchestrator/scheduler.ts +129 -115
- package/src/utils/auto-merge.test.ts +102 -68
- package/src/utils/auto-merge.ts +161 -168
- package/src/utils/cli-helpers.test.ts +30 -32
- package/src/utils/cli-helpers.ts +15 -11
- package/src/utils/paths.test.ts +1 -0
- package/src/utils/paths.ts +14 -1
- package/src/utils/pr-sync.test.ts +55 -52
- package/src/utils/pr-sync.ts +27 -32
- package/src/utils/with-hive-context.ts +89 -1
package/dist/config/schema.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ declare const ModelConfigSchema: z.ZodObject<{
|
|
|
27
27
|
persona: string;
|
|
28
28
|
}>, "many">>>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
provider: "openai" | "anthropic";
|
|
30
31
|
model: string;
|
|
31
|
-
provider: "anthropic" | "openai";
|
|
32
32
|
max_tokens: number;
|
|
33
33
|
temperature: number;
|
|
34
34
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -38,8 +38,8 @@ declare const ModelConfigSchema: z.ZodObject<{
|
|
|
38
38
|
persona: string;
|
|
39
39
|
}[];
|
|
40
40
|
}, {
|
|
41
|
+
provider: "openai" | "anthropic";
|
|
41
42
|
model: string;
|
|
42
|
-
provider: "anthropic" | "openai";
|
|
43
43
|
max_tokens?: number | undefined;
|
|
44
44
|
temperature?: number | undefined;
|
|
45
45
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -68,8 +68,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
68
68
|
persona: string;
|
|
69
69
|
}>, "many">>>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
provider: "openai" | "anthropic";
|
|
71
72
|
model: string;
|
|
72
|
-
provider: "anthropic" | "openai";
|
|
73
73
|
max_tokens: number;
|
|
74
74
|
temperature: number;
|
|
75
75
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -79,8 +79,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
79
79
|
persona: string;
|
|
80
80
|
}[];
|
|
81
81
|
}, {
|
|
82
|
+
provider: "openai" | "anthropic";
|
|
82
83
|
model: string;
|
|
83
|
-
provider: "anthropic" | "openai";
|
|
84
84
|
max_tokens?: number | undefined;
|
|
85
85
|
temperature?: number | undefined;
|
|
86
86
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -108,8 +108,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
108
108
|
persona: string;
|
|
109
109
|
}>, "many">>>;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
provider: "openai" | "anthropic";
|
|
111
112
|
model: string;
|
|
112
|
-
provider: "anthropic" | "openai";
|
|
113
113
|
max_tokens: number;
|
|
114
114
|
temperature: number;
|
|
115
115
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -119,8 +119,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
119
119
|
persona: string;
|
|
120
120
|
}[];
|
|
121
121
|
}, {
|
|
122
|
+
provider: "openai" | "anthropic";
|
|
122
123
|
model: string;
|
|
123
|
-
provider: "anthropic" | "openai";
|
|
124
124
|
max_tokens?: number | undefined;
|
|
125
125
|
temperature?: number | undefined;
|
|
126
126
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -148,8 +148,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
148
148
|
persona: string;
|
|
149
149
|
}>, "many">>>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
+
provider: "openai" | "anthropic";
|
|
151
152
|
model: string;
|
|
152
|
-
provider: "anthropic" | "openai";
|
|
153
153
|
max_tokens: number;
|
|
154
154
|
temperature: number;
|
|
155
155
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -159,8 +159,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
159
159
|
persona: string;
|
|
160
160
|
}[];
|
|
161
161
|
}, {
|
|
162
|
+
provider: "openai" | "anthropic";
|
|
162
163
|
model: string;
|
|
163
|
-
provider: "anthropic" | "openai";
|
|
164
164
|
max_tokens?: number | undefined;
|
|
165
165
|
temperature?: number | undefined;
|
|
166
166
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -188,8 +188,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
188
188
|
persona: string;
|
|
189
189
|
}>, "many">>>;
|
|
190
190
|
}, "strip", z.ZodTypeAny, {
|
|
191
|
+
provider: "openai" | "anthropic";
|
|
191
192
|
model: string;
|
|
192
|
-
provider: "anthropic" | "openai";
|
|
193
193
|
max_tokens: number;
|
|
194
194
|
temperature: number;
|
|
195
195
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -199,8 +199,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
199
199
|
persona: string;
|
|
200
200
|
}[];
|
|
201
201
|
}, {
|
|
202
|
+
provider: "openai" | "anthropic";
|
|
202
203
|
model: string;
|
|
203
|
-
provider: "anthropic" | "openai";
|
|
204
204
|
max_tokens?: number | undefined;
|
|
205
205
|
temperature?: number | undefined;
|
|
206
206
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -228,8 +228,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
228
228
|
persona: string;
|
|
229
229
|
}>, "many">>>;
|
|
230
230
|
}, "strip", z.ZodTypeAny, {
|
|
231
|
+
provider: "openai" | "anthropic";
|
|
231
232
|
model: string;
|
|
232
|
-
provider: "anthropic" | "openai";
|
|
233
233
|
max_tokens: number;
|
|
234
234
|
temperature: number;
|
|
235
235
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -239,8 +239,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
239
239
|
persona: string;
|
|
240
240
|
}[];
|
|
241
241
|
}, {
|
|
242
|
+
provider: "openai" | "anthropic";
|
|
242
243
|
model: string;
|
|
243
|
-
provider: "anthropic" | "openai";
|
|
244
244
|
max_tokens?: number | undefined;
|
|
245
245
|
temperature?: number | undefined;
|
|
246
246
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -268,8 +268,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
268
268
|
persona: string;
|
|
269
269
|
}>, "many">>>;
|
|
270
270
|
}, "strip", z.ZodTypeAny, {
|
|
271
|
+
provider: "openai" | "anthropic";
|
|
271
272
|
model: string;
|
|
272
|
-
provider: "anthropic" | "openai";
|
|
273
273
|
max_tokens: number;
|
|
274
274
|
temperature: number;
|
|
275
275
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -279,8 +279,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
279
279
|
persona: string;
|
|
280
280
|
}[];
|
|
281
281
|
}, {
|
|
282
|
+
provider: "openai" | "anthropic";
|
|
282
283
|
model: string;
|
|
283
|
-
provider: "anthropic" | "openai";
|
|
284
284
|
max_tokens?: number | undefined;
|
|
285
285
|
temperature?: number | undefined;
|
|
286
286
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -308,8 +308,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
308
308
|
persona: string;
|
|
309
309
|
}>, "many">>>;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
+
provider: "openai" | "anthropic";
|
|
311
312
|
model: string;
|
|
312
|
-
provider: "anthropic" | "openai";
|
|
313
313
|
max_tokens: number;
|
|
314
314
|
temperature: number;
|
|
315
315
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -319,8 +319,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
319
319
|
persona: string;
|
|
320
320
|
}[];
|
|
321
321
|
}, {
|
|
322
|
+
provider: "openai" | "anthropic";
|
|
322
323
|
model: string;
|
|
323
|
-
provider: "anthropic" | "openai";
|
|
324
324
|
max_tokens?: number | undefined;
|
|
325
325
|
temperature?: number | undefined;
|
|
326
326
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -332,8 +332,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
332
332
|
}>>;
|
|
333
333
|
}, "strip", z.ZodTypeAny, {
|
|
334
334
|
tech_lead: {
|
|
335
|
+
provider: "openai" | "anthropic";
|
|
335
336
|
model: string;
|
|
336
|
-
provider: "anthropic" | "openai";
|
|
337
337
|
max_tokens: number;
|
|
338
338
|
temperature: number;
|
|
339
339
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -344,8 +344,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
344
344
|
}[];
|
|
345
345
|
};
|
|
346
346
|
senior: {
|
|
347
|
+
provider: "openai" | "anthropic";
|
|
347
348
|
model: string;
|
|
348
|
-
provider: "anthropic" | "openai";
|
|
349
349
|
max_tokens: number;
|
|
350
350
|
temperature: number;
|
|
351
351
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -356,8 +356,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
356
356
|
}[];
|
|
357
357
|
};
|
|
358
358
|
intermediate: {
|
|
359
|
+
provider: "openai" | "anthropic";
|
|
359
360
|
model: string;
|
|
360
|
-
provider: "anthropic" | "openai";
|
|
361
361
|
max_tokens: number;
|
|
362
362
|
temperature: number;
|
|
363
363
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -368,8 +368,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
368
368
|
}[];
|
|
369
369
|
};
|
|
370
370
|
junior: {
|
|
371
|
+
provider: "openai" | "anthropic";
|
|
371
372
|
model: string;
|
|
372
|
-
provider: "anthropic" | "openai";
|
|
373
373
|
max_tokens: number;
|
|
374
374
|
temperature: number;
|
|
375
375
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -380,8 +380,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
380
380
|
}[];
|
|
381
381
|
};
|
|
382
382
|
qa: {
|
|
383
|
+
provider: "openai" | "anthropic";
|
|
383
384
|
model: string;
|
|
384
|
-
provider: "anthropic" | "openai";
|
|
385
385
|
max_tokens: number;
|
|
386
386
|
temperature: number;
|
|
387
387
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -392,8 +392,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
392
392
|
}[];
|
|
393
393
|
};
|
|
394
394
|
feature_test: {
|
|
395
|
+
provider: "openai" | "anthropic";
|
|
395
396
|
model: string;
|
|
396
|
-
provider: "anthropic" | "openai";
|
|
397
397
|
max_tokens: number;
|
|
398
398
|
temperature: number;
|
|
399
399
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -404,8 +404,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
404
404
|
}[];
|
|
405
405
|
};
|
|
406
406
|
auditor: {
|
|
407
|
+
provider: "openai" | "anthropic";
|
|
407
408
|
model: string;
|
|
408
|
-
provider: "anthropic" | "openai";
|
|
409
409
|
max_tokens: number;
|
|
410
410
|
temperature: number;
|
|
411
411
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -417,8 +417,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
417
417
|
};
|
|
418
418
|
}, {
|
|
419
419
|
tech_lead?: {
|
|
420
|
+
provider: "openai" | "anthropic";
|
|
420
421
|
model: string;
|
|
421
|
-
provider: "anthropic" | "openai";
|
|
422
422
|
max_tokens?: number | undefined;
|
|
423
423
|
temperature?: number | undefined;
|
|
424
424
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -429,8 +429,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
429
429
|
}[] | undefined;
|
|
430
430
|
} | undefined;
|
|
431
431
|
senior?: {
|
|
432
|
+
provider: "openai" | "anthropic";
|
|
432
433
|
model: string;
|
|
433
|
-
provider: "anthropic" | "openai";
|
|
434
434
|
max_tokens?: number | undefined;
|
|
435
435
|
temperature?: number | undefined;
|
|
436
436
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -441,8 +441,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
441
441
|
}[] | undefined;
|
|
442
442
|
} | undefined;
|
|
443
443
|
intermediate?: {
|
|
444
|
+
provider: "openai" | "anthropic";
|
|
444
445
|
model: string;
|
|
445
|
-
provider: "anthropic" | "openai";
|
|
446
446
|
max_tokens?: number | undefined;
|
|
447
447
|
temperature?: number | undefined;
|
|
448
448
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -453,8 +453,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
453
453
|
}[] | undefined;
|
|
454
454
|
} | undefined;
|
|
455
455
|
junior?: {
|
|
456
|
+
provider: "openai" | "anthropic";
|
|
456
457
|
model: string;
|
|
457
|
-
provider: "anthropic" | "openai";
|
|
458
458
|
max_tokens?: number | undefined;
|
|
459
459
|
temperature?: number | undefined;
|
|
460
460
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -465,8 +465,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
465
465
|
}[] | undefined;
|
|
466
466
|
} | undefined;
|
|
467
467
|
qa?: {
|
|
468
|
+
provider: "openai" | "anthropic";
|
|
468
469
|
model: string;
|
|
469
|
-
provider: "anthropic" | "openai";
|
|
470
470
|
max_tokens?: number | undefined;
|
|
471
471
|
temperature?: number | undefined;
|
|
472
472
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -477,8 +477,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
477
477
|
}[] | undefined;
|
|
478
478
|
} | undefined;
|
|
479
479
|
feature_test?: {
|
|
480
|
+
provider: "openai" | "anthropic";
|
|
480
481
|
model: string;
|
|
481
|
-
provider: "anthropic" | "openai";
|
|
482
482
|
max_tokens?: number | undefined;
|
|
483
483
|
temperature?: number | undefined;
|
|
484
484
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -489,8 +489,8 @@ declare const ModelsConfigSchema: z.ZodObject<{
|
|
|
489
489
|
}[] | undefined;
|
|
490
490
|
} | undefined;
|
|
491
491
|
auditor?: {
|
|
492
|
+
provider: "openai" | "anthropic";
|
|
492
493
|
model: string;
|
|
493
|
-
provider: "anthropic" | "openai";
|
|
494
494
|
max_tokens?: number | undefined;
|
|
495
495
|
temperature?: number | undefined;
|
|
496
496
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -893,12 +893,12 @@ declare const ManagerConfigSchema: z.ZodObject<{
|
|
|
893
893
|
model: string;
|
|
894
894
|
cli_tool: "claude" | "codex" | "gemini";
|
|
895
895
|
timeout_ms: number;
|
|
896
|
-
provider?: "
|
|
896
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
897
897
|
max_tokens?: number | undefined;
|
|
898
898
|
temperature?: number | undefined;
|
|
899
899
|
}, {
|
|
900
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
900
901
|
model?: string | undefined;
|
|
901
|
-
provider?: "anthropic" | "openai" | undefined;
|
|
902
902
|
max_tokens?: number | undefined;
|
|
903
903
|
temperature?: number | undefined;
|
|
904
904
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -922,7 +922,7 @@ declare const ManagerConfigSchema: z.ZodObject<{
|
|
|
922
922
|
model: string;
|
|
923
923
|
cli_tool: "claude" | "codex" | "gemini";
|
|
924
924
|
timeout_ms: number;
|
|
925
|
-
provider?: "
|
|
925
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
926
926
|
max_tokens?: number | undefined;
|
|
927
927
|
temperature?: number | undefined;
|
|
928
928
|
};
|
|
@@ -941,8 +941,8 @@ declare const ManagerConfigSchema: z.ZodObject<{
|
|
|
941
941
|
max_stuck_nudges_per_story?: number | undefined;
|
|
942
942
|
screen_static_inactivity_threshold_ms?: number | undefined;
|
|
943
943
|
completion_classifier?: {
|
|
944
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
944
945
|
model?: string | undefined;
|
|
945
|
-
provider?: "anthropic" | "openai" | undefined;
|
|
946
946
|
max_tokens?: number | undefined;
|
|
947
947
|
temperature?: number | undefined;
|
|
948
948
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1104,6 +1104,7 @@ declare const ClusterConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1104
1104
|
}>;
|
|
1105
1105
|
export declare const HiveConfigSchema: z.ZodObject<{
|
|
1106
1106
|
version: z.ZodDefault<z.ZodString>;
|
|
1107
|
+
distributed: z.ZodDefault<z.ZodBoolean>;
|
|
1107
1108
|
models: z.ZodDefault<z.ZodObject<{
|
|
1108
1109
|
tech_lead: z.ZodDefault<z.ZodObject<{
|
|
1109
1110
|
provider: z.ZodEnum<["anthropic", "openai"]>;
|
|
@@ -1123,8 +1124,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1123
1124
|
persona: string;
|
|
1124
1125
|
}>, "many">>>;
|
|
1125
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
+
provider: "openai" | "anthropic";
|
|
1126
1128
|
model: string;
|
|
1127
|
-
provider: "anthropic" | "openai";
|
|
1128
1129
|
max_tokens: number;
|
|
1129
1130
|
temperature: number;
|
|
1130
1131
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1134,8 +1135,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1134
1135
|
persona: string;
|
|
1135
1136
|
}[];
|
|
1136
1137
|
}, {
|
|
1138
|
+
provider: "openai" | "anthropic";
|
|
1137
1139
|
model: string;
|
|
1138
|
-
provider: "anthropic" | "openai";
|
|
1139
1140
|
max_tokens?: number | undefined;
|
|
1140
1141
|
temperature?: number | undefined;
|
|
1141
1142
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1163,8 +1164,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1163
1164
|
persona: string;
|
|
1164
1165
|
}>, "many">>>;
|
|
1165
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1167
|
+
provider: "openai" | "anthropic";
|
|
1166
1168
|
model: string;
|
|
1167
|
-
provider: "anthropic" | "openai";
|
|
1168
1169
|
max_tokens: number;
|
|
1169
1170
|
temperature: number;
|
|
1170
1171
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1174,8 +1175,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1174
1175
|
persona: string;
|
|
1175
1176
|
}[];
|
|
1176
1177
|
}, {
|
|
1178
|
+
provider: "openai" | "anthropic";
|
|
1177
1179
|
model: string;
|
|
1178
|
-
provider: "anthropic" | "openai";
|
|
1179
1180
|
max_tokens?: number | undefined;
|
|
1180
1181
|
temperature?: number | undefined;
|
|
1181
1182
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1203,8 +1204,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1203
1204
|
persona: string;
|
|
1204
1205
|
}>, "many">>>;
|
|
1205
1206
|
}, "strip", z.ZodTypeAny, {
|
|
1207
|
+
provider: "openai" | "anthropic";
|
|
1206
1208
|
model: string;
|
|
1207
|
-
provider: "anthropic" | "openai";
|
|
1208
1209
|
max_tokens: number;
|
|
1209
1210
|
temperature: number;
|
|
1210
1211
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1214,8 +1215,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1214
1215
|
persona: string;
|
|
1215
1216
|
}[];
|
|
1216
1217
|
}, {
|
|
1218
|
+
provider: "openai" | "anthropic";
|
|
1217
1219
|
model: string;
|
|
1218
|
-
provider: "anthropic" | "openai";
|
|
1219
1220
|
max_tokens?: number | undefined;
|
|
1220
1221
|
temperature?: number | undefined;
|
|
1221
1222
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1243,8 +1244,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1243
1244
|
persona: string;
|
|
1244
1245
|
}>, "many">>>;
|
|
1245
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
|
+
provider: "openai" | "anthropic";
|
|
1246
1248
|
model: string;
|
|
1247
|
-
provider: "anthropic" | "openai";
|
|
1248
1249
|
max_tokens: number;
|
|
1249
1250
|
temperature: number;
|
|
1250
1251
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1254,8 +1255,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1254
1255
|
persona: string;
|
|
1255
1256
|
}[];
|
|
1256
1257
|
}, {
|
|
1258
|
+
provider: "openai" | "anthropic";
|
|
1257
1259
|
model: string;
|
|
1258
|
-
provider: "anthropic" | "openai";
|
|
1259
1260
|
max_tokens?: number | undefined;
|
|
1260
1261
|
temperature?: number | undefined;
|
|
1261
1262
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1283,8 +1284,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1283
1284
|
persona: string;
|
|
1284
1285
|
}>, "many">>>;
|
|
1285
1286
|
}, "strip", z.ZodTypeAny, {
|
|
1287
|
+
provider: "openai" | "anthropic";
|
|
1286
1288
|
model: string;
|
|
1287
|
-
provider: "anthropic" | "openai";
|
|
1288
1289
|
max_tokens: number;
|
|
1289
1290
|
temperature: number;
|
|
1290
1291
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1294,8 +1295,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1294
1295
|
persona: string;
|
|
1295
1296
|
}[];
|
|
1296
1297
|
}, {
|
|
1298
|
+
provider: "openai" | "anthropic";
|
|
1297
1299
|
model: string;
|
|
1298
|
-
provider: "anthropic" | "openai";
|
|
1299
1300
|
max_tokens?: number | undefined;
|
|
1300
1301
|
temperature?: number | undefined;
|
|
1301
1302
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1323,8 +1324,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1323
1324
|
persona: string;
|
|
1324
1325
|
}>, "many">>>;
|
|
1325
1326
|
}, "strip", z.ZodTypeAny, {
|
|
1327
|
+
provider: "openai" | "anthropic";
|
|
1326
1328
|
model: string;
|
|
1327
|
-
provider: "anthropic" | "openai";
|
|
1328
1329
|
max_tokens: number;
|
|
1329
1330
|
temperature: number;
|
|
1330
1331
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1334,8 +1335,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1334
1335
|
persona: string;
|
|
1335
1336
|
}[];
|
|
1336
1337
|
}, {
|
|
1338
|
+
provider: "openai" | "anthropic";
|
|
1337
1339
|
model: string;
|
|
1338
|
-
provider: "anthropic" | "openai";
|
|
1339
1340
|
max_tokens?: number | undefined;
|
|
1340
1341
|
temperature?: number | undefined;
|
|
1341
1342
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1363,8 +1364,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1363
1364
|
persona: string;
|
|
1364
1365
|
}>, "many">>>;
|
|
1365
1366
|
}, "strip", z.ZodTypeAny, {
|
|
1367
|
+
provider: "openai" | "anthropic";
|
|
1366
1368
|
model: string;
|
|
1367
|
-
provider: "anthropic" | "openai";
|
|
1368
1369
|
max_tokens: number;
|
|
1369
1370
|
temperature: number;
|
|
1370
1371
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1374,8 +1375,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1374
1375
|
persona: string;
|
|
1375
1376
|
}[];
|
|
1376
1377
|
}, {
|
|
1378
|
+
provider: "openai" | "anthropic";
|
|
1377
1379
|
model: string;
|
|
1378
|
-
provider: "anthropic" | "openai";
|
|
1379
1380
|
max_tokens?: number | undefined;
|
|
1380
1381
|
temperature?: number | undefined;
|
|
1381
1382
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1387,8 +1388,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1387
1388
|
}>>;
|
|
1388
1389
|
}, "strip", z.ZodTypeAny, {
|
|
1389
1390
|
tech_lead: {
|
|
1391
|
+
provider: "openai" | "anthropic";
|
|
1390
1392
|
model: string;
|
|
1391
|
-
provider: "anthropic" | "openai";
|
|
1392
1393
|
max_tokens: number;
|
|
1393
1394
|
temperature: number;
|
|
1394
1395
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1399,8 +1400,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1399
1400
|
}[];
|
|
1400
1401
|
};
|
|
1401
1402
|
senior: {
|
|
1403
|
+
provider: "openai" | "anthropic";
|
|
1402
1404
|
model: string;
|
|
1403
|
-
provider: "anthropic" | "openai";
|
|
1404
1405
|
max_tokens: number;
|
|
1405
1406
|
temperature: number;
|
|
1406
1407
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1411,8 +1412,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1411
1412
|
}[];
|
|
1412
1413
|
};
|
|
1413
1414
|
intermediate: {
|
|
1415
|
+
provider: "openai" | "anthropic";
|
|
1414
1416
|
model: string;
|
|
1415
|
-
provider: "anthropic" | "openai";
|
|
1416
1417
|
max_tokens: number;
|
|
1417
1418
|
temperature: number;
|
|
1418
1419
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1423,8 +1424,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1423
1424
|
}[];
|
|
1424
1425
|
};
|
|
1425
1426
|
junior: {
|
|
1427
|
+
provider: "openai" | "anthropic";
|
|
1426
1428
|
model: string;
|
|
1427
|
-
provider: "anthropic" | "openai";
|
|
1428
1429
|
max_tokens: number;
|
|
1429
1430
|
temperature: number;
|
|
1430
1431
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1435,8 +1436,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1435
1436
|
}[];
|
|
1436
1437
|
};
|
|
1437
1438
|
qa: {
|
|
1439
|
+
provider: "openai" | "anthropic";
|
|
1438
1440
|
model: string;
|
|
1439
|
-
provider: "anthropic" | "openai";
|
|
1440
1441
|
max_tokens: number;
|
|
1441
1442
|
temperature: number;
|
|
1442
1443
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1447,8 +1448,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1447
1448
|
}[];
|
|
1448
1449
|
};
|
|
1449
1450
|
feature_test: {
|
|
1451
|
+
provider: "openai" | "anthropic";
|
|
1450
1452
|
model: string;
|
|
1451
|
-
provider: "anthropic" | "openai";
|
|
1452
1453
|
max_tokens: number;
|
|
1453
1454
|
temperature: number;
|
|
1454
1455
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1459,8 +1460,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1459
1460
|
}[];
|
|
1460
1461
|
};
|
|
1461
1462
|
auditor: {
|
|
1463
|
+
provider: "openai" | "anthropic";
|
|
1462
1464
|
model: string;
|
|
1463
|
-
provider: "anthropic" | "openai";
|
|
1464
1465
|
max_tokens: number;
|
|
1465
1466
|
temperature: number;
|
|
1466
1467
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -1472,8 +1473,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1472
1473
|
};
|
|
1473
1474
|
}, {
|
|
1474
1475
|
tech_lead?: {
|
|
1476
|
+
provider: "openai" | "anthropic";
|
|
1475
1477
|
model: string;
|
|
1476
|
-
provider: "anthropic" | "openai";
|
|
1477
1478
|
max_tokens?: number | undefined;
|
|
1478
1479
|
temperature?: number | undefined;
|
|
1479
1480
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1484,8 +1485,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1484
1485
|
}[] | undefined;
|
|
1485
1486
|
} | undefined;
|
|
1486
1487
|
senior?: {
|
|
1488
|
+
provider: "openai" | "anthropic";
|
|
1487
1489
|
model: string;
|
|
1488
|
-
provider: "anthropic" | "openai";
|
|
1489
1490
|
max_tokens?: number | undefined;
|
|
1490
1491
|
temperature?: number | undefined;
|
|
1491
1492
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1496,8 +1497,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1496
1497
|
}[] | undefined;
|
|
1497
1498
|
} | undefined;
|
|
1498
1499
|
intermediate?: {
|
|
1500
|
+
provider: "openai" | "anthropic";
|
|
1499
1501
|
model: string;
|
|
1500
|
-
provider: "anthropic" | "openai";
|
|
1501
1502
|
max_tokens?: number | undefined;
|
|
1502
1503
|
temperature?: number | undefined;
|
|
1503
1504
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1508,8 +1509,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1508
1509
|
}[] | undefined;
|
|
1509
1510
|
} | undefined;
|
|
1510
1511
|
junior?: {
|
|
1512
|
+
provider: "openai" | "anthropic";
|
|
1511
1513
|
model: string;
|
|
1512
|
-
provider: "anthropic" | "openai";
|
|
1513
1514
|
max_tokens?: number | undefined;
|
|
1514
1515
|
temperature?: number | undefined;
|
|
1515
1516
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1520,8 +1521,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1520
1521
|
}[] | undefined;
|
|
1521
1522
|
} | undefined;
|
|
1522
1523
|
qa?: {
|
|
1524
|
+
provider: "openai" | "anthropic";
|
|
1523
1525
|
model: string;
|
|
1524
|
-
provider: "anthropic" | "openai";
|
|
1525
1526
|
max_tokens?: number | undefined;
|
|
1526
1527
|
temperature?: number | undefined;
|
|
1527
1528
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1532,8 +1533,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1532
1533
|
}[] | undefined;
|
|
1533
1534
|
} | undefined;
|
|
1534
1535
|
feature_test?: {
|
|
1536
|
+
provider: "openai" | "anthropic";
|
|
1535
1537
|
model: string;
|
|
1536
|
-
provider: "anthropic" | "openai";
|
|
1537
1538
|
max_tokens?: number | undefined;
|
|
1538
1539
|
temperature?: number | undefined;
|
|
1539
1540
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1544,8 +1545,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1544
1545
|
}[] | undefined;
|
|
1545
1546
|
} | undefined;
|
|
1546
1547
|
auditor?: {
|
|
1548
|
+
provider: "openai" | "anthropic";
|
|
1547
1549
|
model: string;
|
|
1548
|
-
provider: "anthropic" | "openai";
|
|
1549
1550
|
max_tokens?: number | undefined;
|
|
1550
1551
|
temperature?: number | undefined;
|
|
1551
1552
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1840,12 +1841,12 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1840
1841
|
model: string;
|
|
1841
1842
|
cli_tool: "claude" | "codex" | "gemini";
|
|
1842
1843
|
timeout_ms: number;
|
|
1843
|
-
provider?: "
|
|
1844
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
1844
1845
|
max_tokens?: number | undefined;
|
|
1845
1846
|
temperature?: number | undefined;
|
|
1846
1847
|
}, {
|
|
1848
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
1847
1849
|
model?: string | undefined;
|
|
1848
|
-
provider?: "anthropic" | "openai" | undefined;
|
|
1849
1850
|
max_tokens?: number | undefined;
|
|
1850
1851
|
temperature?: number | undefined;
|
|
1851
1852
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -1869,7 +1870,7 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1869
1870
|
model: string;
|
|
1870
1871
|
cli_tool: "claude" | "codex" | "gemini";
|
|
1871
1872
|
timeout_ms: number;
|
|
1872
|
-
provider?: "
|
|
1873
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
1873
1874
|
max_tokens?: number | undefined;
|
|
1874
1875
|
temperature?: number | undefined;
|
|
1875
1876
|
};
|
|
@@ -1888,8 +1889,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
1888
1889
|
max_stuck_nudges_per_story?: number | undefined;
|
|
1889
1890
|
screen_static_inactivity_threshold_ms?: number | undefined;
|
|
1890
1891
|
completion_classifier?: {
|
|
1892
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
1891
1893
|
model?: string | undefined;
|
|
1892
|
-
provider?: "anthropic" | "openai" | undefined;
|
|
1893
1894
|
max_tokens?: number | undefined;
|
|
1894
1895
|
temperature?: number | undefined;
|
|
1895
1896
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2072,10 +2073,11 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2072
2073
|
};
|
|
2073
2074
|
};
|
|
2074
2075
|
version: string;
|
|
2076
|
+
distributed: boolean;
|
|
2075
2077
|
models: {
|
|
2076
2078
|
tech_lead: {
|
|
2079
|
+
provider: "openai" | "anthropic";
|
|
2077
2080
|
model: string;
|
|
2078
|
-
provider: "anthropic" | "openai";
|
|
2079
2081
|
max_tokens: number;
|
|
2080
2082
|
temperature: number;
|
|
2081
2083
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -2086,8 +2088,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2086
2088
|
}[];
|
|
2087
2089
|
};
|
|
2088
2090
|
senior: {
|
|
2091
|
+
provider: "openai" | "anthropic";
|
|
2089
2092
|
model: string;
|
|
2090
|
-
provider: "anthropic" | "openai";
|
|
2091
2093
|
max_tokens: number;
|
|
2092
2094
|
temperature: number;
|
|
2093
2095
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -2098,8 +2100,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2098
2100
|
}[];
|
|
2099
2101
|
};
|
|
2100
2102
|
intermediate: {
|
|
2103
|
+
provider: "openai" | "anthropic";
|
|
2101
2104
|
model: string;
|
|
2102
|
-
provider: "anthropic" | "openai";
|
|
2103
2105
|
max_tokens: number;
|
|
2104
2106
|
temperature: number;
|
|
2105
2107
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -2110,8 +2112,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2110
2112
|
}[];
|
|
2111
2113
|
};
|
|
2112
2114
|
junior: {
|
|
2115
|
+
provider: "openai" | "anthropic";
|
|
2113
2116
|
model: string;
|
|
2114
|
-
provider: "anthropic" | "openai";
|
|
2115
2117
|
max_tokens: number;
|
|
2116
2118
|
temperature: number;
|
|
2117
2119
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -2122,8 +2124,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2122
2124
|
}[];
|
|
2123
2125
|
};
|
|
2124
2126
|
qa: {
|
|
2127
|
+
provider: "openai" | "anthropic";
|
|
2125
2128
|
model: string;
|
|
2126
|
-
provider: "anthropic" | "openai";
|
|
2127
2129
|
max_tokens: number;
|
|
2128
2130
|
temperature: number;
|
|
2129
2131
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -2134,8 +2136,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2134
2136
|
}[];
|
|
2135
2137
|
};
|
|
2136
2138
|
feature_test: {
|
|
2139
|
+
provider: "openai" | "anthropic";
|
|
2137
2140
|
model: string;
|
|
2138
|
-
provider: "anthropic" | "openai";
|
|
2139
2141
|
max_tokens: number;
|
|
2140
2142
|
temperature: number;
|
|
2141
2143
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -2146,8 +2148,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2146
2148
|
}[];
|
|
2147
2149
|
};
|
|
2148
2150
|
auditor: {
|
|
2151
|
+
provider: "openai" | "anthropic";
|
|
2149
2152
|
model: string;
|
|
2150
|
-
provider: "anthropic" | "openai";
|
|
2151
2153
|
max_tokens: number;
|
|
2152
2154
|
temperature: number;
|
|
2153
2155
|
cli_tool: "claude" | "codex" | "gemini";
|
|
@@ -2192,7 +2194,7 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2192
2194
|
model: string;
|
|
2193
2195
|
cli_tool: "claude" | "codex" | "gemini";
|
|
2194
2196
|
timeout_ms: number;
|
|
2195
|
-
provider?: "
|
|
2197
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
2196
2198
|
max_tokens?: number | undefined;
|
|
2197
2199
|
temperature?: number | undefined;
|
|
2198
2200
|
};
|
|
@@ -2269,10 +2271,11 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2269
2271
|
} | undefined;
|
|
2270
2272
|
} | undefined;
|
|
2271
2273
|
version?: string | undefined;
|
|
2274
|
+
distributed?: boolean | undefined;
|
|
2272
2275
|
models?: {
|
|
2273
2276
|
tech_lead?: {
|
|
2277
|
+
provider: "openai" | "anthropic";
|
|
2274
2278
|
model: string;
|
|
2275
|
-
provider: "anthropic" | "openai";
|
|
2276
2279
|
max_tokens?: number | undefined;
|
|
2277
2280
|
temperature?: number | undefined;
|
|
2278
2281
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2283,8 +2286,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2283
2286
|
}[] | undefined;
|
|
2284
2287
|
} | undefined;
|
|
2285
2288
|
senior?: {
|
|
2289
|
+
provider: "openai" | "anthropic";
|
|
2286
2290
|
model: string;
|
|
2287
|
-
provider: "anthropic" | "openai";
|
|
2288
2291
|
max_tokens?: number | undefined;
|
|
2289
2292
|
temperature?: number | undefined;
|
|
2290
2293
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2295,8 +2298,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2295
2298
|
}[] | undefined;
|
|
2296
2299
|
} | undefined;
|
|
2297
2300
|
intermediate?: {
|
|
2301
|
+
provider: "openai" | "anthropic";
|
|
2298
2302
|
model: string;
|
|
2299
|
-
provider: "anthropic" | "openai";
|
|
2300
2303
|
max_tokens?: number | undefined;
|
|
2301
2304
|
temperature?: number | undefined;
|
|
2302
2305
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2307,8 +2310,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2307
2310
|
}[] | undefined;
|
|
2308
2311
|
} | undefined;
|
|
2309
2312
|
junior?: {
|
|
2313
|
+
provider: "openai" | "anthropic";
|
|
2310
2314
|
model: string;
|
|
2311
|
-
provider: "anthropic" | "openai";
|
|
2312
2315
|
max_tokens?: number | undefined;
|
|
2313
2316
|
temperature?: number | undefined;
|
|
2314
2317
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2319,8 +2322,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2319
2322
|
}[] | undefined;
|
|
2320
2323
|
} | undefined;
|
|
2321
2324
|
qa?: {
|
|
2325
|
+
provider: "openai" | "anthropic";
|
|
2322
2326
|
model: string;
|
|
2323
|
-
provider: "anthropic" | "openai";
|
|
2324
2327
|
max_tokens?: number | undefined;
|
|
2325
2328
|
temperature?: number | undefined;
|
|
2326
2329
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2331,8 +2334,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2331
2334
|
}[] | undefined;
|
|
2332
2335
|
} | undefined;
|
|
2333
2336
|
feature_test?: {
|
|
2337
|
+
provider: "openai" | "anthropic";
|
|
2334
2338
|
model: string;
|
|
2335
|
-
provider: "anthropic" | "openai";
|
|
2336
2339
|
max_tokens?: number | undefined;
|
|
2337
2340
|
temperature?: number | undefined;
|
|
2338
2341
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2343,8 +2346,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2343
2346
|
}[] | undefined;
|
|
2344
2347
|
} | undefined;
|
|
2345
2348
|
auditor?: {
|
|
2349
|
+
provider: "openai" | "anthropic";
|
|
2346
2350
|
model: string;
|
|
2347
|
-
provider: "anthropic" | "openai";
|
|
2348
2351
|
max_tokens?: number | undefined;
|
|
2349
2352
|
temperature?: number | undefined;
|
|
2350
2353
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|
|
@@ -2386,8 +2389,8 @@ export declare const HiveConfigSchema: z.ZodObject<{
|
|
|
2386
2389
|
max_stuck_nudges_per_story?: number | undefined;
|
|
2387
2390
|
screen_static_inactivity_threshold_ms?: number | undefined;
|
|
2388
2391
|
completion_classifier?: {
|
|
2392
|
+
provider?: "openai" | "anthropic" | undefined;
|
|
2389
2393
|
model?: string | undefined;
|
|
2390
|
-
provider?: "anthropic" | "openai" | undefined;
|
|
2391
2394
|
max_tokens?: number | undefined;
|
|
2392
2395
|
temperature?: number | undefined;
|
|
2393
2396
|
cli_tool?: "claude" | "codex" | "gemini" | undefined;
|