Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:365
forks:25
updated:2026년 3월 18일 12:05
SKILL.md
| name | changelog |
| description | Use when writing or editing CHANGELOG.md entries |
Follows Keep a Changelog loosely. No ### Added / ### Fixed sub-headers — the entry verb carries the category.
## [Unreleased]
- Added `Env::open_channel` for pipe-based communication (Emacs 28+).
- On Windows, this requires linking against the same CRT as Emacs.
## [0.20.0] - 2026-03-04
- Added `use_functions!`, which enables module code to cache references to Lisp functions.
- Implemented `PartialEq` for `Value`, `GlobalRef`, `OnceGlobalRef`.
+ sub-bullets for closely related details`Env::open_channel`, `#[defun]`Every version must have a compare URL at the bottom:
[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.20.0...HEAD
[0.20.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.19.0...0.20.0