@contractspec/example.agent-console 1.62.0 → 2.0.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.
- package/.turbo/turbo-build.log +51 -51
- package/CHANGELOG.md +72 -45
- package/dist/agent/agent.entity.d.ts +0 -1
- package/dist/agent/agent.enum.d.ts +0 -1
- package/dist/agent/agent.event.d.ts +4 -5
- package/dist/agent/agent.event.js +2 -2
- package/dist/agent/agent.handler.d.ts +0 -1
- package/dist/agent/agent.operation.d.ts +7 -8
- package/dist/agent/agent.operation.js +3 -3
- package/dist/agent/agent.presentation.d.ts +3 -4
- package/dist/agent/agent.presentation.js +4 -1
- package/dist/agent/agent.schema.d.ts +0 -1
- package/dist/agent/agent.test-spec.d.ts +2 -3
- package/dist/agent/agent.test-spec.js +1 -1
- package/dist/agent/index.d.ts +0 -1
- package/dist/agent/index.js +7 -4
- package/dist/agent.capability.d.ts +1 -2
- package/dist/agent.capability.js +4 -1
- package/dist/agent.feature.d.ts +1 -2
- package/dist/agent.feature.js +1 -1
- package/dist/browser/agent/agent.event.js +2 -2
- package/dist/browser/agent/agent.operation.js +3 -3
- package/dist/browser/agent/agent.presentation.js +4 -1
- package/dist/browser/agent/agent.test-spec.js +1 -1
- package/dist/browser/agent/index.js +7 -4
- package/dist/browser/agent.capability.js +4 -1
- package/dist/browser/agent.feature.js +1 -1
- package/dist/browser/docs/agent-console.docblock.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +28 -15
- package/dist/browser/presentations/index.js +12 -3
- package/dist/browser/run/index.js +11 -4
- package/dist/browser/run/run.event.js +6 -2
- package/dist/browser/run/run.operation.js +1 -1
- package/dist/browser/run/run.presentation.js +4 -1
- package/dist/browser/run/run.test-spec.js +1 -1
- package/dist/browser/tool/index.js +7 -4
- package/dist/browser/tool/tool.event.js +2 -2
- package/dist/browser/tool/tool.operation.js +1 -1
- package/dist/browser/tool/tool.presentation.js +4 -1
- package/dist/browser/tool/tool.test-spec.js +1 -1
- package/dist/docs/agent-console.docblock.d.ts +0 -1
- package/dist/docs/agent-console.docblock.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/handlers/agent.handlers.d.ts +0 -1
- package/dist/handlers/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +28 -15
- package/dist/node/agent/agent.event.js +2 -2
- package/dist/node/agent/agent.operation.js +3 -3
- package/dist/node/agent/agent.presentation.js +4 -1
- package/dist/node/agent/agent.test-spec.js +1 -1
- package/dist/node/agent/index.js +7 -4
- package/dist/node/agent.capability.js +4 -1
- package/dist/node/agent.feature.js +1 -1
- package/dist/node/docs/agent-console.docblock.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +28 -15
- package/dist/node/presentations/index.js +12 -3
- package/dist/node/run/index.js +11 -4
- package/dist/node/run/run.event.js +6 -2
- package/dist/node/run/run.operation.js +1 -1
- package/dist/node/run/run.presentation.js +4 -1
- package/dist/node/run/run.test-spec.js +1 -1
- package/dist/node/tool/index.js +7 -4
- package/dist/node/tool/tool.event.js +2 -2
- package/dist/node/tool/tool.operation.js +1 -1
- package/dist/node/tool/tool.presentation.js +4 -1
- package/dist/node/tool/tool.test-spec.js +1 -1
- package/dist/presentations/index.d.ts +0 -1
- package/dist/presentations/index.js +12 -3
- package/dist/run/index.d.ts +0 -1
- package/dist/run/index.js +11 -4
- package/dist/run/run.entity.d.ts +0 -1
- package/dist/run/run.enum.d.ts +0 -1
- package/dist/run/run.event.d.ts +7 -8
- package/dist/run/run.event.js +6 -2
- package/dist/run/run.handler.d.ts +0 -1
- package/dist/run/run.operation.d.ts +7 -8
- package/dist/run/run.operation.js +1 -1
- package/dist/run/run.presentation.d.ts +2 -3
- package/dist/run/run.presentation.js +4 -1
- package/dist/run/run.schema.d.ts +0 -1
- package/dist/run/run.test-spec.d.ts +2 -3
- package/dist/run/run.test-spec.js +1 -1
- package/dist/seeders/index.d.ts +0 -1
- package/dist/shared/index.d.ts +0 -1
- package/dist/shared/mock-agents.d.ts +0 -1
- package/dist/shared/mock-runs.d.ts +0 -1
- package/dist/shared/mock-tools.d.ts +0 -1
- package/dist/shared/overlay-types.d.ts +0 -1
- package/dist/tool/index.d.ts +0 -1
- package/dist/tool/index.js +7 -4
- package/dist/tool/tool.entity.d.ts +0 -1
- package/dist/tool/tool.enum.d.ts +0 -1
- package/dist/tool/tool.event.d.ts +3 -4
- package/dist/tool/tool.event.js +2 -2
- package/dist/tool/tool.handler.d.ts +0 -1
- package/dist/tool/tool.operation.d.ts +5 -6
- package/dist/tool/tool.operation.js +1 -1
- package/dist/tool/tool.presentation.d.ts +2 -3
- package/dist/tool/tool.presentation.js +4 -1
- package/dist/tool/tool.schema.d.ts +0 -1
- package/dist/tool/tool.test-spec.d.ts +2 -3
- package/dist/tool/tool.test-spec.js +1 -1
- package/dist/ui/AgentDashboard.d.ts +0 -1
- package/dist/ui/AgentRunList.d.ts +0 -1
- package/dist/ui/AgentToolRegistry.d.ts +0 -1
- package/dist/ui/hooks/index.d.ts +0 -1
- package/dist/ui/hooks/useAgentList.d.ts +0 -1
- package/dist/ui/hooks/useAgentMutations.d.ts +0 -1
- package/dist/ui/hooks/useRunList.d.ts +0 -1
- package/dist/ui/hooks/useToolList.d.ts +0 -1
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/modals/AgentActionsModal.d.ts +0 -1
- package/dist/ui/modals/CreateAgentModal.d.ts +0 -1
- package/dist/ui/modals/index.d.ts +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts +0 -1
- package/dist/ui/overlays/index.d.ts +0 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts +1 -7
- package/dist/ui/renderers/agent-list.renderer.d.ts +1 -5
- package/dist/ui/renderers/dashboard.markdown.d.ts +1 -7
- package/dist/ui/renderers/index.d.ts +0 -1
- package/dist/ui/renderers/run-list.markdown.d.ts +1 -7
- package/dist/ui/renderers/tool-registry.markdown.d.ts +1 -7
- package/dist/ui/views/AgentListView.d.ts +0 -1
- package/dist/ui/views/RunListView.d.ts +0 -1
- package/dist/ui/views/ToolRegistryView.d.ts +0 -1
- package/dist/ui/views/index.d.ts +0 -1
- package/package.json +9 -9
- package/src/agent/agent.event.ts +2 -2
- package/src/agent/agent.operation.ts +1 -1
- package/src/agent/agent.presentation.ts +4 -1
- package/src/agent/agent.test-spec.ts +1 -1
- package/src/agent.capability.ts +4 -1
- package/src/agent.feature.ts +2 -2
- package/src/docs/agent-console.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/src/run/run.event.ts +6 -2
- package/src/run/run.operation.ts +1 -1
- package/src/run/run.presentation.ts +4 -1
- package/src/run/run.test-spec.ts +1 -1
- package/src/tool/tool.event.ts +2 -2
- package/src/tool/tool.operation.ts +1 -1
- package/src/tool/tool.presentation.ts +4 -1
- package/src/tool/tool.test-spec.ts +1 -1
- package/src/ui/renderers/agent-list.markdown.ts +2 -4
- package/src/ui/renderers/agent-list.renderer.tsx +2 -4
- package/src/ui/renderers/dashboard.markdown.ts +2 -4
- package/src/ui/renderers/run-list.markdown.ts +2 -4
- package/src/ui/renderers/tool-registry.markdown.ts +2 -4
- package/dist/agent/agent.entity.d.ts.map +0 -1
- package/dist/agent/agent.enum.d.ts.map +0 -1
- package/dist/agent/agent.event.d.ts.map +0 -1
- package/dist/agent/agent.handler.d.ts.map +0 -1
- package/dist/agent/agent.operation.d.ts.map +0 -1
- package/dist/agent/agent.presentation.d.ts.map +0 -1
- package/dist/agent/agent.schema.d.ts.map +0 -1
- package/dist/agent/agent.test-spec.d.ts.map +0 -1
- package/dist/agent/index.d.ts.map +0 -1
- package/dist/agent.capability.d.ts.map +0 -1
- package/dist/agent.feature.d.ts.map +0 -1
- package/dist/docs/agent-console.docblock.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/handlers/agent.handlers.d.ts.map +0 -1
- package/dist/handlers/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/presentations/index.d.ts.map +0 -1
- package/dist/run/index.d.ts.map +0 -1
- package/dist/run/run.entity.d.ts.map +0 -1
- package/dist/run/run.enum.d.ts.map +0 -1
- package/dist/run/run.event.d.ts.map +0 -1
- package/dist/run/run.handler.d.ts.map +0 -1
- package/dist/run/run.operation.d.ts.map +0 -1
- package/dist/run/run.presentation.d.ts.map +0 -1
- package/dist/run/run.schema.d.ts.map +0 -1
- package/dist/run/run.test-spec.d.ts.map +0 -1
- package/dist/seeders/index.d.ts.map +0 -1
- package/dist/shared/index.d.ts.map +0 -1
- package/dist/shared/mock-agents.d.ts.map +0 -1
- package/dist/shared/mock-runs.d.ts.map +0 -1
- package/dist/shared/mock-tools.d.ts.map +0 -1
- package/dist/shared/overlay-types.d.ts.map +0 -1
- package/dist/tool/index.d.ts.map +0 -1
- package/dist/tool/tool.entity.d.ts.map +0 -1
- package/dist/tool/tool.enum.d.ts.map +0 -1
- package/dist/tool/tool.event.d.ts.map +0 -1
- package/dist/tool/tool.handler.d.ts.map +0 -1
- package/dist/tool/tool.operation.d.ts.map +0 -1
- package/dist/tool/tool.presentation.d.ts.map +0 -1
- package/dist/tool/tool.schema.d.ts.map +0 -1
- package/dist/tool/tool.test-spec.d.ts.map +0 -1
- package/dist/ui/AgentDashboard.d.ts.map +0 -1
- package/dist/ui/AgentRunList.d.ts.map +0 -1
- package/dist/ui/AgentToolRegistry.d.ts.map +0 -1
- package/dist/ui/hooks/index.d.ts.map +0 -1
- package/dist/ui/hooks/useAgentList.d.ts.map +0 -1
- package/dist/ui/hooks/useAgentMutations.d.ts.map +0 -1
- package/dist/ui/hooks/useRunList.d.ts.map +0 -1
- package/dist/ui/hooks/useToolList.d.ts.map +0 -1
- package/dist/ui/index.d.ts.map +0 -1
- package/dist/ui/modals/AgentActionsModal.d.ts.map +0 -1
- package/dist/ui/modals/CreateAgentModal.d.ts.map +0 -1
- package/dist/ui/modals/index.d.ts.map +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts.map +0 -1
- package/dist/ui/overlays/index.d.ts.map +0 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/agent-list.renderer.d.ts.map +0 -1
- package/dist/ui/renderers/dashboard.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/index.d.ts.map +0 -1
- package/dist/ui/renderers/run-list.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/tool-registry.markdown.d.ts.map +0 -1
- package/dist/ui/views/AgentListView.d.ts.map +0 -1
- package/dist/ui/views/RunListView.d.ts.map +0 -1
- package/dist/ui/views/ToolRegistryView.d.ts.map +0 -1
- package/dist/ui/views/index.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,14 +3,14 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=66
|
|
6
|
-
Bundled 66 modules in
|
|
6
|
+
Bundled 66 modules in 114ms
|
|
7
7
|
|
|
8
|
-
./agent.capability.js
|
|
9
|
-
tool/tool.test-spec.js 1.
|
|
8
|
+
./agent.capability.js 442 bytes (entry point)
|
|
9
|
+
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
10
10
|
shared/overlay-types.js 8 bytes (entry point)
|
|
11
|
-
run/run.test-spec.js 1.
|
|
11
|
+
run/run.test-spec.js 1.37 KB (entry point)
|
|
12
12
|
seeders/index.js 0.64 KB (entry point)
|
|
13
|
-
./index.js 200.
|
|
13
|
+
./index.js 200.84 KB (entry point)
|
|
14
14
|
ui/index.js 77.35 KB (entry point)
|
|
15
15
|
ui/views/index.js 22.0 KB (entry point)
|
|
16
16
|
ui/renderers/index.js 14.75 KB (entry point)
|
|
@@ -35,26 +35,26 @@ Bundled 66 modules in 60ms
|
|
|
35
35
|
ui/hooks/useToolList.js 2.52 KB (entry point)
|
|
36
36
|
ui/hooks/useAgentList.js 1.69 KB (entry point)
|
|
37
37
|
ui/hooks/useAgentMutations.js 2.50 KB (entry point)
|
|
38
|
-
tool/index.js 28.
|
|
38
|
+
tool/index.js 28.61 KB (entry point)
|
|
39
39
|
tool/tool.entity.js 2.65 KB (entry point)
|
|
40
|
-
tool/tool.event.js 3.
|
|
40
|
+
tool/tool.event.js 3.25 KB (entry point)
|
|
41
41
|
tool/tool.operation.js 14.62 KB (entry point)
|
|
42
42
|
shared/index.js 9.67 KB (entry point)
|
|
43
|
-
presentations/index.js 25.
|
|
44
|
-
tool/tool.presentation.js 6.
|
|
43
|
+
presentations/index.js 25.20 KB (entry point)
|
|
44
|
+
tool/tool.presentation.js 6.41 KB (entry point)
|
|
45
45
|
tool/tool.schema.js 4.94 KB (entry point)
|
|
46
46
|
tool/tool.enum.js 0.52 KB (entry point)
|
|
47
|
-
run/index.js 43.
|
|
47
|
+
run/index.js 43.50 KB (entry point)
|
|
48
48
|
run/run.presentation.js 8.0 KB (entry point)
|
|
49
49
|
run/run.entity.js 5.11 KB (entry point)
|
|
50
|
-
run/run.event.js 8.
|
|
50
|
+
run/run.event.js 8.26 KB (entry point)
|
|
51
51
|
run/run.operation.js 20.69 KB (entry point)
|
|
52
52
|
run/run.schema.js 6.62 KB (entry point)
|
|
53
53
|
run/run.enum.js 0.60 KB (entry point)
|
|
54
|
-
agent/agent.test-spec.js 1.
|
|
55
|
-
agent/index.js 39.
|
|
56
|
-
docs/index.js 3.
|
|
57
|
-
docs/agent-console.docblock.js 3.
|
|
54
|
+
agent/agent.test-spec.js 1.46 KB (entry point)
|
|
55
|
+
agent/index.js 39.69 KB (entry point)
|
|
56
|
+
docs/index.js 3.74 KB (entry point)
|
|
57
|
+
docs/agent-console.docblock.js 3.74 KB (entry point)
|
|
58
58
|
./example.js 1.25 KB (entry point)
|
|
59
59
|
handlers/index.js 24.39 KB (entry point)
|
|
60
60
|
tool/tool.handler.js 6.38 KB (entry point)
|
|
@@ -66,21 +66,21 @@ Bundled 66 modules in 60ms
|
|
|
66
66
|
agent/agent.handler.js 8.88 KB (entry point)
|
|
67
67
|
shared/mock-tools.js 4.15 KB (entry point)
|
|
68
68
|
shared/mock-agents.js 2.54 KB (entry point)
|
|
69
|
-
agent/agent.operation.js 24.
|
|
69
|
+
agent/agent.operation.js 24.28 KB (entry point)
|
|
70
70
|
agent/agent.event.js 4.1 KB (entry point)
|
|
71
|
-
agent/agent.presentation.js 10.
|
|
71
|
+
agent/agent.presentation.js 10.36 KB (entry point)
|
|
72
72
|
agent/agent.schema.js 8.13 KB (entry point)
|
|
73
73
|
agent/agent.enum.js 467 bytes (entry point)
|
|
74
74
|
|
|
75
75
|
[contractspec-bun-build] transpile target=node root=src entries=66
|
|
76
|
-
Bundled 66 modules in
|
|
76
|
+
Bundled 66 modules in 114ms
|
|
77
77
|
|
|
78
|
-
./agent.capability.js
|
|
79
|
-
tool/tool.test-spec.js 1.
|
|
78
|
+
./agent.capability.js 434 bytes (entry point)
|
|
79
|
+
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
80
80
|
shared/overlay-types.js 0 KB (entry point)
|
|
81
|
-
run/run.test-spec.js 1.
|
|
81
|
+
run/run.test-spec.js 1.36 KB (entry point)
|
|
82
82
|
seeders/index.js 0.63 KB (entry point)
|
|
83
|
-
./index.js 200.
|
|
83
|
+
./index.js 200.78 KB (entry point)
|
|
84
84
|
ui/index.js 77.30 KB (entry point)
|
|
85
85
|
ui/views/index.js 22.00 KB (entry point)
|
|
86
86
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
@@ -105,26 +105,26 @@ Bundled 66 modules in 107ms
|
|
|
105
105
|
ui/hooks/useToolList.js 2.51 KB (entry point)
|
|
106
106
|
ui/hooks/useAgentList.js 1.68 KB (entry point)
|
|
107
107
|
ui/hooks/useAgentMutations.js 2.49 KB (entry point)
|
|
108
|
-
tool/index.js 28.
|
|
108
|
+
tool/index.js 28.60 KB (entry point)
|
|
109
109
|
tool/tool.entity.js 2.64 KB (entry point)
|
|
110
110
|
tool/tool.event.js 3.24 KB (entry point)
|
|
111
|
-
tool/tool.operation.js 14.
|
|
111
|
+
tool/tool.operation.js 14.62 KB (entry point)
|
|
112
112
|
shared/index.js 9.67 KB (entry point)
|
|
113
|
-
presentations/index.js 25.
|
|
114
|
-
tool/tool.presentation.js 6.
|
|
113
|
+
presentations/index.js 25.19 KB (entry point)
|
|
114
|
+
tool/tool.presentation.js 6.40 KB (entry point)
|
|
115
115
|
tool/tool.schema.js 4.93 KB (entry point)
|
|
116
116
|
tool/tool.enum.js 0.51 KB (entry point)
|
|
117
|
-
run/index.js 43.
|
|
117
|
+
run/index.js 43.49 KB (entry point)
|
|
118
118
|
run/run.presentation.js 8.0 KB (entry point)
|
|
119
119
|
run/run.entity.js 5.1 KB (entry point)
|
|
120
|
-
run/run.event.js 8.
|
|
120
|
+
run/run.event.js 8.25 KB (entry point)
|
|
121
121
|
run/run.operation.js 20.68 KB (entry point)
|
|
122
122
|
run/run.schema.js 6.61 KB (entry point)
|
|
123
123
|
run/run.enum.js 0.59 KB (entry point)
|
|
124
|
-
agent/agent.test-spec.js 1.
|
|
125
|
-
agent/index.js 39.
|
|
126
|
-
docs/index.js 3.
|
|
127
|
-
docs/agent-console.docblock.js 3.
|
|
124
|
+
agent/agent.test-spec.js 1.46 KB (entry point)
|
|
125
|
+
agent/index.js 39.68 KB (entry point)
|
|
126
|
+
docs/index.js 3.72 KB (entry point)
|
|
127
|
+
docs/agent-console.docblock.js 3.72 KB (entry point)
|
|
128
128
|
./example.js 1.24 KB (entry point)
|
|
129
129
|
handlers/index.js 24.39 KB (entry point)
|
|
130
130
|
tool/tool.handler.js 6.37 KB (entry point)
|
|
@@ -136,21 +136,21 @@ Bundled 66 modules in 107ms
|
|
|
136
136
|
agent/agent.handler.js 8.88 KB (entry point)
|
|
137
137
|
shared/mock-tools.js 4.14 KB (entry point)
|
|
138
138
|
shared/mock-agents.js 2.54 KB (entry point)
|
|
139
|
-
agent/agent.operation.js 24.
|
|
139
|
+
agent/agent.operation.js 24.28 KB (entry point)
|
|
140
140
|
agent/agent.event.js 4.1 KB (entry point)
|
|
141
|
-
agent/agent.presentation.js 10.
|
|
141
|
+
agent/agent.presentation.js 10.35 KB (entry point)
|
|
142
142
|
agent/agent.schema.js 8.13 KB (entry point)
|
|
143
143
|
agent/agent.enum.js 459 bytes (entry point)
|
|
144
144
|
|
|
145
145
|
[contractspec-bun-build] transpile target=browser root=src entries=66
|
|
146
|
-
Bundled 66 modules in
|
|
146
|
+
Bundled 66 modules in 97ms
|
|
147
147
|
|
|
148
|
-
./agent.capability.js
|
|
149
|
-
tool/tool.test-spec.js 1.
|
|
148
|
+
./agent.capability.js 434 bytes (entry point)
|
|
149
|
+
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
150
150
|
shared/overlay-types.js 0 KB (entry point)
|
|
151
|
-
run/run.test-spec.js 1.
|
|
151
|
+
run/run.test-spec.js 1.36 KB (entry point)
|
|
152
152
|
seeders/index.js 0.63 KB (entry point)
|
|
153
|
-
./index.js 200.
|
|
153
|
+
./index.js 200.78 KB (entry point)
|
|
154
154
|
ui/index.js 77.30 KB (entry point)
|
|
155
155
|
ui/views/index.js 22.00 KB (entry point)
|
|
156
156
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
@@ -175,26 +175,26 @@ Bundled 66 modules in 69ms
|
|
|
175
175
|
ui/hooks/useToolList.js 2.51 KB (entry point)
|
|
176
176
|
ui/hooks/useAgentList.js 1.68 KB (entry point)
|
|
177
177
|
ui/hooks/useAgentMutations.js 2.49 KB (entry point)
|
|
178
|
-
tool/index.js 28.
|
|
178
|
+
tool/index.js 28.60 KB (entry point)
|
|
179
179
|
tool/tool.entity.js 2.64 KB (entry point)
|
|
180
180
|
tool/tool.event.js 3.24 KB (entry point)
|
|
181
|
-
tool/tool.operation.js 14.
|
|
181
|
+
tool/tool.operation.js 14.62 KB (entry point)
|
|
182
182
|
shared/index.js 9.67 KB (entry point)
|
|
183
|
-
presentations/index.js 25.
|
|
184
|
-
tool/tool.presentation.js 6.
|
|
183
|
+
presentations/index.js 25.19 KB (entry point)
|
|
184
|
+
tool/tool.presentation.js 6.40 KB (entry point)
|
|
185
185
|
tool/tool.schema.js 4.93 KB (entry point)
|
|
186
186
|
tool/tool.enum.js 0.51 KB (entry point)
|
|
187
|
-
run/index.js 43.
|
|
187
|
+
run/index.js 43.49 KB (entry point)
|
|
188
188
|
run/run.presentation.js 8.0 KB (entry point)
|
|
189
189
|
run/run.entity.js 5.1 KB (entry point)
|
|
190
|
-
run/run.event.js 8.
|
|
190
|
+
run/run.event.js 8.25 KB (entry point)
|
|
191
191
|
run/run.operation.js 20.68 KB (entry point)
|
|
192
192
|
run/run.schema.js 6.61 KB (entry point)
|
|
193
193
|
run/run.enum.js 0.59 KB (entry point)
|
|
194
|
-
agent/agent.test-spec.js 1.
|
|
195
|
-
agent/index.js 39.
|
|
196
|
-
docs/index.js 3.
|
|
197
|
-
docs/agent-console.docblock.js 3.
|
|
194
|
+
agent/agent.test-spec.js 1.46 KB (entry point)
|
|
195
|
+
agent/index.js 39.68 KB (entry point)
|
|
196
|
+
docs/index.js 3.72 KB (entry point)
|
|
197
|
+
docs/agent-console.docblock.js 3.72 KB (entry point)
|
|
198
198
|
./example.js 1.24 KB (entry point)
|
|
199
199
|
handlers/index.js 24.39 KB (entry point)
|
|
200
200
|
tool/tool.handler.js 6.37 KB (entry point)
|
|
@@ -206,9 +206,9 @@ Bundled 66 modules in 69ms
|
|
|
206
206
|
agent/agent.handler.js 8.88 KB (entry point)
|
|
207
207
|
shared/mock-tools.js 4.14 KB (entry point)
|
|
208
208
|
shared/mock-agents.js 2.54 KB (entry point)
|
|
209
|
-
agent/agent.operation.js 24.
|
|
209
|
+
agent/agent.operation.js 24.28 KB (entry point)
|
|
210
210
|
agent/agent.event.js 4.1 KB (entry point)
|
|
211
|
-
agent/agent.presentation.js 10.
|
|
211
|
+
agent/agent.presentation.js 10.35 KB (entry point)
|
|
212
212
|
agent/agent.schema.js 8.13 KB (entry point)
|
|
213
213
|
agent/agent.enum.js 459 bytes (entry point)
|
|
214
214
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a09bafc: feat: optimize performance
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
12
|
+
|
|
13
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
14
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
15
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
16
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
17
|
+
|
|
18
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [a09bafc]
|
|
21
|
+
- Updated dependencies [94f3c24]
|
|
22
|
+
- Updated dependencies [f152678]
|
|
23
|
+
- Updated dependencies [7f3203a]
|
|
24
|
+
- @contractspec/lib.example-shared-ui@2.0.0
|
|
25
|
+
- @contractspec/lib.runtime-sandbox@1.0.0
|
|
26
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
27
|
+
- @contractspec/lib.design-system@2.0.0
|
|
28
|
+
- @contractspec/lib.schema@2.0.0
|
|
29
|
+
|
|
3
30
|
## 1.62.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -28,7 +55,7 @@
|
|
|
28
55
|
- @contractspec/lib.example-shared-ui@1.15.0
|
|
29
56
|
- @contractspec/lib.runtime-sandbox@0.16.0
|
|
30
57
|
- @contractspec/lib.design-system@1.61.0
|
|
31
|
-
- @contractspec/lib.contracts@1.61.0
|
|
58
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
32
59
|
- @contractspec/lib.schema@1.61.0
|
|
33
60
|
|
|
34
61
|
## 1.60.0
|
|
@@ -43,7 +70,7 @@
|
|
|
43
70
|
- @contractspec/lib.example-shared-ui@1.14.0
|
|
44
71
|
- @contractspec/lib.runtime-sandbox@0.15.0
|
|
45
72
|
- @contractspec/lib.design-system@1.60.0
|
|
46
|
-
- @contractspec/lib.contracts@1.60.0
|
|
73
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
47
74
|
- @contractspec/lib.schema@1.60.0
|
|
48
75
|
|
|
49
76
|
## 1.59.0
|
|
@@ -58,7 +85,7 @@
|
|
|
58
85
|
- @contractspec/lib.example-shared-ui@1.13.0
|
|
59
86
|
- @contractspec/lib.runtime-sandbox@0.14.0
|
|
60
87
|
- @contractspec/lib.design-system@1.59.0
|
|
61
|
-
- @contractspec/lib.contracts@1.59.0
|
|
88
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
62
89
|
- @contractspec/lib.schema@1.59.0
|
|
63
90
|
|
|
64
91
|
## 1.58.0
|
|
@@ -74,7 +101,7 @@
|
|
|
74
101
|
- @contractspec/lib.example-shared-ui@1.12.0
|
|
75
102
|
- @contractspec/lib.runtime-sandbox@0.13.0
|
|
76
103
|
- @contractspec/lib.design-system@1.58.0
|
|
77
|
-
- @contractspec/lib.contracts@1.58.0
|
|
104
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
78
105
|
- @contractspec/lib.schema@1.58.0
|
|
79
106
|
|
|
80
107
|
## 1.57.0
|
|
@@ -91,7 +118,7 @@
|
|
|
91
118
|
- Updated dependencies [4651e06]
|
|
92
119
|
- Updated dependencies [ad9d10a]
|
|
93
120
|
- Updated dependencies [11a5a05]
|
|
94
|
-
- @contractspec/lib.contracts@1.57.0
|
|
121
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
95
122
|
- @contractspec/lib.example-shared-ui@1.11.0
|
|
96
123
|
- @contractspec/lib.runtime-sandbox@0.12.0
|
|
97
124
|
- @contractspec/lib.design-system@1.57.0
|
|
@@ -106,7 +133,7 @@
|
|
|
106
133
|
- @contractspec/lib.example-shared-ui@1.10.1
|
|
107
134
|
- @contractspec/lib.runtime-sandbox@0.11.1
|
|
108
135
|
- @contractspec/lib.design-system@1.56.1
|
|
109
|
-
- @contractspec/lib.contracts@1.56.1
|
|
136
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
110
137
|
- @contractspec/lib.schema@1.56.1
|
|
111
138
|
|
|
112
139
|
## 1.56.0
|
|
@@ -121,7 +148,7 @@
|
|
|
121
148
|
- @contractspec/lib.example-shared-ui@1.10.0
|
|
122
149
|
- @contractspec/lib.runtime-sandbox@0.11.0
|
|
123
150
|
- @contractspec/lib.design-system@1.56.0
|
|
124
|
-
- @contractspec/lib.contracts@1.56.0
|
|
151
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
125
152
|
- @contractspec/lib.schema@1.56.0
|
|
126
153
|
|
|
127
154
|
## 1.55.0
|
|
@@ -136,7 +163,7 @@
|
|
|
136
163
|
- @contractspec/lib.example-shared-ui@1.9.0
|
|
137
164
|
- @contractspec/lib.runtime-sandbox@0.10.0
|
|
138
165
|
- @contractspec/lib.design-system@1.55.0
|
|
139
|
-
- @contractspec/lib.contracts@1.55.0
|
|
166
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
140
167
|
- @contractspec/lib.schema@1.55.0
|
|
141
168
|
|
|
142
169
|
## 1.54.0
|
|
@@ -150,7 +177,7 @@
|
|
|
150
177
|
- Updated dependencies [ec5e95c]
|
|
151
178
|
- @contractspec/lib.example-shared-ui@1.8.0
|
|
152
179
|
- @contractspec/lib.design-system@1.54.0
|
|
153
|
-
- @contractspec/lib.contracts@1.54.0
|
|
180
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
154
181
|
- @contractspec/lib.runtime-sandbox@0.9.0
|
|
155
182
|
- @contractspec/lib.schema@1.54.0
|
|
156
183
|
|
|
@@ -167,7 +194,7 @@
|
|
|
167
194
|
- Updated dependencies [f4180d4]
|
|
168
195
|
- Updated dependencies [64d84e1]
|
|
169
196
|
- @contractspec/lib.design-system@1.53.0
|
|
170
|
-
- @contractspec/lib.contracts@1.53.0
|
|
197
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
171
198
|
- @contractspec/lib.schema@1.53.0
|
|
172
199
|
- @contractspec/lib.example-shared-ui@1.7.0
|
|
173
200
|
- @contractspec/lib.runtime-sandbox@0.8.0
|
|
@@ -184,7 +211,7 @@
|
|
|
184
211
|
- @contractspec/lib.example-shared-ui@1.6.0
|
|
185
212
|
- @contractspec/lib.runtime-sandbox@0.7.0
|
|
186
213
|
- @contractspec/lib.design-system@1.52.0
|
|
187
|
-
- @contractspec/lib.contracts@1.52.0
|
|
214
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
188
215
|
- @contractspec/lib.schema@1.52.0
|
|
189
216
|
|
|
190
217
|
## 1.51.0
|
|
@@ -198,7 +225,7 @@
|
|
|
198
225
|
- Updated dependencies [23e46e9]
|
|
199
226
|
- Updated dependencies [ad1f852]
|
|
200
227
|
- Updated dependencies [e6faefb]
|
|
201
|
-
- @contractspec/lib.contracts@1.51.0
|
|
228
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
202
229
|
- @contractspec/lib.example-shared-ui@1.5.0
|
|
203
230
|
- @contractspec/lib.runtime-sandbox@0.6.0
|
|
204
231
|
- @contractspec/lib.design-system@1.51.0
|
|
@@ -213,7 +240,7 @@
|
|
|
213
240
|
### Patch Changes
|
|
214
241
|
|
|
215
242
|
- Updated dependencies [5325d6b]
|
|
216
|
-
- @contractspec/lib.contracts@1.50.0
|
|
243
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
217
244
|
- @contractspec/lib.design-system@1.50.0
|
|
218
245
|
- @contractspec/lib.example-shared-ui@1.4.0
|
|
219
246
|
- @contractspec/lib.runtime-sandbox@0.5.0
|
|
@@ -231,7 +258,7 @@
|
|
|
231
258
|
- @contractspec/lib.example-shared-ui@1.3.0
|
|
232
259
|
- @contractspec/lib.runtime-sandbox@0.4.0
|
|
233
260
|
- @contractspec/lib.design-system@1.49.0
|
|
234
|
-
- @contractspec/lib.contracts@1.49.0
|
|
261
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
235
262
|
- @contractspec/lib.schema@1.49.0
|
|
236
263
|
|
|
237
264
|
## 1.48.1
|
|
@@ -241,7 +268,7 @@
|
|
|
241
268
|
- Updated dependencies [c560ee7]
|
|
242
269
|
- Updated dependencies [1536bf3]
|
|
243
270
|
- @contractspec/lib.design-system@1.48.1
|
|
244
|
-
- @contractspec/lib.contracts@1.48.1
|
|
271
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
245
272
|
- @contractspec/lib.example-shared-ui@1.2.1
|
|
246
273
|
|
|
247
274
|
## 1.48.0
|
|
@@ -256,7 +283,7 @@
|
|
|
256
283
|
- @contractspec/lib.example-shared-ui@1.2.0
|
|
257
284
|
- @contractspec/lib.runtime-sandbox@0.3.0
|
|
258
285
|
- @contractspec/lib.design-system@1.48.0
|
|
259
|
-
- @contractspec/lib.contracts@1.48.0
|
|
286
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
260
287
|
- @contractspec/lib.schema@1.48.0
|
|
261
288
|
|
|
262
289
|
## 1.47.0
|
|
@@ -281,7 +308,7 @@
|
|
|
281
308
|
- @contractspec/lib.example-shared-ui@1.1.0
|
|
282
309
|
- @contractspec/lib.runtime-sandbox@0.2.0
|
|
283
310
|
- @contractspec/lib.design-system@1.47.0
|
|
284
|
-
- @contractspec/lib.contracts@1.47.0
|
|
311
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
285
312
|
- @contractspec/lib.schema@1.47.0
|
|
286
313
|
|
|
287
314
|
## 1.46.2
|
|
@@ -293,7 +320,7 @@
|
|
|
293
320
|
- @contractspec/lib.example-shared-ui@1.0.1
|
|
294
321
|
- @contractspec/lib.runtime-sandbox@0.1.1
|
|
295
322
|
- @contractspec/lib.design-system@1.46.2
|
|
296
|
-
- @contractspec/lib.contracts@1.46.2
|
|
323
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
297
324
|
- @contractspec/lib.schema@1.46.2
|
|
298
325
|
|
|
299
326
|
## 1.46.1
|
|
@@ -302,7 +329,7 @@
|
|
|
302
329
|
|
|
303
330
|
- 2d8a72b: fix: mcp for presentation
|
|
304
331
|
- Updated dependencies [2d8a72b]
|
|
305
|
-
- @contractspec/lib.contracts@1.46.1
|
|
332
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
306
333
|
- @contractspec/lib.schema@1.46.1
|
|
307
334
|
|
|
308
335
|
## 1.46.0
|
|
@@ -314,7 +341,7 @@
|
|
|
314
341
|
### Patch Changes
|
|
315
342
|
|
|
316
343
|
- Updated dependencies [07cb19b]
|
|
317
|
-
- @contractspec/lib.contracts@1.46.0
|
|
344
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
318
345
|
- @contractspec/lib.schema@1.46.0
|
|
319
346
|
|
|
320
347
|
## 1.45.6
|
|
@@ -323,7 +350,7 @@
|
|
|
323
350
|
|
|
324
351
|
- a913074: feat: improve ai agents rules management"
|
|
325
352
|
- Updated dependencies [a913074]
|
|
326
|
-
- @contractspec/lib.contracts@1.45.6
|
|
353
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
327
354
|
- @contractspec/lib.schema@1.45.6
|
|
328
355
|
|
|
329
356
|
## 1.45.5
|
|
@@ -332,7 +359,7 @@
|
|
|
332
359
|
|
|
333
360
|
- 9ddd7fa: feat: improve versioning
|
|
334
361
|
- Updated dependencies [9ddd7fa]
|
|
335
|
-
- @contractspec/lib.contracts@1.45.5
|
|
362
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
336
363
|
- @contractspec/lib.schema@1.45.5
|
|
337
364
|
|
|
338
365
|
## 1.45.4
|
|
@@ -341,7 +368,7 @@
|
|
|
341
368
|
|
|
342
369
|
- fix: github action
|
|
343
370
|
- Updated dependencies
|
|
344
|
-
- @contractspec/lib.contracts@1.45.4
|
|
371
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
345
372
|
- @contractspec/lib.schema@1.45.4
|
|
346
373
|
|
|
347
374
|
## 1.45.3
|
|
@@ -350,7 +377,7 @@
|
|
|
350
377
|
|
|
351
378
|
- e74ea9e: feat: version management
|
|
352
379
|
- Updated dependencies [e74ea9e]
|
|
353
|
-
- @contractspec/lib.contracts@1.45.3
|
|
380
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
354
381
|
- @contractspec/lib.schema@1.45.3
|
|
355
382
|
|
|
356
383
|
## 1.45.2
|
|
@@ -359,7 +386,7 @@
|
|
|
359
386
|
|
|
360
387
|
- 39ca241: code cleaning
|
|
361
388
|
- Updated dependencies [39ca241]
|
|
362
|
-
- @contractspec/lib.contracts@1.45.2
|
|
389
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
363
390
|
- @contractspec/lib.schema@1.45.2
|
|
364
391
|
|
|
365
392
|
## 1.45.1
|
|
@@ -370,7 +397,7 @@
|
|
|
370
397
|
- Updated dependencies
|
|
371
398
|
- @contractspec/module.audit-trail@1.45.1
|
|
372
399
|
- @contractspec/lib.identity-rbac@1.45.1
|
|
373
|
-
- @contractspec/lib.contracts@1.45.1
|
|
400
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
374
401
|
- @contractspec/lib.schema@1.45.1
|
|
375
402
|
- @contractspec/lib.jobs@1.45.1
|
|
376
403
|
|
|
@@ -399,7 +426,7 @@
|
|
|
399
426
|
- Updated dependencies [e73ca1d]
|
|
400
427
|
- @contractspec/module.audit-trail@1.45.0
|
|
401
428
|
- @contractspec/lib.identity-rbac@1.45.0
|
|
402
|
-
- @contractspec/lib.contracts@1.45.0
|
|
429
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
403
430
|
- @contractspec/lib.schema@1.45.0
|
|
404
431
|
- @contractspec/lib.jobs@1.45.0
|
|
405
432
|
|
|
@@ -411,7 +438,7 @@
|
|
|
411
438
|
- Updated dependencies [3c594fb]
|
|
412
439
|
- @contractspec/module.audit-trail@1.44.1
|
|
413
440
|
- @contractspec/lib.identity-rbac@1.44.1
|
|
414
|
-
- @contractspec/lib.contracts@1.44.1
|
|
441
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
415
442
|
- @contractspec/lib.schema@1.44.1
|
|
416
443
|
- @contractspec/lib.jobs@1.44.1
|
|
417
444
|
|
|
@@ -426,7 +453,7 @@
|
|
|
426
453
|
- Updated dependencies [5f3a868]
|
|
427
454
|
- @contractspec/module.audit-trail@1.44.0
|
|
428
455
|
- @contractspec/lib.identity-rbac@1.44.0
|
|
429
|
-
- @contractspec/lib.contracts@1.44.0
|
|
456
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
430
457
|
- @contractspec/lib.schema@1.44.0
|
|
431
458
|
- @contractspec/lib.jobs@1.44.0
|
|
432
459
|
|
|
@@ -438,7 +465,7 @@
|
|
|
438
465
|
- Updated dependencies [9216062]
|
|
439
466
|
- @contractspec/module.audit-trail@1.43.4
|
|
440
467
|
- @contractspec/lib.identity-rbac@1.43.4
|
|
441
|
-
- @contractspec/lib.contracts@1.43.4
|
|
468
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
442
469
|
- @contractspec/lib.schema@1.43.3
|
|
443
470
|
- @contractspec/lib.jobs@1.43.4
|
|
444
471
|
|
|
@@ -450,7 +477,7 @@
|
|
|
450
477
|
- Updated dependencies [24d9759]
|
|
451
478
|
- @contractspec/module.audit-trail@1.43.3
|
|
452
479
|
- @contractspec/lib.identity-rbac@1.43.3
|
|
453
|
-
- @contractspec/lib.contracts@1.43.3
|
|
480
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
454
481
|
- @contractspec/lib.schema@1.43.2
|
|
455
482
|
- @contractspec/lib.jobs@1.43.3
|
|
456
483
|
|
|
@@ -462,7 +489,7 @@
|
|
|
462
489
|
- Updated dependencies [e147271]
|
|
463
490
|
- @contractspec/module.audit-trail@1.43.2
|
|
464
491
|
- @contractspec/lib.identity-rbac@1.43.2
|
|
465
|
-
- @contractspec/lib.contracts@1.43.2
|
|
492
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
466
493
|
- @contractspec/lib.jobs@1.43.2
|
|
467
494
|
- @contractspec/lib.schema@1.43.1
|
|
468
495
|
|
|
@@ -471,7 +498,7 @@
|
|
|
471
498
|
### Patch Changes
|
|
472
499
|
|
|
473
500
|
- Updated dependencies [f28fdad]
|
|
474
|
-
- @contractspec/lib.contracts@1.43.1
|
|
501
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
475
502
|
- @contractspec/lib.identity-rbac@1.43.1
|
|
476
503
|
- @contractspec/lib.jobs@1.43.1
|
|
477
504
|
- @contractspec/module.audit-trail@1.43.1
|
|
@@ -487,7 +514,7 @@
|
|
|
487
514
|
- Updated dependencies [042d072]
|
|
488
515
|
- @contractspec/module.audit-trail@1.43.0
|
|
489
516
|
- @contractspec/lib.identity-rbac@1.43.0
|
|
490
|
-
- @contractspec/lib.contracts@1.43.0
|
|
517
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
491
518
|
- @contractspec/lib.schema@1.43.0
|
|
492
519
|
- @contractspec/lib.jobs@1.43.0
|
|
493
520
|
|
|
@@ -499,7 +526,7 @@
|
|
|
499
526
|
- Updated dependencies [1e6a0f1]
|
|
500
527
|
- @contractspec/module.audit-trail@1.42.10
|
|
501
528
|
- @contractspec/lib.identity-rbac@1.42.10
|
|
502
|
-
- @contractspec/lib.contracts@1.42.10
|
|
529
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
503
530
|
- @contractspec/lib.schema@1.42.10
|
|
504
531
|
- @contractspec/lib.jobs@1.42.10
|
|
505
532
|
|
|
@@ -511,7 +538,7 @@
|
|
|
511
538
|
- Updated dependencies [9281db7]
|
|
512
539
|
- @contractspec/module.audit-trail@1.42.9
|
|
513
540
|
- @contractspec/lib.identity-rbac@1.42.9
|
|
514
|
-
- @contractspec/lib.contracts@1.42.9
|
|
541
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
515
542
|
- @contractspec/lib.schema@1.42.9
|
|
516
543
|
- @contractspec/lib.jobs@1.42.9
|
|
517
544
|
|
|
@@ -523,7 +550,7 @@
|
|
|
523
550
|
- Updated dependencies [e07b5ac]
|
|
524
551
|
- @contractspec/module.audit-trail@1.42.8
|
|
525
552
|
- @contractspec/lib.identity-rbac@1.42.8
|
|
526
|
-
- @contractspec/lib.contracts@1.42.8
|
|
553
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
527
554
|
- @contractspec/lib.schema@1.42.8
|
|
528
555
|
- @contractspec/lib.jobs@1.42.8
|
|
529
556
|
|
|
@@ -535,7 +562,7 @@
|
|
|
535
562
|
- Updated dependencies [e9b575d]
|
|
536
563
|
- @contractspec/module.audit-trail@1.42.7
|
|
537
564
|
- @contractspec/lib.identity-rbac@1.42.7
|
|
538
|
-
- @contractspec/lib.contracts@1.42.7
|
|
565
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
539
566
|
- @contractspec/lib.schema@1.42.7
|
|
540
567
|
- @contractspec/lib.jobs@1.42.7
|
|
541
568
|
|
|
@@ -547,7 +574,7 @@
|
|
|
547
574
|
- Updated dependencies [1500242]
|
|
548
575
|
- @contractspec/module.audit-trail@1.42.6
|
|
549
576
|
- @contractspec/lib.identity-rbac@1.42.6
|
|
550
|
-
- @contractspec/lib.contracts@1.42.6
|
|
577
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
551
578
|
- @contractspec/lib.schema@1.42.6
|
|
552
579
|
- @contractspec/lib.jobs@1.42.6
|
|
553
580
|
|
|
@@ -559,7 +586,7 @@
|
|
|
559
586
|
- Updated dependencies [1299719]
|
|
560
587
|
- @contractspec/module.audit-trail@1.42.5
|
|
561
588
|
- @contractspec/lib.identity-rbac@1.42.5
|
|
562
|
-
- @contractspec/lib.contracts@1.42.5
|
|
589
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
563
590
|
- @contractspec/lib.schema@1.42.5
|
|
564
591
|
- @contractspec/lib.jobs@1.42.5
|
|
565
592
|
|
|
@@ -571,7 +598,7 @@
|
|
|
571
598
|
- Updated dependencies [ac28b99]
|
|
572
599
|
- @contractspec/module.audit-trail@1.42.4
|
|
573
600
|
- @contractspec/lib.identity-rbac@1.42.4
|
|
574
|
-
- @contractspec/lib.contracts@1.42.4
|
|
601
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
575
602
|
- @contractspec/lib.schema@1.42.4
|
|
576
603
|
- @contractspec/lib.jobs@1.42.4
|
|
577
604
|
|
|
@@ -581,7 +608,7 @@
|
|
|
581
608
|
|
|
582
609
|
- 3f5d015: fix(tooling): cicd
|
|
583
610
|
- Updated dependencies [3f5d015]
|
|
584
|
-
- @contractspec/lib.contracts@1.42.3
|
|
611
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
585
612
|
- @contractspec/lib.identity-rbac@1.42.3
|
|
586
613
|
- @contractspec/lib.jobs@1.42.3
|
|
587
614
|
- @contractspec/lib.schema@1.42.3
|
|
@@ -593,7 +620,7 @@
|
|
|
593
620
|
|
|
594
621
|
- 1f9ac4c: fix
|
|
595
622
|
- Updated dependencies [1f9ac4c]
|
|
596
|
-
- @contractspec/lib.contracts@1.42.2
|
|
623
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
597
624
|
- @contractspec/lib.identity-rbac@1.42.2
|
|
598
625
|
- @contractspec/lib.jobs@1.42.2
|
|
599
626
|
- @contractspec/lib.schema@1.42.2
|
|
@@ -607,7 +634,7 @@
|
|
|
607
634
|
- Updated dependencies [f043995]
|
|
608
635
|
- @contractspec/module.audit-trail@1.42.1
|
|
609
636
|
- @contractspec/lib.identity-rbac@1.42.1
|
|
610
|
-
- @contractspec/lib.contracts@1.42.1
|
|
637
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
611
638
|
- @contractspec/lib.schema@1.42.1
|
|
612
639
|
- @contractspec/lib.jobs@1.42.1
|
|
613
640
|
|
|
@@ -620,7 +647,7 @@
|
|
|
620
647
|
### Patch Changes
|
|
621
648
|
|
|
622
649
|
- Updated dependencies [8eefd9c]
|
|
623
|
-
- @contractspec/lib.contracts@1.42.0
|
|
650
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
624
651
|
- @contractspec/lib.identity-rbac@1.42.0
|
|
625
652
|
- @contractspec/lib.jobs@1.42.0
|
|
626
653
|
- @contractspec/lib.schema@1.42.0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AgentCreatedEvent - A new agent was created.
|
|
3
3
|
*/
|
|
4
|
-
export declare const AgentCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const AgentCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
id: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -42,7 +42,7 @@ export declare const AgentCreatedEvent: import("@contractspec/lib.contracts").Ev
|
|
|
42
42
|
/**
|
|
43
43
|
* AgentUpdatedEvent - An agent was updated.
|
|
44
44
|
*/
|
|
45
|
-
export declare const AgentUpdatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
45
|
+
export declare const AgentUpdatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
46
46
|
id: {
|
|
47
47
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
@@ -72,7 +72,7 @@ export declare const AgentUpdatedEvent: import("@contractspec/lib.contracts").Ev
|
|
|
72
72
|
/**
|
|
73
73
|
* AgentToolAssignedEvent - A tool was assigned to an agent.
|
|
74
74
|
*/
|
|
75
|
-
export declare const AgentToolAssignedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
75
|
+
export declare const AgentToolAssignedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
76
76
|
agentId: {
|
|
77
77
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
78
78
|
isOptional: false;
|
|
@@ -97,7 +97,7 @@ export declare const AgentToolAssignedEvent: import("@contractspec/lib.contracts
|
|
|
97
97
|
/**
|
|
98
98
|
* AgentToolRemovedEvent - A tool was removed from an agent.
|
|
99
99
|
*/
|
|
100
|
-
export declare const AgentToolRemovedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
100
|
+
export declare const AgentToolRemovedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
101
101
|
agentId: {
|
|
102
102
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
103
103
|
isOptional: false;
|
|
@@ -119,4 +119,3 @@ export declare const AgentToolRemovedEvent: import("@contractspec/lib.contracts"
|
|
|
119
119
|
isOptional: false;
|
|
120
120
|
};
|
|
121
121
|
}>>;
|
|
122
|
-
//# sourceMappingURL=agent.event.d.ts.map
|