Parent Issue: #311
Agent Type: general-purpose
Branch: 311-fix/can-u-test-out-the-gh-orchestration-plug
Task Description
Create test utility file
Task Prompt
Create a simple test utility file at plugins/github-orchestration/tests/utils/test-helpers.ts that exports a function formatTestResult(passed: boolean, message: string): string which returns a formatted string like "[PASS] message" or "[FAIL] message".
Keep it simple - just the one function. This is to test the stacked PR workflow hooks.
Parent Issue: #311
Agent Type: general-purpose
Branch:
311-fix/can-u-test-out-the-gh-orchestration-plugTask Description
Create test utility file
Task Prompt
Create a simple test utility file at
plugins/github-orchestration/tests/utils/test-helpers.tsthat exports a functionformatTestResult(passed: boolean, message: string): stringwhich returns a formatted string like "[PASS] message" or "[FAIL] message".Keep it simple - just the one function. This is to test the stacked PR workflow hooks.