ll-skills 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  Formato baseado em [Keep a Changelog](https://keepachangelog.com/pt-BR/1.1.0/). A skill `ll-atualizar` lê este arquivo para mostrar o que mudou entre a versão instalada e a publicada.
4
4
 
5
+ ## [1.0.1] - 2026-09-07
6
+
7
+ ### Adicionado
8
+
9
+ - Publicação no npm pela CI via Trusted Publishing (`.github/workflows/publish.yml`): tag `vX.Y.Z` confere tag × package.json × CHANGELOG, roda o smoke test e publica com proveniência.
10
+ - `npm test` roda `scripts/smoke-test.sh`, que instala num `CLAUDE_CONFIG_DIR` isolado e verifica poda, preservação de hooks alheios, idempotência, hook de aviso e `--uninstall`.
11
+
12
+ ### Alterado
13
+
14
+ - README: rotina de release com `npm version` + `git push --follow-tags`.
15
+
5
16
  ## [1.0.0] - 2026-09-06
6
17
 
7
18
  ### Alterado
@@ -11,7 +22,6 @@ Formato baseado em [Keep a Changelog](https://keepachangelog.com/pt-BR/1.1.0/).
11
22
  - Instalador limpa a instalação anterior: desinstala o plugin legado `ll-skills@ll-skills`, poda arquivos órfãos de instalações standalone anteriores e apaga o cache antigo.
12
23
  - Hook de aviso de atualização reescrito em Node; compara a versão instalada com a publicada no npm.
13
24
  - `ll-atualizar` passa a rodar `npx --yes ll-skills@latest` e mostra o changelog a partir deste arquivo.
14
- - Publicação no npm pela CI com Trusted Publishing: tag `vX.Y.Z` dispara verificação (tag × package.json × CHANGELOG), smoke test e `npm publish` com proveniência.
15
25
 
16
26
  ### Removido
17
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ll-skills",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pipeline de desenvolvimento orientado a evidência para Claude Code: pesquisa de mercado, premortem, POCs desarmadoras, spec por entrevista e verificação de entrega",
5
5
  "bin": {
6
6
  "ll-skills": "bin/install.js"