-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 988 Bytes
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
{
"name": "@frontier-intelligence/loop-architect",
"version": "0.1.0",
"description": "One-command installer for the Loop Architect skill — verifier-first design for safe AI agent loops, or a reasoned refusal when a task shouldn't be looped.",
"bin": {
"loop-architect": "bin/loop-architect.js"
},
"files": [
"bin/",
"skills/loop-architect/"
],
"engines": {
"node": ">=16.7"
},
"keywords": [
"claude",
"claude-code",
"codex",
"agent-skills",
"loop-architect",
"ai-agents",
"verifier",
"automation"
],
"homepage": "https://github.com/Frontier-Intelligence-Lab/loop-architect#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Frontier-Intelligence-Lab/loop-architect.git"
},
"bugs": {
"url": "https://github.com/Frontier-Intelligence-Lab/loop-architect/issues"
},
"author": "Frontier Intelligence Lab",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}