@principles/core 1.176.0 → 1.177.0

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.
@@ -2,8 +2,8 @@
2
2
  * Universal PainSignal schema for the Evolution SDK.
3
3
  *
4
4
  * This module defines a framework-agnostic pain signal that any AI agent
5
- * framework can produce. It extends the existing PainFlagData format with
6
- * additional structured fields (domain, severity, context) needed for
5
+ * framework can produce. It supersedes the legacy flat-file pain flag format
6
+ * with additional structured fields (domain, severity, context) needed for
7
7
  * cross-workspace evolution and multi-domain support.
8
8
  *
9
9
  * Validation uses @sinclair/typebox to match existing project patterns.
@@ -2,8 +2,8 @@
2
2
  * Universal PainSignal schema for the Evolution SDK.
3
3
  *
4
4
  * This module defines a framework-agnostic pain signal that any AI agent
5
- * framework can produce. It extends the existing PainFlagData format with
6
- * additional structured fields (domain, severity, context) needed for
5
+ * framework can produce. It supersedes the legacy flat-file pain flag format
6
+ * with additional structured fields (domain, severity, context) needed for
7
7
  * cross-workspace evolution and multi-domain support.
8
8
  *
9
9
  * Validation uses @sinclair/typebox to match existing project patterns.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principles/core",
3
- "version": "1.176.0",
3
+ "version": "1.177.0",
4
4
  "description": "Universal Evolution SDK - framework-agnostic pain signal capture and principle injection",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",