v0.4.0 — Refresh Mode, Custom Skills, & Module Split #30
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.4.0 is out — release notes | npm
Highlights
doc sync --refreshReview and update all skills against your current codebase — no git diff needed. Run it periodically to catch drift, or after big refactors:
add skillCreate custom skills for team conventions, workflows, or processes:
Interactive file picker
Large diffs (>80k chars) now show a file picker so you control what Claude analyzes. Skill-relevant files are pre-selected.
Under the hood
doc-sync.jssplit from 813 → 540 lines into focused modulesexecFileSync(no shell interpolation)skill-rules.jsonnow regenerated on every sync writeUpgrade
npm install -g aspens@latest aspens doc init --hooks-only # update hooksExisting skills are fully compatible — no migration needed.
Full changelog: CHANGELOG.md
Beta Was this translation helpful? Give feedback.
All reactions