-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack-lock.json
More file actions
38 lines (38 loc) · 1.05 KB
/
Copy pathstack-lock.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"schema_version": "agent-action-stack.lock/v1",
"components": [
{
"name": "constitutional-agent-testbench",
"repository": "https://github.com/EauDoon/constitutional-agent-testbench.git",
"commit": "a7a51907eaaab68a52b66edef28b3ee0fcb3ff97",
"expected_entrypoints": [
"pyproject.toml",
"src/constitutional_agent_testbench/cli.py"
]
},
{
"name": "consequence-rail",
"repository": "https://github.com/EauDoon/consequence-rail.git",
"commit": "d1bacc66618591231270902b657ffaa752954ee6",
"expected_entrypoints": [
"package.json",
"cmd/crctl.js"
]
},
{
"name": "mandatebound",
"repository": "https://github.com/EauDoon/mandatebound.git",
"commit": "468fce7e0d4dcc1e86bad07a469b3d9217914bb0",
"expected_entrypoints": [
"package.json",
"package-lock.json",
"src/cli.ts"
],
"post_build_entrypoints": [
"dist/cli.js"
],
"install": "npm-ci",
"build": "npm-run-build"
}
]
}