Skip to content

Commit 0aea659

Browse files
authored
chore: alinear version 4.2.0 con el Marketplace + changelog 4.1.x (#75)
1 parent 211cf7c commit 0aea659

5 files changed

Lines changed: 25 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# ALDC Core Changelog
2+
## [4.2.0] - 2026-06-12
23

4+
### Fixed
5+
6+
- **Fase 0 conformidad** (PR #74): contadores contradictorios en CLAUDE.md, 3 enlaces rotos en README, primitivos sin declarar en aldc.yaml (al-triage, skill-manifest, skill-contribution-assistant, al-agent.build-instructions), y fichero `packages/foundation/skills/skill-manifest/SKILL.md` truncado (afectaba al empaquetado del VSIX).
7+
- Contadores del banner de `install.js` alineados con la realidad (10 agentes / 16 skills / 11 workflows / 9 instructions).
8+
9+
### Added
10+
11+
- `ARCHITECTURE.md` — mapa fuente ↔ generado ↔ canal de distribución.
12+
- `scripts/check-conformance.js` — verificador de conformidad, integrado en CI.
13+
- `scripts/sync-foundation.js` — sincronización raíz → packages/foundation (fuente del VSIX), con modo `--check` en CI.
14+
- Nota de contexto del ecosistema (CIRCE → Copilot Studio, DELFOS → Power BI) en skill-manifest.
15+
16+
### Removed
17+
18+
- `packages/foundation/skills/skill-manifest/samples/` (duplicado de `examples/`, sin referencias).
19+
20+
## [4.1.1 – 4.1.8]
21+
22+
- Releases solo de la extensión VS Code en el Marketplace (sin cambios de framework en este repositorio).
323
## [4.1.0] - 2026-06-05
424

525
### Changed

claude-plugin/.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

claude-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "al-development-collection",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "AI Native AL Development toolkit for Microsoft Dynamics 365 Business Central with GitHub Copilot integration",
55
"main": "scripts/install.js",
66
"bin": {

0 commit comments

Comments
 (0)