Skip to content

Commit 2e7fae5

Browse files
committed
release: cut v1.0.5
1 parent 8269b92 commit 2e7fae5

23 files changed

Lines changed: 541 additions & 561 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
test -f README.md
7777
test -f README_zh.md
7878
test -d skills
79-
test -f skills/nanoskills_project_builder/nanoskills_project_builder.md
80-
test -f skills/nanoskills_usage_guide/nanoskills_usage_guide.md
79+
test -f skills/nanoskills_builder/SKILL.md
80+
test -f skills/nanoskills_usager/SKILL.md
8181
8282
- name: Build and Upload Binary
8383
# 這個神級 Action 會自動處理 Rust 工具鏈安裝、編譯(--release)、打包(tar.gz/zip) 並上傳到 Release 頁面

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project follows [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.0.5] - 2026-03-27
11+
12+
### Added
13+
14+
- New `nanoskills config` command to print three config snapshots: default, current-directory local, and effective merged config.
15+
- New integration test coverage for config snapshot output (`cli_config_show_test`).
16+
17+
### Changed
18+
19+
- Reworked bundled skills into standardized `SKILL.md` format under:
20+
- `skills/nanoskills_builder/SKILL.md`
21+
- `skills/nanoskills_usager/SKILL.md`
22+
- README and README_zh were rewritten and aligned to emphasize:
23+
- fast skill retrieval (`skill find`) for agent loops
24+
- deep agent/runtime JSON integration
25+
- script-based skills beyond Markdown-only systems
26+
- Repository docs were consolidated into README files (removed standalone `docs/` pages).
27+
28+
### Fixed
29+
30+
- Release workflow packaging verification now checks current bundled skill paths (`skills/nanoskills_builder/SKILL.md`, `skills/nanoskills_usager/SKILL.md`) so tag-triggered releases pass asset validation.
31+
1032
## [1.0.4] - 2026-03-24
1133

1234
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nanoskills"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
edition = "2024"
55
description = "Zero-config local skill indexing and search CLI for AI Agents"
66
license = "MIT"

0 commit comments

Comments
 (0)