@ingeniomaps/cauce 0.4.0 → 0.4.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 CHANGED
@@ -8,6 +8,14 @@ esa operación sea confiable en vez de sólo cómoda: acá se lee qué cambió a
8
8
  un cambio en el protocolo, en las reglas del sistema o en un guard es visible para el usuario y sube
9
9
  minor aunque no toque una sola línea de código.
10
10
 
11
+ ## [0.4.1] - 2026-08-15
12
+
13
+ ### Corregido
14
+
15
+ - Al mover los equipos al paquete se fue con ellos su documentación, así que una instancia nueva se
16
+ quedaba sin `teams/README.md` ni la plantilla: sabía que podía escribir equipos propios, pero no
17
+ con qué contrato. Lo que le habla a la empresa viaja con la instancia aunque la colección no.
18
+
11
19
  ## [0.4.0] - 2026-08-15
12
20
 
13
21
  ### Cambiado
@@ -23,6 +23,8 @@ const SYSTEM_FILES = [
23
23
  'planning/roadmap/README.md',
24
24
  'planning/roadmap/epic-000-template.md',
25
25
  'organization/roles/README.md',
26
+ 'teams/000-template.md',
27
+ 'teams/README.md',
26
28
  ]
27
29
 
28
30
  // Colecciones mixtas: el toolkit posee `<dir>/system/`, el proyecto todo lo demás del directorio.
@@ -50,7 +52,7 @@ const TEMPLATE_OWNED = ['automatization/runners/README.md']
50
52
 
51
53
  // Dentro del paquete, lo que una instancia recibe en su raíz vive bajo `template/`; el catálogo,
52
54
  // los equipos y la automatización están en la raíz del paquete, y el motor en `engine/`.
53
- const TEMPLATE_PREFIXES = ['planning/', 'organization/', 'integrations/']
55
+ const TEMPLATE_PREFIXES = ['planning/', 'organization/', 'integrations/', 'teams/']
54
56
 
55
57
  function sourceOf(relative) {
56
58
  if (relative === '.ops/engine') return 'engine'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ingeniomaps/cauce",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Sistema portable de planificación y ejecución verificable para cualquier proyecto",
5
5
  "type": "commonjs",
6
6
  "bin": {
File without changes
File without changes