[Bug]: specify init writes speckit.manifest.json without the speckit-converge skill it just installed
- Lenguaje dominante
- Python
- Estrellas
- 137k
- Forks
- 12.3k
- Merge medio
- 2 d 12 h
- PR fusionados (30 d)
- 159
Descripción
## Version
spec-kit v1.0.1, `specify init --here --integration claude --force`
## Description
After an in-place upgrade, `.specify/integrations/speckit.manifest.json` lists 9 `speckit-*` SKILL.md entries under `files` — but init also installed `.claude/skills/speckit-converge/SKILL.md`, which is absent from the manifest.
Any tooling that uses the manifest to classify vendored files (pristine / modified / missing / untracked — e.g. deciding whether the next `specify init` will clobber local work) sees converge as **untracked**: it cannot be classified at all, which is the worst of the four states for a file the installer itself owns.
Observed identically on two independent upgrades (a template repo and a workflows repo, both 0.5.0 → v1.0.1 in-place).
## Expected behavior
The generated manifest includes every skill file the init run installs, converge included.
Guía de contribución
Línea de trabajo
Reproduce con `specify init --here --integration claude --force` usando spec-kit v1.0.1 y compara `.specify/integrations/speckit.manifest.json` con el `.claude/skills/speckit-converge/SKILL.md` instalado y los demás archivos `speckit-*` enumerados. Sigue la ruta de generación del manifiesto de init y verifica que el manifiesto generado incluya todos los archivos de skill instalados por el comando, incluido converge.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- cli, tooling
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Activo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 72/100