Commit d254e46
feat: standalone core engine, query CLI, tests, CI (#3)
- graphify-core.sh: build knowledge graphs from any codebase using only
bash + jq + python3 (stdlib). Supports TS/JS, Python, Go, Bash, SQL,
Markdown, and more. No API keys or external packages required.
- graphify-query.sh: search, shortest path, impact analysis, god-nodes,
neighbors, and statistics — all from the terminal.
- 31-test suite covering graph building, querying, impact, merge, and
error handling.
- GitHub Actions CI with shellcheck.
- Sample project with TypeScript + Markdown for testing.
- Pre-commit hook example for impact-gated commits.
- Updated README with comprehensive docs, real examples, comparison.
- CHANGELOG added.
Graphify Toolkit is now fully standalone — no external graphify package
or API key required. The Python package remains optional for semantic
enrichment.
Co-authored-by: Frederik <fvdh@gmx.de>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent ccb98f9 commit d254e46
15 files changed
Lines changed: 1592 additions & 73 deletions
File tree
- .github/workflows
- core
- examples
- output
- sample-project
- docs
- src
- api
- auth
- utils
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments