automagik-forge 0.1.0 → 0.1.2
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/package.json +14 -4
package/package.json
CHANGED
@@ -1,18 +1,28 @@
|
|
1
1
|
{
|
2
2
|
"name": "automagik-forge",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.2",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": {
|
7
7
|
"automagik-forge": "bin/cli.js"
|
8
8
|
},
|
9
|
-
"keywords": [
|
9
|
+
"keywords": [
|
10
|
+
"ai",
|
11
|
+
"agent",
|
12
|
+
"claude",
|
13
|
+
"gemini",
|
14
|
+
"automation",
|
15
|
+
"kanban",
|
16
|
+
"task-management",
|
17
|
+
"mcp",
|
18
|
+
"assistant"
|
19
|
+
],
|
10
20
|
"author": "Namastex Labs",
|
11
|
-
"license": "
|
21
|
+
"license": "Apache-2.0",
|
12
22
|
"description": "AI Agent Execution Substrate - Get 10X more out of Claude Code, Gemini CLI, and other coding agents with kanban task management",
|
13
23
|
"repository": {
|
14
24
|
"type": "git",
|
15
|
-
"url": "https://github.com/namastexlabs/automagik-forge.git"
|
25
|
+
"url": "git+https://github.com/namastexlabs/automagik-forge.git"
|
16
26
|
},
|
17
27
|
"homepage": "https://namastex.ai",
|
18
28
|
"bugs": {
|