aspens v0.2.0 + v0.2.1 released — import graph, parallel agents, reliability fixes #12
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 now understands your codebase before writing skills.
v0.2.0 — Import Graph + Parallel Agents
The scanner builds an import graph that maps every dependency in your repo. It knows which files are hubs (imported by many others), how domains are coupled, and which files have the most git churn.
Two parallel Claude agents explore the codebase — one discovers feature domains (auth, billing, courses — not just directory names), the other analyzes architecture and patterns. Skill generation then runs up to 3 domains concurrently.
Tested on a 287-file fullstack app: 470 import edges resolved, 12 feature domains discovered autonomously, 7 minutes total.
v0.2.1 — Reliability Fixes
CLAUDE.md and base skill sometimes failed to generate because Claude didn't wrap output in the expected XML tags. aspens now detects this and retries automatically (up to 2 times with a format reminder).
Also added: subdirectory tsconfig resolution for monorepos, vendored code exclusion, and 9 wiki documentation pages.
Try it
Full changelogs: v0.2.0 | v0.2.1
Beta Was this translation helpful? Give feedback.
All reactions