weavegraph 0.3.0

Graph-driven, concurrent agent workflow framework with versioned state, deterministic barrier merges, and rich diagnostics.
Documentation
# Generated by Cargo
# will have compiled files and executables
debug
target
/target

# Remove the lock file if present
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

.DS_Store
.idea/
docs/*.docx
docs/*.excalidraw
docs/*.png
external/
*.DS
*.db
*.env
*.sqlite
data/*.db
data/*.sqlite
data/*.tmp
.vscode/
tmp/

# Prevent committing test binaries
test_deprecation
/test_*