@dforce2055/dai 0.1.0 → 0.1.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.
- package/CHANGELOG.md +10 -0
- package/README.md +1 -3
- package/VERSION +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
Formato basado en [Keep a Changelog](https://keepachangelog.com/). Versionado semver
|
|
4
4
|
(ver `VERSION`).
|
|
5
5
|
|
|
6
|
+
## [0.1.1] — 2026-07-06
|
|
7
|
+
|
|
8
|
+
Solo documentación y metadata — **el CLI no cambia** (mismo `ac_hash`, mismo protocolo).
|
|
9
|
+
|
|
10
|
+
### Cambiado
|
|
11
|
+
- `homepage` del paquete → el sitio de GitHub Pages (`dforce2055.github.io/dai`).
|
|
12
|
+
- Badge de npm activado en el README (tras el primer publish).
|
|
13
|
+
- Conteo de tests corregido en `RELEASING.md` (48 → 87).
|
|
14
|
+
|
|
6
15
|
## [0.1.0] — 2026-07-06
|
|
7
16
|
|
|
8
17
|
Primera versión: metodología completa + CLI de trazabilidad, probado end-to-end contra
|
|
@@ -43,4 +52,5 @@ ClickUp y Jira Cloud.
|
|
|
43
52
|
- Tests de las rutas de red (jira/clickup/forge) con `fetch` mockeado. Sin links rotos;
|
|
44
53
|
`files` de npm sin tests ni secretos.
|
|
45
54
|
|
|
55
|
+
[0.1.1]: https://github.com/dforce2055/dai/releases/tag/v0.1.1
|
|
46
56
|
[0.1.0]: https://github.com/dforce2055/dai/releases/tag/v0.1.0
|
package/README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
# dai — Desarrollo Asistido por IA
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@dforce2055/dai)
|
|
3
4
|
[](https://github.com/dforce2055/dai/actions/workflows/ci.yml)
|
|
4
5
|
[](LICENSE)
|
|
5
6
|
[](package.json)
|
|
6
7
|
[](CONTRIBUTING.md)
|
|
7
8
|
[](https://dforce2055.github.io/dai/)
|
|
8
|
-
<!-- El badge de npm se agrega tras `npm publish` (snippet en RELEASING.md):
|
|
9
|
-
[](https://www.npmjs.com/package/@dforce2055/dai)
|
|
10
|
-
-->
|
|
11
9
|
|
|
12
10
|
|
|
13
11
|
> **dai ayuda a los equipos a desarrollar software en menos tiempo y con más calidad** —
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dforce2055/dai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Metodología de desarrollo asistido por IA — CLI de acciones deterministas (trazabilidad QUÉ↔CÓMO).",
|
|
5
5
|
"repository": { "type": "git", "url": "git+https://github.com/dforce2055/dai.git" },
|
|
6
|
-
"homepage": "https://github.
|
|
6
|
+
"homepage": "https://dforce2055.github.io/dai/",
|
|
7
7
|
"bugs": { "url": "https://github.com/dforce2055/dai/issues" },
|
|
8
8
|
"keywords": [
|
|
9
9
|
"ai",
|