Skip to content

v0.7.19

Choose a tag to compare

@safishamsi safishamsi released this 14 May 10:44

What's new

  • .astro support — frontmatter static imports, dynamic imports, and `<script>` block imports all produce edges; tsconfig path aliases resolved (#850)
  • Fix .rebuild.lock orphan — lock file now contains a single PID while running and is unlinked on release; no more PID accumulation or orphan locks blocking downstream tooling (#858)
  • Docs — skill.md clarifies graphify does not read `ANTHROPIC_API_KEY` or other provider keys during `/graphify` skill runs

Install / upgrade

```
pip install -U graphifyy

or

uv tool install graphifyy
```