Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## [0.5.0] - 2026-03-28

### Added
- **Token optimizer** — reduces prompt token usage across all skill and agent templates while preserving semantic content; auto-trims discovery, generation, and sync prompts
- **Plan + execute agent pair** — two new agent templates for structured plan-then-execute workflows
- **`doc graph --remove`** — remove graph artifacts (graph.json, graph-index.json, code-map.md) from a repo
- **Dev docs commands** — refreshed `dev-docs` and `dev-docs-update` command templates

### Changed
- **CLAUDE.md generation** — improved code-running rule in generated CLAUDE.md files

## [0.4.0] - 2026-03-24

### Added
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspens",
"version": "0.4.0",
"version": "0.5.0",
"description": "Generate and maintain AI-ready documentation for any codebase",
"type": "module",
"bin": {
Expand Down
Loading