33[ 中文安装说明] ( INSTALLATION.zh-CN.md )
44
55The public first-party collection's current stable release is
6- [ v0.1.0] ( https://github.com/LightDevCoder/skills/releases/tag/v0.1.0 ) . The
7- working tree also prepares v0.1.1 as a release candidate; its tag and
8- fresh-install proof are still release-gate evidence. Until those are recorded,
9- the v0.1.1 commands below are targets rather than verified installation claims.
6+ [ v0.1.1] ( https://github.com/LightDevCoder/skills/releases/tag/v0.1.1 ) , commit
7+ ` c50f1ef403a5f0bfe02e75d1aeff2c237556db63 ` . Fresh-install evidence for the
8+ published tag is recorded in the [ release evidence] ( evidence/releases/v0.1.1/ ) .
109Package contracts remain inside ` skills/<name>/ ` ; this document is the
1110installation authority and does not replace host-specific discovery rules.
1211
@@ -21,7 +20,7 @@ and [Git helper](https://raw.githubusercontent.com/vercel-labs/skills/main/src/g
2120
2221## Historical v0.1.0 verification
2322
24- The current stable release is the published v0.1.0 snapshot at commit
23+ The historical stable release was the published v0.1.0 snapshot at commit
2524` fb36fc2dad39ee94ad4aa25a5fee3c87c54f05f2 ` . The following unqualified
2625commands are retained as historical commands from that published release. The
2726summarized CLI, host, destination, validator, and known evidence limits are
@@ -38,18 +37,18 @@ receipt did not record them.
3837
3938That historical verification does not change the CLI revision semantics: an
4039unqualified source follows the repository's default revision and is not a
41- permanent v0.1.0 pin. The v0.1.1 candidate commands below use an explicit tag.
40+ permanent v0.1.0 pin. The published v0.1.1 commands below use an explicit tag.
4241
4342The target release commands are:
4443
4544``` text
46- npx skills add LightDevCoder/skills#v0.1.1
47- npx skills add LightDevCoder/skills#v0.1.1 --skill review-loop
45+ npx skills add LightDevCoder/skills#v0.1.1 --yes --copy --agent codex
46+ npx skills add LightDevCoder/skills#v0.1.1 --skill review-loop --yes --copy --agent codex
4847```
4948
50- After the release gate passes, the first installs the five-package collection
51- and the second selects one complete package at the same tag. Always record the actual CLI version, host ,
52- destination, discovery result, and smoke result; see the
49+ The first installs the five-package collection and the second selects one
50+ complete package at the same tag. The verified CLI version, destination class ,
51+ discovery result, and smoke result are recorded in the
5352[ v0.1.1 installation record] ( evidence/releases/v0.1.1/INSTALLATION_VERIFICATION.md ) .
5453
5554## Supported installation scopes
0 commit comments