@event4u/agent-config 5.4.0 → 5.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.
@@ -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": "5.4.0",
9
+ "version": "5.4.1",
10
10
  "keywords": [
11
11
  "agent-config",
12
12
  "skills",
package/CHANGELOG.md CHANGED
@@ -811,6 +811,18 @@ our recommendation order, not its support status.
811
811
  > that forces a new era split (`# Era: 5.5.x`, etc.) — see
812
812
  > [`docs/contracts/CHANGELOG-conventions.md § Era splits`](docs/contracts/CHANGELOG-conventions.md).
813
813
 
814
+ ## [5.4.1](https://github.com/event4u-app/agent-config/compare/5.4.0...5.4.1) (2026-05-30)
815
+
816
+ ### Documentation
817
+
818
+ * **roadmap:** add road-to-leaner-core-and-discovery ([abf7074](https://github.com/event4u-app/agent-config/commit/abf7074913247a13c6c79b5be8c2ef49aba44aa4))
819
+
820
+ ### Tests
821
+
822
+ * **condense:** assert new PATH-fallback hook command shape ([3e72789](https://github.com/event4u-app/agent-config/commit/3e727898e4ca4f66a3a7d414e48067950f6845e3))
823
+
824
+ Tests: 5271 (+22 since 5.4.0)
825
+
814
826
  ## [5.4.0](https://github.com/event4u-app/agent-config/compare/5.3.0...5.4.0) (2026-05-30)
815
827
 
816
828
  ### Features
@@ -1,6 +1,6 @@
1
1
  # Discovery — Deprecation Report
2
2
 
3
- - Generated: `2026-05-30T13:53:39Z`
3
+ - Generated: `2026-05-30T14:32:59Z`
4
4
  - Deprecated artefacts: **0**
5
5
 
6
6
  _None. Tree is clean._
@@ -9565,7 +9565,7 @@
9565
9565
  "reason": "scaffold for new SKILL.md authoring"
9566
9566
  }
9567
9567
  ],
9568
- "generated_at": "2026-05-30T13:53:39Z",
9568
+ "generated_at": "2026-05-30T14:32:59Z",
9569
9569
  "packs": [
9570
9570
  {
9571
9571
  "artefact_count": 85,
@@ -1 +1 @@
1
- da906c7eabe30a645a5ed6a6731b1542968b0204b94f359fdf8be14870950349 discovery-manifest.json
1
+ 38640eac642669c911aff7c43d32889ad4bd5ff02370bc844595611e14ec069b discovery-manifest.json
@@ -1,6 +1,6 @@
1
1
  # Discovery Manifest — Summary
2
2
 
3
- - Generated: `2026-05-30T13:53:39Z`
3
+ - Generated: `2026-05-30T14:32:59Z`
4
4
  - Scanner: `ca7acd2ec7af`
5
5
  - Artefacts: **433**
6
6
  - Unassigned: **0**
@@ -1,6 +1,6 @@
1
1
  # Discovery — Orphan Report
2
2
 
3
- - Generated: `2026-05-30T13:53:39Z`
3
+ - Generated: `2026-05-30T14:32:59Z`
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:9fefaad4a6276325abcfc38b4b92e823973bba39efa92db3e0f6e262a1395cdb",
3
- "generated_at": "2026-05-30T13:53:39Z",
3
+ "generated_at": "2026-05-30T14:32:59Z",
4
4
  "packs": [
5
5
  {
6
6
  "artefact_count": 85,
@@ -1,6 +1,6 @@
1
1
  # Discovery — Trust Report
2
2
 
3
- - Generated: `2026-05-30T13:53:39Z`
3
+ - Generated: `2026-05-30T14:32:59Z`
4
4
  - Workspaces tracked: **8**
5
5
  - Human-review-required artefacts: **2**
6
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "checksum": "sha256:9fefaad4a6276325abcfc38b4b92e823973bba39efa92db3e0f6e262a1395cdb",
3
- "generated_at": "2026-05-30T13:53:39Z",
3
+ "generated_at": "2026-05-30T14:32:59Z",
4
4
  "scanner_version": "ca7acd2ec7af",
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": "5.4.0"
12
+ "version": "5.4.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": "5.4.0",
3
+ "version": "5.4.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,