@codexa/cli 8.5.0 → 8.6.0

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,43 +1,43 @@
1
- {
2
- "name": "@codexa/cli",
3
- "version": "8.5.0",
4
- "description": "Orchestrated workflow system for Claude Code - manages feature development through parallel subagents with structured phases, gates, and quality enforcement.",
5
- "type": "module",
6
- "bin": {
7
- "codexa": "workflow.ts"
8
- },
9
- "files": [
10
- "workflow.ts",
11
- "commands/",
12
- "db/",
13
- "gates/",
14
- "protocol/",
15
- "detectors/"
16
- ],
17
- "scripts": {
18
- "cli": "bun run workflow.ts"
19
- },
20
- "engines": {
21
- "bun": ">=1.0.0"
22
- },
23
- "dependencies": {
24
- "commander": "^12.0.0"
25
- },
26
- "devDependencies": {
27
- "@types/bun": "latest",
28
- "@types/node": "^20.0.0"
29
- },
30
- "keywords": [
31
- "claude",
32
- "claude-code",
33
- "workflow",
34
- "ai",
35
- "subagent",
36
- "orchestration"
37
- ],
38
- "license": "MIT",
39
- "repository": {
40
- "type": "git",
41
- "url": "https://github.com/leandrogaspar/codexa"
42
- }
43
- }
1
+ {
2
+ "name": "@codexa/cli",
3
+ "version": "8.6.0",
4
+ "description": "Orchestrated workflow system for Claude Code - manages feature development through parallel subagents with structured phases, gates, and quality enforcement.",
5
+ "type": "module",
6
+ "bin": {
7
+ "codexa": "workflow.ts"
8
+ },
9
+ "files": [
10
+ "workflow.ts",
11
+ "commands/",
12
+ "db/",
13
+ "gates/",
14
+ "protocol/",
15
+ "detectors/"
16
+ ],
17
+ "scripts": {
18
+ "cli": "bun run workflow.ts"
19
+ },
20
+ "engines": {
21
+ "bun": ">=1.0.0"
22
+ },
23
+ "dependencies": {
24
+ "commander": "^12.0.0"
25
+ },
26
+ "devDependencies": {
27
+ "@types/bun": "latest",
28
+ "@types/node": "^20.0.0"
29
+ },
30
+ "keywords": [
31
+ "claude",
32
+ "claude-code",
33
+ "workflow",
34
+ "ai",
35
+ "subagent",
36
+ "orchestration"
37
+ ],
38
+ "license": "MIT",
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/leandrorazevedo/codexa-workflow"
42
+ }
43
+ }