* Validates that a set of dependencies won't create cycles for a given task. * Throws an error if a circular dependency is detected. * * @param taskId - The task ID that will have these dependencies * @param dependencies - Array of dependency task IDs to validate * @throws Error if a
(taskId: string, dependencies: string[])
source not stored for this graph (policy: none)
no test coverage detected