@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.
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