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
95c8146af7f2a55b2f8bee1f22600934158de88d
taskgraph_ts
/
tasks
/
implementation
/
graph
History
glm-5.1
95c8146af7
Merge graph/construction: fromTasks, fromRecords, fromJSON, addTask, addDependency
...
# Conflicts: # src/graph/construction.ts
2026-04-27 12:07:41 +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
Decompose architecture into 28 atomic implementation tasks
2026-04-27 08:30:05 +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