cc-codeconductor 0.2.1
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/LICENSE +18 -0
- package/README.md +319 -0
- package/dist/index.js +12741 -0
- package/package.json +51 -0
- package/policy.yml +124 -0
- package/presets/claude/CLAUDE.md +598 -0
- package/presets/claude/commands/cc/feature.md +115 -0
- package/presets/claude/commands/cc/fix.md +121 -0
- package/presets/claude/commands/cc/refactor.md +148 -0
- package/presets/claude/commands/cc/review.md +126 -0
- package/presets/claude/commands/cc/tdd-cycle.md +226 -0
- package/presets/claude/commands/cc/test-plan.md +138 -0
- package/presets/claude/settings.json +37 -0
- package/presets/claude/skills/api-versioning/SKILL.md +389 -0
- package/presets/claude/skills/django-orm/SKILL.md +455 -0
- package/presets/claude/skills/django-testing/SKILL.md +409 -0
- package/presets/claude/skills/jpa-postgres/SKILL.md +618 -0
- package/presets/claude/skills/python/SKILL.md +606 -0
- package/presets/claude/skills/python-django-stack/SKILL.md +492 -0
- package/presets/claude/skills/python-fastapi-stack/SKILL.md +457 -0
- package/presets/claude/skills/spring-boot-feature/SKILL.md +558 -0
- package/presets/claude/skills/spring-boot-kotlin/SKILL.md +400 -0
- package/presets/claude/skills/sqlalchemy/SKILL.md +466 -0
- package/presets/claude/skills/testing-strategy/SKILL.md +479 -0
- package/presets/codex/AGENTS.md +883 -0
- package/presets/codex/README.md +102 -0
- package/presets/codex/skills/api-versioning/SKILL.md +389 -0
- package/presets/codex/skills/django-orm/SKILL.md +455 -0
- package/presets/codex/skills/django-testing/SKILL.md +409 -0
- package/presets/codex/skills/jpa-postgres/SKILL.md +618 -0
- package/presets/codex/skills/python/SKILL.md +606 -0
- package/presets/codex/skills/python-django-stack/SKILL.md +492 -0
- package/presets/codex/skills/python-fastapi-stack/SKILL.md +457 -0
- package/presets/codex/skills/spring-boot-feature/SKILL.md +558 -0
- package/presets/codex/skills/spring-boot-kotlin/SKILL.md +400 -0
- package/presets/codex/skills/sqlalchemy/SKILL.md +466 -0
- package/presets/codex/skills/testing-strategy/SKILL.md +479 -0
- package/presets/opencode/README.md +191 -0
- package/presets/opencode/agents/architect.md +133 -0
- package/presets/opencode/agents/docs.md +113 -0
- package/presets/opencode/agents/implementer.md +116 -0
- package/presets/opencode/agents/orchestrator.md +248 -0
- package/presets/opencode/agents/repo-explorer.md +119 -0
- package/presets/opencode/agents/reviewer.md +130 -0
- package/presets/opencode/agents/task-coach.md +103 -0
- package/presets/opencode/agents/tester.md +269 -0
- package/presets/opencode/commands/cc-feature.md +114 -0
- package/presets/opencode/commands/cc-fix.md +123 -0
- package/presets/opencode/commands/cc-refactor.md +148 -0
- package/presets/opencode/commands/cc-review.md +141 -0
- package/presets/opencode/commands/cc-tdd-cycle.md +225 -0
- package/presets/opencode/commands/cc-test-plan.md +144 -0
- package/presets/opencode/opencode.jsonc +89 -0
- package/presets/opencode/prompts/v0.1.0/architect.md +213 -0
- package/presets/opencode/prompts/v0.1.0/docs.md +181 -0
- package/presets/opencode/prompts/v0.1.0/implementer.md +154 -0
- package/presets/opencode/prompts/v0.1.0/orchestrator.md +169 -0
- package/presets/opencode/prompts/v0.1.0/repo-explorer.md +102 -0
- package/presets/opencode/prompts/v0.1.0/reviewer.md +183 -0
- package/presets/opencode/prompts/v0.1.0/task-coach.md +142 -0
- package/presets/opencode/prompts/v0.1.0/tester.md +160 -0
- package/presets/opencode/prompts/v0.2.0/architect.md +219 -0
- package/presets/opencode/prompts/v0.2.0/docs.md +187 -0
- package/presets/opencode/prompts/v0.2.0/implementer.md +160 -0
- package/presets/opencode/prompts/v0.2.0/orchestrator.md +238 -0
- package/presets/opencode/prompts/v0.2.0/repo-explorer.md +108 -0
- package/presets/opencode/prompts/v0.2.0/reviewer.md +190 -0
- package/presets/opencode/prompts/v0.2.0/task-coach.md +153 -0
- package/presets/opencode/prompts/v0.2.0/tester.md +249 -0
- package/presets/opencode/skills/api-versioning/SKILL.md +388 -0
- package/presets/opencode/skills/astro/SKILL.md +313 -0
- package/presets/opencode/skills/code-review/SKILL.md +202 -0
- package/presets/opencode/skills/django-orm/SKILL.md +455 -0
- package/presets/opencode/skills/django-testing/SKILL.md +408 -0
- package/presets/opencode/skills/django-uv/SKILL.md +400 -0
- package/presets/opencode/skills/jpa-postgres/SKILL.md +617 -0
- package/presets/opencode/skills/nextjs-typescript/SKILL.md +385 -0
- package/presets/opencode/skills/python/SKILL.md +605 -0
- package/presets/opencode/skills/python-django-stack/SKILL.md +491 -0
- package/presets/opencode/skills/python-fastapi-stack/SKILL.md +456 -0
- package/presets/opencode/skills/security/SKILL.md +376 -0
- package/presets/opencode/skills/spring-boot-feature/SKILL.md +557 -0
- package/presets/opencode/skills/spring-boot-kotlin/SKILL.md +399 -0
- package/presets/opencode/skills/spring-boot-testing-strategy/SKILL.md +470 -0
- package/presets/opencode/skills/sqlalchemy/SKILL.md +465 -0
- package/presets/opencode/skills/testing-tdd/SKILL.md +586 -0
- package/src/presets/council/council.yml +59 -0
- package/src/presets/manifests/claude.yml +23 -0
- package/src/presets/manifests/codex.yml +12 -0
- package/src/presets/manifests/opencode.yml +18 -0
- package/src/presets/models/claude.yml +37 -0
- package/src/presets/models/codex.yml +38 -0
- package/src/presets/models/opencode.yml +37 -0
package/package.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cc-codeconductor",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "A multi-agent orchestration framework for AI-assisted software engineering workflows.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ai",
|
|
7
|
+
"agents",
|
|
8
|
+
"orchestration",
|
|
9
|
+
"workflow",
|
|
10
|
+
"opencode",
|
|
11
|
+
"claude",
|
|
12
|
+
"codex"
|
|
13
|
+
],
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"files": [
|
|
16
|
+
"dist/index.js",
|
|
17
|
+
"policy.yml",
|
|
18
|
+
"presets/",
|
|
19
|
+
"src/presets/"
|
|
20
|
+
],
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://github.com/lgzarturo/codeconductor"
|
|
24
|
+
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": ">=20.11"
|
|
27
|
+
},
|
|
28
|
+
"type": "module",
|
|
29
|
+
"bin": {
|
|
30
|
+
"codeconductor": "./dist/index.js"
|
|
31
|
+
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"dev": "bun run src/cli/main.ts",
|
|
34
|
+
"build": "bun build src/cli/main.ts --target=node --outfile=dist/index.js",
|
|
35
|
+
"test": "bun test",
|
|
36
|
+
"typecheck": "tsc --noEmit",
|
|
37
|
+
"release:patch": "bash release.sh patch",
|
|
38
|
+
"release:minor": "bash release.sh minor",
|
|
39
|
+
"release:major": "bash release.sh major",
|
|
40
|
+
"release:notes": "git-cliff --config .cliff.toml --output CHANGELOG.md",
|
|
41
|
+
"release": "bash release.sh"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"zod": "^3.23.8",
|
|
45
|
+
"yaml": "^2.4.5"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@types/bun": "^1.1.8",
|
|
49
|
+
"typescript": "^5.5.3"
|
|
50
|
+
}
|
|
51
|
+
}
|
package/policy.yml
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
version: 1
|
|
2
|
+
|
|
3
|
+
# NOTE:
|
|
4
|
+
# This policy is declarative. Until the CodeConductor policy compiler exists,
|
|
5
|
+
# enforcement depends on the target tool.
|
|
6
|
+
|
|
7
|
+
runtime:
|
|
8
|
+
user: cc-agent
|
|
9
|
+
mode: native
|
|
10
|
+
cleanEnv: true
|
|
11
|
+
network:
|
|
12
|
+
default: deny
|
|
13
|
+
allowDomains:
|
|
14
|
+
- google.com
|
|
15
|
+
- github.com
|
|
16
|
+
- openai.com
|
|
17
|
+
- repo.maven.apache.org
|
|
18
|
+
- registry.npmjs.org
|
|
19
|
+
|
|
20
|
+
filesystem:
|
|
21
|
+
workspace: rw
|
|
22
|
+
|
|
23
|
+
denyRead:
|
|
24
|
+
- "~/*"
|
|
25
|
+
- "/Users/*/**"
|
|
26
|
+
- "/home/*/**"
|
|
27
|
+
- "**/.env"
|
|
28
|
+
- "**/.env.*"
|
|
29
|
+
- "**/secrets/**"
|
|
30
|
+
- "**/.aws/**"
|
|
31
|
+
- "**/.kube/**"
|
|
32
|
+
- "**/.ssh/**"
|
|
33
|
+
- "**/config/**"
|
|
34
|
+
- "**/kubeconfig/**"
|
|
35
|
+
- "**/ssh/**"
|
|
36
|
+
- "**/.gnupg/**"
|
|
37
|
+
- "**/.npm/**"
|
|
38
|
+
- "**/.npmrc"
|
|
39
|
+
- "**/.pypirc"
|
|
40
|
+
|
|
41
|
+
denyWrite:
|
|
42
|
+
- ".git/**"
|
|
43
|
+
- ".claude/**"
|
|
44
|
+
- ".opencode/**"
|
|
45
|
+
- ".codeconductor/**"
|
|
46
|
+
- ".code-conductor/policy.yml"
|
|
47
|
+
- "/etc/**"
|
|
48
|
+
- "/var/**"
|
|
49
|
+
- "~/**"
|
|
50
|
+
|
|
51
|
+
targets:
|
|
52
|
+
opencode:
|
|
53
|
+
unsupportedRules: []
|
|
54
|
+
warnings:
|
|
55
|
+
- "Enforcement depends on OpenCode permission support."
|
|
56
|
+
- "Command patterns are string-based until the policy compiler exists."
|
|
57
|
+
claude:
|
|
58
|
+
unsupportedRules:
|
|
59
|
+
- "denyRead"
|
|
60
|
+
- "denyWrite"
|
|
61
|
+
- "runtime.network.allowDomains"
|
|
62
|
+
warnings:
|
|
63
|
+
- "Claude settings primarily represent shell permissions; filesystem and network boundaries depend on Claude Code capabilities and manual isolation."
|
|
64
|
+
codex:
|
|
65
|
+
unsupportedRules:
|
|
66
|
+
- "denyRead"
|
|
67
|
+
- "denyWrite"
|
|
68
|
+
- "runtime.network"
|
|
69
|
+
- "commands"
|
|
70
|
+
warnings:
|
|
71
|
+
- "Codex preset currently represents policy intent through AGENTS.md contracts; runtime enforcement depends on Codex capabilities."
|
|
72
|
+
|
|
73
|
+
commands:
|
|
74
|
+
allow:
|
|
75
|
+
- "git status"
|
|
76
|
+
- "git log"
|
|
77
|
+
- "git diff"
|
|
78
|
+
- "./gradlew clean"
|
|
79
|
+
- "./gradlew build"
|
|
80
|
+
- "./gradlew test"
|
|
81
|
+
|
|
82
|
+
ask:
|
|
83
|
+
- "git add"
|
|
84
|
+
- "git commit"
|
|
85
|
+
- "git push"
|
|
86
|
+
- "git pull"
|
|
87
|
+
- "git switch*"
|
|
88
|
+
- "git checkout*"
|
|
89
|
+
- "docker compose*"
|
|
90
|
+
|
|
91
|
+
deny:
|
|
92
|
+
- "git push --force"
|
|
93
|
+
- "git push -f"
|
|
94
|
+
- "git rebase *"
|
|
95
|
+
- "git reset --hard *"
|
|
96
|
+
- "git rm --cached *"
|
|
97
|
+
- "rm -rf *"
|
|
98
|
+
- "sudo *"
|
|
99
|
+
- "chmod 777 *"
|
|
100
|
+
- "chown *"
|
|
101
|
+
- "dd *"
|
|
102
|
+
- "mkfs *"
|
|
103
|
+
- "mount *"
|
|
104
|
+
- "umount *"
|
|
105
|
+
- "launchctl *"
|
|
106
|
+
- "systemctl *"
|
|
107
|
+
- "ln -s *"
|
|
108
|
+
- "symlink *"
|
|
109
|
+
- "curl * | sh"
|
|
110
|
+
- "curl * | bash"
|
|
111
|
+
- "wget * | sh"
|
|
112
|
+
- "wget * | bash"
|
|
113
|
+
|
|
114
|
+
git:
|
|
115
|
+
protectedBranches:
|
|
116
|
+
- "master"
|
|
117
|
+
- "main"
|
|
118
|
+
- "develop"
|
|
119
|
+
|
|
120
|
+
deny:
|
|
121
|
+
- forcePush
|
|
122
|
+
- pushProtectedBranch
|
|
123
|
+
- rebaseProtectedBranch
|
|
124
|
+
- resetProtectedBranch
|