@event4u/agent-config 3.1.0 → 3.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.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Shared agent configuration \u2014 skills for AI coding tools (Claude Code, Augment, Cursor, Cline, Windsurf, Gemini CLI).",
9
- "version": "3.1.0",
9
+ "version": "3.1.1",
10
10
  "keywords": [
11
11
  "agent-config",
12
12
  "skills",
package/CHANGELOG.md CHANGED
@@ -738,6 +738,18 @@ our recommendation order, not its support status.
738
738
  > that forces a new era split (`# Era: 3.2.x`, etc.) — see
739
739
  > [`docs/contracts/CHANGELOG-conventions.md § Era splits`](docs/contracts/CHANGELOG-conventions.md).
740
740
 
741
+ ## [3.1.1](https://github.com/event4u-app/agent-config/compare/3.1.0...3.1.1) (2026-05-24)
742
+
743
+ ### Bug Fixes
744
+
745
+ * **deploy:** docker-compose smoke boots wizard URL in 12s ([0d34f95](https://github.com/event4u-app/agent-config/commit/0d34f9548bb219ee330fefcf0f8657dbc0930923))
746
+
747
+ ### Documentation
748
+
749
+ * **roadmaps:** close last open ACs and archive completed roadmaps ([93035c5](https://github.com/event4u-app/agent-config/commit/93035c53d805327351d90b20b6b0662de6efead3))
750
+
751
+ Tests: 4839 (+0 since 3.1.0)
752
+
741
753
  ## [3.1.0](https://github.com/event4u-app/agent-config/compare/3.0.0...3.1.0) (2026-05-24)
742
754
 
743
755
  ### Features
@@ -1,6 +1,6 @@
1
1
  # Discovery — Deprecation Report
2
2
 
3
- - Generated: `2026-05-24T14:43:40Z`
3
+ - Generated: `2026-05-24T15:36:32Z`
4
4
  - Deprecated artefacts: **0**
5
5
 
6
6
  _None. Tree is clean._
@@ -9346,7 +9346,7 @@
9346
9346
  "reason": "scaffold for new SKILL.md authoring"
9347
9347
  }
9348
9348
  ],
9349
- "generated_at": "2026-05-24T14:43:40Z",
9349
+ "generated_at": "2026-05-24T15:36:32Z",
9350
9350
  "packs": [
9351
9351
  {
9352
9352
  "artefact_count": 84,
@@ -1 +1 @@
1
- 7885415ab36dbf000e2c087c4fc9d836db98ae7942202bfa5f08a3838ec9f796 discovery-manifest.json
1
+ f379095c6d99b4fd36ea032d168638ec7892e4719a9a6c059eb7e9dc669d3e50 discovery-manifest.json
@@ -1,6 +1,6 @@
1
1
  # Discovery Manifest — Summary
2
2
 
3
- - Generated: `2026-05-24T14:43:40Z`
3
+ - Generated: `2026-05-24T15:36:32Z`
4
4
  - Scanner: `80c8c0b8b827`
5
5
  - Artefacts: **423**
6
6
  - Unassigned: **0**
@@ -1,6 +1,6 @@
1
1
  # Discovery — Orphan Report
2
2
 
3
- - Generated: `2026-05-24T14:43:40Z`
3
+ - Generated: `2026-05-24T15:36:32Z`
4
4
  - Orphan artefacts: **0**
5
5
 
6
6
  > An orphan is an artefact whose declared pack has no other members.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "checksum": "sha256:d2526f442636cd6d95db824cf1431951ffbe80c48e00feca30d48d74819e7bdc",
3
- "generated_at": "2026-05-24T14:43:40Z",
3
+ "generated_at": "2026-05-24T15:36:32Z",
4
4
  "packs": [
5
5
  {
6
6
  "artefact_count": 84,
@@ -1,6 +1,6 @@
1
1
  # Discovery — Trust Report
2
2
 
3
- - Generated: `2026-05-24T14:43:40Z`
3
+ - Generated: `2026-05-24T15:36:32Z`
4
4
  - Workspaces tracked: **8**
5
5
  - Human-review-required artefacts: **2**
6
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "checksum": "sha256:d2526f442636cd6d95db824cf1431951ffbe80c48e00feca30d48d74819e7bdc",
3
- "generated_at": "2026-05-24T14:43:40Z",
3
+ "generated_at": "2026-05-24T15:36:32Z",
4
4
  "scanner_version": "80c8c0b8b827",
5
5
  "workspaces": [
6
6
  {
@@ -9,7 +9,7 @@
9
9
  "homepage": "https://github.com/event4u-app/agent-config#readme",
10
10
  "name": "@event4u/agent-config",
11
11
  "repository": "https://github.com/event4u-app/agent-config",
12
- "version": "3.1.0"
12
+ "version": "3.1.1"
13
13
  },
14
14
  "registries": [
15
15
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@event4u/agent-config",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Universal AI Agent OS \u2014 audited skills, governance rules, commands, and templates for AI coding tools (Claude Code, Cursor, Windsurf, Copilot).",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -12,7 +12,11 @@ Pipeline:
12
12
  since the last tag, render CHANGELOG section.
13
13
  3. Confirm — show preview, ask once (skippable with --yes).
14
14
  4. Branch + bump — create `release/X.Y.Z`, update package.json,
15
- .claude-plugin/marketplace.json, CHANGELOG.md.
15
+ .claude-plugin/marketplace.json, CHANGELOG.md,
16
+ then run `task release-prepare` so pack
17
+ manifests and tool projections pick up the
18
+ new version (otherwise the PR's own consistency
19
+ check fails — see PR #226 post-mortem).
16
20
  5. Commit + push — `release: X.Y.Z`, push branch, open PR.
17
21
  6. Wait for CI — `gh pr checks --watch` (skippable with --no-wait).
18
22
  7. Merge — `gh pr merge --merge --delete-branch`.
@@ -573,6 +577,8 @@ def print_preview(plan: Plan) -> None:
573
577
  print(f" · {PACKAGE_JSON.relative_to(REPO_ROOT)}")
574
578
  print(f" · {MARKETPLACE_JSON.relative_to(REPO_ROOT)}")
575
579
  print(f" · {CHANGELOG.relative_to(REPO_ROOT)}")
580
+ print(" · regenerated derived files via `task release-prepare`")
581
+ print(" (packages/*/pack.yaml + README.md, .agent-src/, tool projections)")
576
582
  print()
577
583
  print("Changelog section:")
578
584
  print("─" * 72)
@@ -642,6 +648,15 @@ def execute(
642
648
  set_marketplace_version(MARKETPLACE_JSON, plan.target)
643
649
  prepend_changelog(CHANGELOG, plan.changelog_entry)
644
650
 
651
+ # Regenerate derived files (pack manifests, .agent-src/, tool
652
+ # projections) so the PR's own consistency check passes. Without
653
+ # this the bump only lands in package.json + marketplace.json and
654
+ # the Sync + Generate Tools Consistency gate fails on the release
655
+ # PR itself — exactly the failure mode PR #226 hit. `task
656
+ # release-prepare` is idempotent, so resume runs are safe.
657
+ _step(2, total, "Regenerate derived files (`task release-prepare`)")
658
+ run("task", "release-prepare")
659
+
645
660
  # ─── 3. commit ──────────────────────────────────────────────────────────
646
661
  if pr_merged:
647
662
  _step(3, total, "PR already merged — skip commit")
@@ -652,7 +667,12 @@ def execute(
652
667
  _step(3, total, f"Last commit already `release: {plan.target}` and tree clean — skip")
653
668
  else:
654
669
  _step(3, total, f"Commit `release: {plan.target}`")
655
- run("git", "add", str(PACKAGE_JSON), str(MARKETPLACE_JSON), str(CHANGELOG))
670
+ # `git add -A` stages the three primary bump files AND every
671
+ # regenerated derived file (packages/*/pack.yaml + README.md,
672
+ # .agent-src/, .augment/, tool projections). Listing them
673
+ # explicitly would silently drift the moment a new generated
674
+ # tree is added.
675
+ run("git", "add", "-A")
656
676
  run("git", "commit", "-m", f"release: {plan.target}")
657
677
 
658
678
  # ─── 4. push ────────────────────────────────────────────────────────────