@standardagents/spec 0.10.0-dev.ffffff → 0.11.0-next.af971ae

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 FormKit Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/index.d.ts CHANGED
@@ -721,6 +721,16 @@ interface ThreadState {
721
721
  * Use this to access step counts, force turns, or stop execution.
722
722
  */
723
723
  execution: ExecutionState | null;
724
+ /**
725
+ * Runtime-specific context that cannot be packed or shared.
726
+ *
727
+ * This property allows runtime implementations to inject non-portable
728
+ * context (e.g., Cloudflare env bindings, database connections).
729
+ *
730
+ * WARNING: Tools using this property cannot be packed, shared, or
731
+ * published as they depend on runtime-specific context.
732
+ */
733
+ readonly _notPackableRuntimeContext?: Record<string, unknown>;
724
734
  }
725
735
 
726
736
  /**
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@standardagents/spec",
3
- "version": "0.10.0-dev.ffffff",
3
+ "version": "0.11.0-next.af971ae",
4
4
  "private": false,
5
5
  "publishConfig": {
6
- "access": "restricted",
6
+ "access": "public",
7
7
  "registry": "https://registry.npmjs.org/"
8
8
  },
9
9
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "types"
37
37
  ],
38
38
  "author": "FormKit Inc.",
39
- "license": "UNLICENSED",
39
+ "license": "MIT",
40
40
  "scripts": {
41
41
  "build": "tsup",
42
42
  "dev": "tsup --watch",
package/LICENSE.txt DELETED
@@ -1,48 +0,0 @@
1
- PROPRIETARY SOFTWARE LICENSE
2
-
3
- Copyright (c) 2024-2025 FormKit Inc. All Rights Reserved.
4
-
5
- UNLICENSED - DO NOT USE
6
-
7
- This software and associated documentation files (the "Software") are the sole
8
- and exclusive property of FormKit Inc. ("FormKit").
9
-
10
- USE RESTRICTIONS
11
-
12
- The Software is UNLICENSED and proprietary. NO PERMISSION is granted to use,
13
- copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14
- the Software, or to permit persons to whom the Software is furnished to do so,
15
- under any circumstances, without prior written authorization from FormKit Inc.
16
-
17
- UNAUTHORIZED USE PROHIBITED
18
-
19
- Any use of this Software without a valid, written license agreement signed by
20
- authorized officers of FormKit Inc. is strictly prohibited and constitutes
21
- unauthorized use and infringement of FormKit's intellectual property rights.
22
-
23
- LICENSING INQUIRIES
24
-
25
- Organizations interested in licensing this Software should contact:
26
- enterprise@formkit.com
27
-
28
- A written license agreement must be executed before any use of this Software
29
- is authorized.
30
-
31
- NO WARRANTY
32
-
33
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
36
- FORMKIT INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
37
- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
-
40
- GOVERNING LAW
41
-
42
- This license shall be governed by and construed in accordance with the laws
43
- of the jurisdiction in which FormKit Inc. is incorporated, without regard to
44
- its conflict of law provisions.
45
-
46
- FormKit Inc.
47
- https://formkit.com
48
- enterprise@formkit.com