feat: add Asana integration skeleton for agent task sourcing - #383
Draft
ayushshukla1807 wants to merge 1 commit into
Draft
feat: add Asana integration skeleton for agent task sourcing#383ayushshukla1807 wants to merge 1 commit into
ayushshukla1807 wants to merge 1 commit into
Conversation
ayushshukla1807
marked this pull request as draft
June 22, 2026 20:30
Author
|
Hey team! I have an interview for the ML Engineer Intern role today and was deeply exploring the 20x architecture. I saw Asana was next up on the roadmap and wanted to take a stab at laying out the TaskSourcePlugin skeleton for it to understand how the plugin registry connects to the agents. |
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
This PR introduces the initial architectural skeleton for the Asana integration (
AsanaPlugin), expanding the available task sources for agent orchestration. It implements the coreTaskSourcePlugininterface, establishing the necessary PAT configuration schema and mapping Asana'sgidandnotesto the internalTaskRecordschema.This lays the groundwork for allowing agents (Claude Code / OpenCode / Codex) to fetch context directly from Asana workspaces and execute
ChangeStatusactions natively.Related Issue
Addresses the Asana integration mentioned in the planned project roadmap.
Changes
AsanaPluginclass extendingTaskSourcePlugin.gid,name,notes,due_on) to local task definitions (external_id,title,description).PluginRegistry(src/main/index.ts).Mark Complete) for future agent execution.Testing
PluginRegistrywithout breaking existing Linear or HubSpot initializations.Checklist
pnpm typecheckpassespnpm buildsucceedspnpm test:runpasses