codex-workflows 0.6.1 → 0.6.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codex-workflows",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Task-oriented agentic coding framework for OpenAI Codex CLI — skills, recipes, and subagents for structured development workflows",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Shinsuke Kagawa",
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/shinpr/codex-workflows"
|
|
10
10
|
},
|
|
11
|
+
"scripts": {
|
|
12
|
+
"check:skills-index": "node scripts/check-skills-index.mjs",
|
|
13
|
+
"hooks:install": "git config core.hooksPath scripts/hooks"
|
|
14
|
+
},
|
|
11
15
|
"bin": {
|
|
12
16
|
"codex-workflows": "./bin/cli.js"
|
|
13
17
|
},
|