@event4u/agent-config 2.6.0 → 2.6.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": "2.6.0",
9
+ "version": "2.6.1",
10
10
  "keywords": [
11
11
  "agent-config",
12
12
  "skills",
package/CHANGELOG.md CHANGED
@@ -343,6 +343,14 @@ our recommendation order, not its support status.
343
343
  users" tension without removing any path that an existing user
344
344
  might rely on.
345
345
 
346
+ ## [2.6.1](https://github.com/event4u-app/agent-config/compare/2.6.0...2.6.1) (2026-05-13)
347
+
348
+ ### Chores
349
+
350
+ * **gitignore:** add /agents/state/ to consumer template ([80449c4](https://github.com/event4u-app/agent-config/commit/80449c4fa13ca847f8af925d4b7e472658c60aef))
351
+
352
+ Tests: 3530 (+0 since 2.6.0)
353
+
346
354
  ## [2.6.0](https://github.com/event4u-app/agent-config/compare/2.4.1...2.6.0) (2026-05-13)
347
355
 
348
356
  ### Features
@@ -36,3 +36,8 @@
36
36
  /agents/council-questions/
37
37
  /agents/council-responses/
38
38
  /agents/council-sessions/
39
+
40
+ # Agent config — Tier 1 hook runtime state (context-hygiene.json,
41
+ # onboarding-gate.json). Written by SessionStart / PostToolUse hooks
42
+ # on Augment + Claude Code; regenerated on demand, never commit.
43
+ /agents/state/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@event4u/agent-config",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Shared agent configuration \u2014 skills, rules, commands, guidelines, and templates for AI coding tools",
5
5
  "license": "MIT",
6
6
  "private": false,