mirror of
https://github.com/Graphify-Labs/graphify.git
synced 2026-09-14 19:34:09 +08:00
a8005c218a
Adds Kilo Code as a supported platform: native skill + /graphify command, install/uninstall, and a .kilo tool.execute.before plugin (mirroring the OpenCode integration). JSONC config is handled non-destructively - existing .kilo/kilo.jsonc is read but never rewritten; automated plugin registration goes to kilo.json, preserving user comments (addresses the Qodo review flag). Verified locally: full suite 1525 passed, install/uninstall smoke test works.
16 lines
407 B
Markdown
16 lines
407 B
Markdown
---
|
|
description: Build or query a graphify knowledge graph
|
|
---
|
|
|
|
Invoke the `graphify` skill immediately.
|
|
|
|
Pass the full `/graphify` argument string through unchanged.
|
|
If no arguments were supplied, treat the target path as `.`.
|
|
|
|
Examples:
|
|
- `/graphify`
|
|
- `/graphify src --update`
|
|
- `/graphify query "what connects auth to billing?"`
|
|
|
|
Do not answer from raw files before handing off to the `graphify` skill.
|