This website requires JavaScript.
Explore
Help
Sign In
alkdev
/
flowgraph
Watch
2
Star
0
Fork
0
You've already forked flowgraph
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
65
Commits
7
Branches
0
Tags
feat/analysis-ordering
Go to file
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
glm-5.1
fb921f9a29
feat: add execution ordering analysis functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom, ancestors, descendants)
2026-05-21 21:58:30 +00:00
.opencode
/agents
fix(coordinator): use remote:true on cleanup remove, document merged cleanup action
2026-05-21 20:44:19 +00:00
docs
fix: architecture review - address 5 critical issues, 6 warnings, 3 suggestions
2026-05-21 19:40:45 +00:00
src
feat: add execution ordering analysis functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom, ancestors, descendants)
2026-05-21 21:58:30 +00:00
tasks
chore: update task statuses to completed for graph-validation, host-graphology, graph-construction-operation, reactive-workflow-root
2026-05-21 21:46:29 +00:00
test
feat: add execution ordering analysis functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom, ancestors, descendants)
2026-05-21 21:58:30 +00:00
.gitignore
chore: add .worktrees/ to .gitignore
2026-05-21 20:51:33 +00:00
AGENTS.md
init
2026-05-18 11:49:10 +00:00
package-lock.json
setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders
2026-05-21 20:46:10 +00:00
package.json
setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders
2026-05-21 20:46:10 +00:00
tsconfig.json
setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders
2026-05-21 20:46:10 +00:00
tsup.config.ts
setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders
2026-05-21 20:46:10 +00:00
vitest.config.ts
setup: add vitest test infrastructure with helpers, fixtures, and reactive test patterns
2026-05-21 20:52:04 +00:00
Description
No description provided
1
MiB
Languages
TypeScript
100%