Conversation
04c7ec0 to
7cac781
Compare
Add a PostHog fake implementing event capture, feature flag evaluation, and user/group identification for AI agent testing. Endpoints: - POST /batch/ (capture, set, set_once, group_identify) - POST /flags/ (feature_enabled, get_feature_flag, get_all_flags) - POST /decide/ (legacy flag evaluation) - GET /api/feature_flag/local_evaluation/ (load_feature_flags) 19 contract tests verify all endpoints using the official PostHog Python SDK v7.9. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Adds a stateful fake of the Todoist REST API v2 with 10 contract test modules covering tasks, projects, sections, labels, comments, subtasks, due dates, filtering, and cross-resource agent workflows. Generated by da-agent (multi-phase pipeline). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Missing tool declaration caused CI to fail with "No such file or directory" because uv/python weren't installed by mise. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7cac781 to
7ddbc7c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
API Coverage
Contract Tests
10 test modules in
services/todoist/contracts/:test_task_crud_lifecycletest_task_completion_lifecycletest_project_managementtest_section_organizationtest_label_managementtest_comment_threadingtest_subtask_hierarchytest_due_dates_and_prioritiestest_task_filtering_and_searchtest_cross_resource_agent_workflowsRunning tests
Test plan
doubleagent run todoiststarts the server correctly🤖 Generated with da-agent + Claude Code