This website requires JavaScript.
Explore
Help
Sign In
alkdev
/
taskgraph_ts
Watch
2
Star
0
Fork
0
You've already forked taskgraph_ts
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cedbf3098b16a447d0f831b083dcfbb49dc6a68b
taskgraph_ts
/
tasks
/
implementation
/
graph
History
glm-5.1
b0d943f4e6
Merge graph/queries: 7 query methods with 45 tests
...
# Conflicts: # src/graph/construction.ts
2026-04-27 12:13:15 +00:00
..
construction.md
feat(graph/construction): implement TaskGraph construction methods
2026-04-27 11:59:56 +00:00
export.md
feat(graph/export): implement export() and toJSON() methods on TaskGraph
2026-04-27 11:49:11 +00:00
mutation.md
feat(graph/mutation): implement removeTask, removeDependency, updateTask, updateEdgeAttributes
2026-04-27 11:51:57 +00:00
queries.md
feat(graph/queries): implement query methods — hasCycles, findCycles, topologicalOrder, dependencies, dependents, taskCount, getTask
2026-04-27 12:00:17 +00:00
subgraph-and-validation.md
Decompose architecture into 28 atomic implementation tasks
2026-04-27 08:30:05 +00:00
taskgraph-class.md
feat(graph/taskgraph-class): implement TaskGraph class skeleton with graphology DirectedGraph
2026-04-27 11:29:59 +00:00