v0.7.19

Graphify-Labs/graphifyv0.7.19May 14, 2026by safishamsi

AI Summary

Adds support for the `.astro` file format and resolves a lock file orphan issue.

Key Highlights

  • Added `.astro` support for frontmatter static imports, dynamic imports, and script blocks.
  • Fixed `.rebuild.lock` orphan issue where PIDs accumulated and blocked tooling.
  • Clarified documentation regarding API key handling in skill runs.

New Features

  • .astro framework support
  • Lock file orphan fix

Full Release Notes

## 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
\`\`\`