buster/packages/ai/tests/tools/unit/create-plan-straightforward...

596 lines
18 KiB
TypeScript
Raw Normal View History

Mastra braintrust (#391) * type fixes * biome clean on ai * add user to flag chat * attempt to get vercel deployed * Update tsup.config.ts * Update pnpm-lock.yaml * Add @buster/server2 Hono API app with Vercel deployment configuration * slack oauth integration * mainly some clean up and biome formatting * slack oauth * slack migration + snapshot * remove unused files * finalized docker image for porter * Create porter_app_buster-server_3155.yml file * Add integration tests for Slack handler and refactor Slack OAuth service - Introduced integration tests for the Slack handler, covering OAuth initiation, callback handling, and integration status retrieval. - Refactored Slack OAuth service to improve error handling and ensure proper integration state management. - Updated token storage implementation to use a database vault instead of Supabase. - Enhanced existing tests for better coverage and reliability, including cleanup of test data. - Added new utility functions for managing vault secrets in the database. * docker image update * new prompts * individual tests and a schema fix * server build * final working dockerfile * Update Dockerfile * new messages to slack messages (#369) * Update dockerfile * Update validate-env.js * update build pipeline * Update the dockerfile flow * finalize logging for pino * stable base * Update cors middleware logger * Update cors.ts * update docker to be more imformative * Update index.ts * Update auth.ts * Update cors.ts * Update cors.ts * Update logger.ts * remove logs * more cors updates * build server shared * Refactor PostgreSQL credentials handling and remove unused memory storage. Update package dependencies. (#370) * tons of file parsing errors (#371) * Refactor PostgreSQL credentials handling and remove unused memory storage. Update package dependencies. * tons of file parsing errors * Dev mode updates * more stable electric handler * Dal/agent-self-healing-fixes (#372) * change to 6 min * optmizations around saving and non-blocking actions. * stream optimizations * Dal/agent-self-healing-fixes (#373) * change to 6 min * optmizations around saving and non-blocking actions. * stream optimizations * change porter staging deploy to mastra-braintrust. * new path for porter deploy * deploy to staging fix * Create porter_app_mastra-braintrust-api_3155.yml file (#375) Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com> * Update sizing and opacity * supe up the instance for mastra * environment staging * ssl script * copy path * Update list padding * no throttle and the anthropic cached * move select to the top * Update margin inline start * shrink reasoning vertical space to 2px * semi bold font for headers * update animation timing * haiku * Add createTodoList tool and integrate into create-todos-step * chat helper on post chat * only trigger cicd when change made * Start created streaming text components * Refactor analyst agent task to initialize Braintrust logging asynchronously and parallelize database queries for improved performance. Adjusted cleanup timeout for Braintrust traces to reduce delays. * fixed reasoned for X, so that it rounds down to the minute * Update users page * update build pipeline for new web * document title update * Named chats for page * Datasets titles * Refactor visualization tools and enhance error handling in retryable agent stream. Removed unused metricValueLabel from metrics file tool, updated metric configuration schemas, and improved healing mechanism for tool errors during streaming. * analyst * document title updates * Update useDocumentTitle.tsx * Refactor tool choice configuration in create-todos-step to use structured object. Remove exponential backoff logic from retryable agent stream for healable errors. Introduce new test for real-world healing scenarios in retryable agent stream. * Refactor SQL validation logic in modify-metrics-file-tool to skip unnecessary checks when SQL has not changed. Enhance error handling and update validation messages. Clean up code formatting for improved readability. * update collapse for filecard * chevron collapse * Jacob prompt changes (#376) * prompt changes to improve filtering logic and handle priv/sec errors * prompt changes to make aggregation better and improved filter best practices * Update packages/ai/src/steps/create-todos-step.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update packages/ai/src/agents/think-and-prep-agent/think-and-prep-instructions.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update packages/ai/src/steps/create-todos-step.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> Co-authored-by: dal <dallin@buster.so> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * think and prep * change header and strong fonts weights * Update get collection * combo chart x axis update * Create a chart schemas as types * schema types * simple unit tests for line chart props * fix the response file ordering iwth active selection. * copy around reasoning messages taken care of * fix nullable user message and file processing and such. * update ticks for chart config * fix todo parsing. * app markdown update * Update splitter to use border instead of width * change ml * If no file is found we should auto redirect * Refactor database connection handling to support SSL modes. Introduced functions to extract SSL parameters and manage connections based on SSL requirements, including a custom verifier for unverified connections. * black box message update * chat title updates * optimizations for trigger. * some keepalive logic on the anthropic cached * keep title empty until new one * no duplicate messages * null user message on asset pull * posthog error handling * 20 sec idle timeout on anthropic * null req message * fixed modificiation names missing * Refactor tool call handling to support new content array format in asset messages and context loaders * cache most recent file from workflow * Enhance date and number detection in createDataMetadata function to improve data type handling for metrics files * group hover effect for message * logging for chat * Add messageId handling and file association tracking in dashboard and metrics tools - Updated runtime context to include messageId in create and modify dashboard and metrics file tools. - Implemented file association tracking based on messageId in create and modify functions for both dashboards and metrics. - Ensured type consistency by using AnalystRuntimeContext in runtime context parameters. * logging for chat * message type update * Route to first file instead * trigger moved to catalog * Enhance file selection logic to support YAML parsing and improve logging - Updated `extractMetricIdsFromDashboard` to first attempt JSON parsing, falling back to a regex-based YAML parsing for metric IDs. - Added detailed debug logging in `selectFilesForResponse` to track file selection process, including metrics and dashboards involved. - Introduced tests for various scenarios in `file-selection.test.ts` to ensure correct behavior with dashboard context and edge cases. * trigger dev v4-beta * Retry + Self Healing (#381) * Refactor retry logic in analyst and think-and-prep steps Co-authored-by: dallin <dallin@buster.so> * some fixes * console log error * self healing * todos retry --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> * remove lots of logs * Remove chat streaming * Remove chat streaming * timeout * Change to updated at field * link to home * Update timeout settings for HTTP and HTTPS agents from 20 seconds to 10 seconds for improved responsiveness. * Add utils module and integrate message conversion in post_chat_handler * Implement error handling for extract values (#382) * Remove chat streaming * Improve error handling and logging in extract values and chat title steps Co-authored-by: dallin <dallin@buster.so> --------- Co-authored-by: Nate Kelley <nate@buster.so> Co-authored-by: Cursor Agent <cursoragent@cursor.com> * loading icon for buster avatar * finalize tooltip cache * upgrade mastra * increase retries * Add redo functionality for chat messages - Introduced `redoFromMessageId` parameter in `handleExistingChat` to allow users to specify a message to redo from. - Implemented validation to ensure the specified message belongs to the current chat. - Added `softDeleteMessagesFromPoint` function to soft delete a message and all subsequent messages in the same chat, facilitating the redo feature. * fix electric potential memory leak * tooltip cache and chart cleanup * Update bullet to be more indented * latest version number * add support endpoint to new server * Fix jank in combo bar charts * index check for dashboard * Collapse only if there are metrics * Is finished reasoing back * Update dependencies and enhance chat message handling - Upgraded `@mastra/core` to version 0.10.8 and added `node-sql-parser` at version 5.3.10 in the lock file. - Improved integration tests for chat message redo functionality, ensuring correct behavior when deriving `chat_id` from `message_id`. - Enhanced error handling and validation in the `initializeChat` function to manage cases where `chat_id` is not provided. * Update pnpm-lock and enhance chat message integration tests - Added `node-sql-parser` version 5.3.10 to dependencies and updated the lock file. - Improved integration tests for chat message redo functionality, ensuring accurate deletion and retrieval of messages. - Enhanced the `initializeChat` function to derive `chat_id` from `message_id` when not provided, improving error handling and validation. * remove .env import breaking build * add updated at to the get chat handler * zmall runtime error fix * permission tests passing * return updated at on the get chat handler now * slq parser fixes * Implement chat access control logic and add comprehensive tests - Developed the `canUserAccessChat` function to determine user access to chats based on direct permissions, collection permissions, creator status, and organizational roles. - Introduced helper functions for checking permissions and retrieving chat information. - Added integration tests to validate access control logic, covering various scenarios including direct permissions, collection permissions, and user roles. - Created unit tests to ensure the correctness of the access control function with mocked database interactions. - Included simple integration tests to verify functionality with existing database data. * sql parser and int tests working. * fix test and lint issues * comment to kick off deployment lo * access controls on datasets * electric context bug fix with sql helpers. * permission and read only * Add lru-cache dependency and export cache management functions - Added `lru-cache` as a dependency in the access-controls package. - Exported new cache management functions from `chats-cached` module, including `canUserAccessChatCached`, `getCacheStats`, `resetCacheStats`, `clearCache`, `invalidateAccess`, `invalidateUserAccess`, and `invalidateChatAccess`. * packages deploy as well * wrong workflow lol * Update AppVerticalCodeSplitter.tsx * Add error handling for query run and SQL save operations Co-authored-by: natemkelley <natemkelley@gmail.com> * Trim whitespace from input values before sending chat prompts Co-authored-by: natemkelley <natemkelley@gmail.com> * type in think-and-prep * use the cached access chat * update package version * new asset import message * Error fallback for login * Update BusterChart.BarChart.stories.tsx * Staging changes to fix number card titles, combo chart axis, and using dynamic filters (#386) Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * db init command pass through * combo chart fixes (#387) Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * clarifying question and connection logic * pino pretty error fix * clarifying is a finishing tool * change update latest version logic * Update support endpoint * fixes for horizontal bar charts and added the combo chart logic to update metrics (#388) Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * permission fix on dashboard metric handlers for workspace and data admin * Add more try catches * Hide avatar is no more * Horizontal bar fixes (#389) * fixes for horizontal bar charts and added the combo chart logic to update metrics * hopefully fixed horizontal bar charts --------- Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> * reasoning shimmer update * Make the embed flow work with versions * new account warning update * Move support modal * compact number for pie label * Add final reasoning message tracking and workflow start time to chunk processor and related steps - Introduced `finalReasoningMessage` to schemas in `analyst-step`, `mark-message-complete-step`, and `create-todos-step`. - Updated `ChunkProcessor` to calculate and store the final reasoning message based on workflow duration. - Enhanced various steps to utilize the new `workflowStartTime` for better tracking of execution duration. - Improved database update logic to include `finalReasoningMessage` when applicable. * 9 digit cutoff for pie * trigger update * test on mastra braintrust * test deployment * testing * pnpm install * pnpm * node 22 * pnpm version * trigger main * get initial chat file * hono main deploymenbt * clear timeouts * Remove console logs * migration test to staging * db url * try again * k get rid of tls var * hmmm lets try this * mark migrations * fix migration file? * drizzle-kit upgrade * tweaks to the github actions --------- Co-authored-by: Nate Kelley <nate@buster.so> Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com> Co-authored-by: Nate Kelley <133379588+nate-kelley-buster@users.noreply.github.com> Co-authored-by: Jacob Anderson <jacobanderson@Jacobs-MacBook-Air.local> Co-authored-by: jacob-buster <jacob@buster.so> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: natemkelley <natemkelley@gmail.com>
2025-07-03 05:33:40 +08:00
import { beforeEach, describe, expect, test } from 'vitest';
import { z } from 'zod';
import { validateArrayAccess } from '../../../src/utils/validation-helpers';
// Import the schemas we want to test (extracted from the tool file)
const inputSchema = z.object({
plan: z
.string()
.min(1, 'Plan is required')
.describe('The step-by-step plan for an analytical workflow'),
});
const outputSchema = z.object({
success: z.boolean(),
todos: z.string(),
});
// Define todo item interface for testing
interface TodoItem {
todo: string;
completed: boolean;
[key: string]: unknown;
}
// Mock runtime context for testing
class MockRuntimeContext {
private state: Map<string, unknown> = new Map();
get(key: string): unknown | undefined {
return this.state.get(key);
}
set(key: string, value: unknown): void {
this.state.set(key, value);
}
clear(): void {
this.state.clear();
}
}
// Extract todos from plan text (copied from tool)
function extractTodosFromPlanText(plan: string): TodoItem[] {
const lines = plan.split('\n');
const todos: TodoItem[] = [];
for (const line of lines) {
const trimmed = line.trim();
// Look for numbered items, bullet points, or action words
if (
/^\d+\.\s+/.test(trimmed) || // 1. Create...
/^[-*]\s+/.test(trimmed) || // - Create... or * Create...
/^(create|build|implement|add|setup|configure|test|deploy|verify)\s+/i.test(trimmed) // Action words
) {
const todoText = trimmed
.replace(/^\d+\.\s*/, '') // Remove "1. "
.replace(/^[-*]\s*/, '') // Remove "- " or "* "
.trim();
if (todoText.length > 5 && todoText.length < 150) {
todos.push({
todo: todoText,
completed: false,
});
if (todos.length >= 15) {
break;
}
}
}
}
// If no todos found, create a generic one
if (todos.length === 0) {
todos.push({
todo: 'Review and execute the provided plan',
completed: false,
});
}
return todos;
}
// Process create plan execution (copied from tool)
async function processCreatePlanStraightforward(
params: { plan: string },
runtimeContext?: MockRuntimeContext
): Promise<{ success: boolean; todos: string }> {
if (!runtimeContext) {
throw new Error('Runtime context not found');
}
// Set plan_available to true in agent state
runtimeContext.set('plan_available', true);
let todosString = '';
try {
// Use fallback extraction since we can't mock LLM in unit tests
const todosStateObjects = extractTodosFromPlanText(params.plan);
// Format todos as "[ ] {todo}" strings
const formattedTodos = todosStateObjects
.filter((item) => item.todo && typeof item.todo === 'string')
.map((item) => `[ ] ${item.todo}`);
todosString = formattedTodos.join('\n');
// Save todos to agent state
runtimeContext.set('todos', todosStateObjects);
} catch (error) {
console.warn(
`Failed to generate todos from plan using LLM: ${error instanceof Error ? error.message : String(error)}. Proceeding without todos.`
);
// Set empty todos array on error
runtimeContext.set('todos', []);
}
return {
success: true,
todos: todosString,
};
}
describe('Create Plan Straightforward Tool Unit Tests', () => {
let mockRuntimeContext: MockRuntimeContext;
beforeEach(() => {
mockRuntimeContext = new MockRuntimeContext();
});
describe('Input Schema Validation', () => {
test('should validate correct input format', () => {
const validInput = {
plan: 'Create a comprehensive sales dashboard with monthly trends',
};
const result = inputSchema.safeParse(validInput);
expect(result.success).toBe(true);
});
test('should validate detailed plan input', () => {
const validInput = {
plan: `
**Thought**
Create visualizations for sales analysis.
**Step-by-Step Plan**
1. Create 3 visualizations:
- Monthly sales trend line chart
- Top products bar chart
- Revenue by region pie chart
2. Create dashboard
3. Review and finish
`,
};
const result = inputSchema.safeParse(validInput);
expect(result.success).toBe(true);
});
test('should reject empty plan', () => {
const invalidInput = {
plan: '',
};
const result = inputSchema.safeParse(invalidInput);
expect(result.success).toBe(false);
});
test('should reject missing plan field', () => {
const invalidInput = {};
const result = inputSchema.safeParse(invalidInput);
expect(result.success).toBe(false);
});
test('should reject non-string plan', () => {
const invalidInput = {
plan: 123,
};
const result = inputSchema.safeParse(invalidInput);
expect(result.success).toBe(false);
});
test('should reject null plan', () => {
const invalidInput = {
plan: null,
};
const result = inputSchema.safeParse(invalidInput);
expect(result.success).toBe(false);
});
});
describe('Output Schema Validation', () => {
test('should validate correct output format', () => {
const validOutput = {
success: true,
todos: '[ ] Create sales dashboard\n[ ] Add monthly trend chart\n[ ] Review results',
};
const result = outputSchema.safeParse(validOutput);
expect(result.success).toBe(true);
});
test('should validate output with empty todos', () => {
const validOutput = {
success: true,
todos: '',
};
const result = outputSchema.safeParse(validOutput);
expect(result.success).toBe(true);
});
test('should validate output with single todo', () => {
const validOutput = {
success: false,
todos: '[ ] Single task to complete',
};
const result = outputSchema.safeParse(validOutput);
expect(result.success).toBe(true);
});
test('should reject output without success field', () => {
const invalidOutput = {
todos: 'Some todos',
};
const result = outputSchema.safeParse(invalidOutput);
expect(result.success).toBe(false);
});
test('should reject output without todos field', () => {
const invalidOutput = {
success: true,
};
const result = outputSchema.safeParse(invalidOutput);
expect(result.success).toBe(false);
});
test('should reject output with non-boolean success', () => {
const invalidOutput = {
success: 'true',
todos: 'Some todos',
};
const result = outputSchema.safeParse(invalidOutput);
expect(result.success).toBe(false);
});
test('should reject output with non-string todos', () => {
const invalidOutput = {
success: true,
todos: ['todo1', 'todo2'],
};
const result = outputSchema.safeParse(invalidOutput);
expect(result.success).toBe(false);
});
});
describe('Todo Extraction Logic', () => {
test('should extract numbered todos from plan', () => {
const plan = `
1. Create sales dashboard
2. Add monthly trend chart
3. Include top products visualization
4. Review and publish
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(4);
const todo0 = validateArrayAccess(result, 0, 'numbered todos');
const todo1 = validateArrayAccess(result, 1, 'numbered todos');
const todo2 = validateArrayAccess(result, 2, 'numbered todos');
const todo3 = validateArrayAccess(result, 3, 'numbered todos');
expect(todo0.todo).toBe('Create sales dashboard');
expect(todo1.todo).toBe('Add monthly trend chart');
expect(todo2.todo).toBe('Include top products visualization');
expect(todo3.todo).toBe('Review and publish');
expect(result.every((todo) => todo.completed === false)).toBe(true);
});
test('should extract bullet point todos from plan', () => {
const plan = `
- Build comprehensive analytics dashboard
* Create customer segmentation chart
- Add revenue tracking visualization
* Implement data filtering options
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(4);
const todo0 = validateArrayAccess(result, 0, 'bullet point todos');
const todo1 = validateArrayAccess(result, 1, 'bullet point todos');
const todo2 = validateArrayAccess(result, 2, 'bullet point todos');
const todo3 = validateArrayAccess(result, 3, 'bullet point todos');
expect(todo0.todo).toBe('Build comprehensive analytics dashboard');
expect(todo1.todo).toBe('Create customer segmentation chart');
expect(todo2.todo).toBe('Add revenue tracking visualization');
expect(todo3.todo).toBe('Implement data filtering options');
});
test('should extract action-word based todos', () => {
const plan = `
Create a sales performance dashboard
Build monthly trend visualizations
Implement customer analytics
Add data export functionality
Configure automated reporting
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(5);
const todo0 = validateArrayAccess(result, 0, 'action word todos');
const todo1 = validateArrayAccess(result, 1, 'action word todos');
const todo2 = validateArrayAccess(result, 2, 'action word todos');
const todo3 = validateArrayAccess(result, 3, 'action word todos');
const todo4 = validateArrayAccess(result, 4, 'action word todos');
expect(todo0.todo).toBe('Create a sales performance dashboard');
expect(todo1.todo).toBe('Build monthly trend visualizations');
expect(todo2.todo).toBe('Implement customer analytics');
expect(todo3.todo).toBe('Add data export functionality');
expect(todo4.todo).toBe('Configure automated reporting');
});
test('should limit to 15 todos maximum', () => {
const plan = Array.from({ length: 20 }, (_, i) => `${i + 1}. Task ${i + 1}`).join('\n');
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(15);
});
test('should filter out very short todos', () => {
const plan = `
1. Do
2. Create comprehensive sales dashboard
3. Go
4. Add detailed monthly trend analysis
5. Fix
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(2);
const todo0 = validateArrayAccess(result, 0, 'filtered todos');
const todo1 = validateArrayAccess(result, 1, 'filtered todos');
expect(todo0.todo).toBe('Create comprehensive sales dashboard');
expect(todo1.todo).toBe('Add detailed monthly trend analysis');
});
test('should filter out very long todos', () => {
const longTodo =
'Create a very detailed and comprehensive sales dashboard with multiple visualizations including line charts for trends, bar charts for comparisons, pie charts for distributions, and advanced filtering capabilities that allow users to drill down into specific time periods, regions, and product categories';
const plan = `
1. ${longTodo}
2. Add simple chart
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(1);
const todo0 = validateArrayAccess(result, 0, 'long todo filter');
expect(todo0.todo).toBe('Add simple chart');
});
test('should provide fallback todo when none found', () => {
const plan = `
**Thought**
This is just a thought without actionable items.
**Notes**
Some general notes about the analysis.
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(1);
const todo0 = validateArrayAccess(result, 0, 'fallback todo');
expect(todo0.todo).toBe('Review and execute the provided plan');
expect(todo0.completed).toBe(false);
});
test('should handle empty plan', () => {
const result = extractTodosFromPlanText('');
expect(result).toHaveLength(1);
const todo0 = validateArrayAccess(result, 0, 'empty plan todo');
expect(todo0.todo).toBe('Review and execute the provided plan');
});
});
describe('Plan Processing Logic', () => {
test('should process plan successfully with runtime context', async () => {
const plan = `
1. Create sales dashboard
2. Add trend visualizations
3. Review and publish
`;
const result = await processCreatePlanStraightforward({ plan }, mockRuntimeContext);
expect(result.success).toBe(true);
expect(result.todos).toContain('[ ] Create sales dashboard');
expect(result.todos).toContain('[ ] Add trend visualizations');
expect(result.todos).toContain('[ ] Review and publish');
// Verify state was updated
expect(mockRuntimeContext.get('plan_available')).toBe(true);
const savedTodos = mockRuntimeContext.get('todos');
expect(savedTodos).toHaveLength(3);
const savedTodoItem0 = validateArrayAccess(savedTodos as TodoItem[], 0, 'saved todos');
expect(savedTodoItem0.todo).toBe('Create sales dashboard');
expect(savedTodoItem0.completed).toBe(false);
});
test('should throw error when runtime context is missing', async () => {
const plan = 'Create a dashboard';
await expect(processCreatePlanStraightforward({ plan }, undefined)).rejects.toThrow(
'Runtime context not found'
);
});
test('should handle plan with no extractable todos', async () => {
const plan = `
**Thought**
Just some general thoughts here.
**Notes**
Some random notes without actionable items.
`;
const result = await processCreatePlanStraightforward({ plan }, mockRuntimeContext);
expect(result.success).toBe(true);
expect(result.todos).toBe('[ ] Review and execute the provided plan');
// Verify state was updated
expect(mockRuntimeContext.get('plan_available')).toBe(true);
const savedTodos = mockRuntimeContext.get('todos');
expect(savedTodos).toHaveLength(1);
const savedTodoItem0 = validateArrayAccess(savedTodos as TodoItem[], 0, 'no todos plan');
expect(savedTodoItem0.todo).toBe('Review and execute the provided plan');
});
test('should format todos correctly', async () => {
const plan = `
1. First task
2. Second task
`;
const result = await processCreatePlanStraightforward({ plan }, mockRuntimeContext);
expect(result.todos).toBe('[ ] First task\n[ ] Second task');
});
test('should set plan_available flag in state', async () => {
const plan = '1. Create dashboard';
await processCreatePlanStraightforward({ plan }, mockRuntimeContext);
expect(mockRuntimeContext.get('plan_available')).toBe(true);
});
test('should save todos to state with correct structure', async () => {
const plan = `
1. First task
2. Second task
`;
await processCreatePlanStraightforward({ plan }, mockRuntimeContext);
const savedTodos = mockRuntimeContext.get('todos');
expect(savedTodos).toHaveLength(2);
const savedTodoItem0 = validateArrayAccess(
savedTodos as TodoItem[],
0,
'saved todo structure'
);
const savedTodoItem1 = validateArrayAccess(
savedTodos as TodoItem[],
1,
'saved todo structure'
);
expect(savedTodoItem0).toEqual({
todo: 'First task',
completed: false,
});
expect(savedTodoItem1).toEqual({
todo: 'Second task',
completed: false,
});
});
});
describe('Error Handling', () => {
test('should handle runtime context state update errors gracefully', async () => {
const faultyContext = {
get: () => undefined,
set: () => {
throw new Error('State update error');
},
};
// The error should be caught and handled
await expect(
processCreatePlanStraightforward(
{ plan: '1. Test task' },
faultyContext as unknown as MockRuntimeContext
)
).rejects.toThrow('State update error');
});
test('should handle invalid plan input gracefully', async () => {
// Test with various edge cases
const edgeCases = [
'',
' ',
'\n\n\n',
'No actionable items here just text',
'####### Headers only #######',
];
for (const plan of edgeCases) {
const result = await processCreatePlanStraightforward({ plan }, mockRuntimeContext);
expect(result.success).toBe(true);
expect(result.todos).toBe('[ ] Review and execute the provided plan');
}
});
});
describe('Pattern Recognition', () => {
test('should recognize various action verbs', () => {
const actionVerbs = [
'create',
'build',
'implement',
'add',
'setup',
'configure',
'test',
'deploy',
'verify',
];
for (const verb of actionVerbs) {
const plan = `${verb} a comprehensive dashboard`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(1);
const todo0 = validateArrayAccess(result, 0, 'verb recognition');
expect(todo0.todo).toBe(`${verb} a comprehensive dashboard`);
}
});
test('should recognize case-insensitive action verbs', () => {
const plan = `
CREATE dashboard
Build analytics
IMPLEMENT features
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(3);
const todo0 = validateArrayAccess(result, 0, 'case insensitive verbs');
const todo1 = validateArrayAccess(result, 1, 'case insensitive verbs');
const todo2 = validateArrayAccess(result, 2, 'case insensitive verbs');
expect(todo0.todo).toBe('CREATE dashboard');
expect(todo1.todo).toBe('Build analytics');
expect(todo2.todo).toBe('IMPLEMENT features');
});
test('should handle numbered lists with various formats', () => {
const plan = `
1. Create dashboard (space after period)
2. Build charts (space after period)
3. Add filters (multiple spaces)
`;
const result = extractTodosFromPlanText(plan);
expect(result).toHaveLength(3);
const todo0 = validateArrayAccess(result, 0, 'numbered list formats');
const todo1 = validateArrayAccess(result, 1, 'numbered list formats');
const todo2 = validateArrayAccess(result, 2, 'numbered list formats');
expect(todo0.todo).toBe('Create dashboard (space after period)');
expect(todo1.todo).toBe('Build charts (space after period)');
expect(todo2.todo).toBe('Add filters (multiple spaces)');
});
});
});