cerber-core 1.1.8 → 1.1.9
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/README.md +115 -1789
- package/package.json +18 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cerber-core",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.9",
|
|
4
|
+
"description": "Contract-first project guardian for AI-assisted development. Enforces CERBER.md across pre-commit, CI, and optional post-deploy gates.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
@@ -34,35 +34,28 @@
|
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "
|
|
37
|
+
"url": "https://github.com/Agaslez/cerber-core.git"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"ai",
|
|
41
41
|
"ai-agents",
|
|
42
|
-
"ai-coding",
|
|
43
42
|
"copilot",
|
|
44
43
|
"cursor",
|
|
45
44
|
"windsurf",
|
|
45
|
+
"claude",
|
|
46
46
|
"llm",
|
|
47
|
-
"contract",
|
|
48
|
-
"contract-first",
|
|
49
|
-
"project-guard",
|
|
50
|
-
"single-source-of-truth",
|
|
51
47
|
"pre-commit",
|
|
48
|
+
"git-hooks",
|
|
52
49
|
"husky",
|
|
53
|
-
"guardrails",
|
|
54
|
-
"workflow-generator",
|
|
55
|
-
"ci-cd",
|
|
56
50
|
"github-actions",
|
|
57
|
-
"
|
|
51
|
+
"ci",
|
|
52
|
+
"ci-cd",
|
|
53
|
+
"guardrails",
|
|
54
|
+
"contract-first",
|
|
55
|
+
"single-source-of-truth",
|
|
58
56
|
"health-check",
|
|
59
57
|
"deployment-gate",
|
|
60
|
-
"
|
|
61
|
-
"automation",
|
|
62
|
-
"architecture",
|
|
63
|
-
"validation",
|
|
64
|
-
"cerber",
|
|
65
|
-
"guardian"
|
|
58
|
+
"doctor"
|
|
66
59
|
],
|
|
67
60
|
"author": {
|
|
68
61
|
"name": "Agata Sleziak",
|
|
@@ -79,7 +72,13 @@
|
|
|
79
72
|
"bugs": {
|
|
80
73
|
"url": "https://github.com/Agaslez/cerber-core/issues"
|
|
81
74
|
},
|
|
82
|
-
"homepage": "https://github.com/Agaslez/cerber-core
|
|
75
|
+
"homepage": "https://github.com/Agaslez/cerber-core",
|
|
76
|
+
"funding": [
|
|
77
|
+
{
|
|
78
|
+
"type": "github",
|
|
79
|
+
"url": "https://github.com/sponsors/Agaslez"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
83
82
|
"peerDependencies": {
|
|
84
83
|
"typescript": ">=5.0.0"
|
|
85
84
|
},
|