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