symgraph 2026.6.20

Semantic code intelligence library and MCP server - build knowledge graphs of codebases
Documentation
1
2
3
4
5
6
7
# symgraph

## Branching & workflow

- **Work directly on `main`.** Do not create feature branches. Commit changes straight to `main` and push to `origin/main`.
- Keep `main` releasable: build and tests should pass before each push.
- Do not open PRs for routine work; merge by committing to `main`.