Kind: Function
Source: atloria-monorepo/libs/agent-core/src/autonomous/workflows/feature-dev.ts
Build a feature development orchestration plan.
Signature
tsfunction buildFeatureDevPlan(options: {
featureDescription?: string;
workspace?: string;
}): OrchestrationPlan
Parameters
| Name | Type |
|---|---|
options | `{ |
| featureDescription?: string; | |
| workspace?: string; | |
| }` |
Returns: OrchestrationPlan
Was this page helpful?