mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
- Add edge dragging to create dependencies in graph view - Add spawn sub-task action available in graph view and kanban board - Implement ancestor context selection when spawning tasks - Add dependency validation (circular, self, duplicate prevention) - Include ancestor context in spawned task descriptions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
10 lines
349 B
TypeScript
10 lines
349 B
TypeScript
export * from './model-constants';
|
|
export * from './model-selector';
|
|
export * from './thinking-level-selector';
|
|
export * from './profile-quick-select';
|
|
export * from './testing-tab-content';
|
|
export * from './priority-selector';
|
|
export * from './branch-selector';
|
|
export * from './planning-mode-selector';
|
|
export * from './ancestor-context-section';
|