Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
update-jj
// Updates the jj-lib and jj-cli dependencies. Use when asked to update the jj version.
$ git log --oneline --stat
stars:821
forks:42
updated:2026年1月18日 08:25
SKILL.md
// Updates the jj-lib and jj-cli dependencies. Use when asked to update the jj version.
| name | update-jj |
| description | Updates the jj-lib and jj-cli dependencies. Use when asked to update the jj version. |
jj-lib and jj-cli to the required version. This will either be a published version like version = "0.37.0" or a branch name like git = "https://github.com/jj-vcs/jj.git", branch = "main".cargo update, which will update Cargo.lock.It's likely that jj API changes will require modifications to gg code. Make any necessary modifications, maintaining gg's current behaviour.
For examples of how to use modified jj APIs, consult the source code at https://github.com/jj-vcs/jj - the jj-cli code (cli/ directory) often makes use of jj-lib code (lib/ directory) in similar ways to gg.
cargo check - there should be no warnings or errors.cargo test - all tests should pass.cargo gen to regenerate Typescript types and then npm run check to verify them.