v0.3.0 — Import Graph + Windows Support #28
mvoutov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
aspens v0.3.0 is out on npm.
What's new
Import graph persistence
aspens now builds a structural map of your codebase that persists across sessions. Three artifacts land in
.claude/:graph.json— full import graph (hubs, clusters, edges, hotspots)graph-index.json— tiny lookup index for fast prompt matchingcode-map.md— codebase overview injected into every Claude promptRun
aspens doc graph .to build it.aspens doc syncrebuilds it automatically on every commit.Graph context hook
Install the hook to get smart per-prompt context injection — Claude sees which files are hubs, what depends on what, and which cluster a file belongs to, automatically:
aspens add hook graph-context-prompt aspens doc graph .--domainsflag for targeted retriesRetry specific failed domains without touching the base skill or CLAUDE.md:
aspens doc init --mode chunked --domains "auth,payments" /path/to/repoFixed
spawn claude ENOENTis fixed — aspens now correctly findsclaude.cmdon Windows (Bug:spawn claude ENOENTon Windows #25, thanks @ckwich)--mode base-onlynow correctly generates the base skill (regression introduced in 0.2.x)doc syncnow surface as warningsUpgrade steps
No breaking changes. After updating:
aspens doc sync # rebuilds graph + refreshes skillsFull release notes: https://github.com/aspenkit/aspens/releases/tag/v0.3.0
Beta Was this translation helpful? Give feedback.
All reactions