-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 862 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
{
"name": "cosmosmith",
"version": "0.1.1",
"description": "A universal initializer and Codex plugin for multi-agent product, spec, implementation, QA, and release workflows.",
"type": "module",
"bin": {
"cosmosmith": "bin/cosmosmith.mjs"
},
"files": [
"bin/",
"plugins/",
".agents/",
"README.md",
"README.zh-CN.md",
"LICENSE"
],
"scripts": {
"validate": "python scripts/validate_release.py",
"smoke:init": "node bin/cosmosmith.mjs init --all --dir .tmp/smoke --force"
},
"keywords": [
"agents",
"skills",
"codex",
"claude",
"cursor",
"devops",
"specs"
],
"author": "devnomad-byte",
"license": "MIT",
"homepage": "https://github.com/devnomad-byte/cosmosmith",
"repository": {
"type": "git",
"url": "git+https://github.com/devnomad-byte/cosmosmith.git"
}
}