Skip to content

feat: work item dependency graph with blocked status and notifications#106

Draft
DorianZheng wants to merge 2 commits into
mainfrom
feat/work-item-dependency-graph
Draft

feat: work item dependency graph with blocked status and notifications#106
DorianZheng wants to merge 2 commits into
mainfrom
feat/work-item-dependency-graph

Conversation

@DorianZheng

Copy link
Copy Markdown
Collaborator

Summary

  • Adds work item dependency tracking with cycle detection and agent actions to add/remove dependencies.
  • Prevents blocked work items from moving to active until dependencies reach acceptance or done.
  • Adds blocked indicators, dependency management UI, and a dependency graph view for projects.
  • Notifies assigned agents when a dependency resolves and their item becomes unblocked.

Validation

  • pnpm exec vitest run src/shared/workflow/dependency-utils.test.ts src/electron/main/agent-actions/handlers/items.test.ts src/electron/main/agent-actions/handlers/validators.test.ts src/electron/main/agent-actions/register-actions.test.ts src/renderer/features/workflow/components/WorkflowBoard.test.tsx
  • pnpm run typecheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant