@dusky-bluehour/agent-service 0.6.5 → 0.6.7
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 +36 -25
- package/antigravity/README.md +14 -1
- package/antigravity/agents/agent-catalog.json +5 -5
- package/antigravity/commands/definitions/cmd-dev-be-api.md +43 -0
- package/antigravity/commands/definitions/cmd-dev-fe-hook-separate.md +43 -0
- package/antigravity/commands/definitions/cmd-dev-fe-ui-componentize.md +43 -0
- package/antigravity/commands/definitions/cmd-dev-perf-optimize.md +43 -0
- package/antigravity/commands/definitions/cmd-dev-sequential-autorun.md +43 -0
- package/antigravity/commands/definitions/cmd-doc-handoff.md +44 -0
- package/antigravity/commands/definitions/cmd-improve-techdebt.md +43 -0
- package/antigravity/commands/definitions/cmd-incident-triage.md +43 -0
- package/antigravity/commands/definitions/cmd-ops-ci-cd-gate.md +43 -0
- package/antigravity/commands/definitions/cmd-ops-deploy.md +43 -0
- package/antigravity/commands/definitions/cmd-ops-monitoring.md +43 -0
- package/antigravity/commands/definitions/cmd-plan-arch-decision.md +43 -0
- package/antigravity/commands/definitions/cmd-plan-implementation-bootstrap.md +43 -0
- package/antigravity/commands/definitions/cmd-plan-prd-details.md +43 -0
- package/antigravity/commands/definitions/cmd-plan-prd-master.md +44 -0
- package/antigravity/commands/definitions/cmd-plan-req-lock.md +44 -0
- package/antigravity/commands/definitions/cmd-review-code.md +43 -0
- package/antigravity/commands/definitions/cmd-sec-dependency-audit.md +43 -0
- package/antigravity/commands/definitions/cmd-sec-threat-model.md +43 -0
- package/antigravity/commands/definitions/cmd-test-unit-integration.md +43 -0
- package/antigravity/instructions/WORKSPACE-RULES.template.md +34 -0
- package/antigravity/settings/editor-policy.json +193 -0
- package/antigravity/skills/change-safety-review/SKILL.md +40 -0
- package/antigravity/skills/code-review-and-improvement/SKILL.md +20 -0
- package/antigravity/skills/frontend-repetition-pack/SKILL.md +20 -0
- package/antigravity/skills/incident-response/SKILL.md +20 -0
- package/antigravity/skills/prd-to-production-pipeline/SKILL.md +21 -1
- package/antigravity/skills/release-and-operations/SKILL.md +20 -0
- package/antigravity/skills/security-hardening/SKILL.md +21 -1
- package/antigravity/skills/service-lifecycle-orchestration/SKILL.md +21 -1
- package/antigravity/workflows/definitions/WF-FRONTEND-REFACTOR.workflow.yaml +38 -0
- package/antigravity/workflows/definitions/WF-INCIDENT-RESPONSE.workflow.yaml +41 -0
- package/antigravity/workflows/definitions/WF-PRD-TO-PRODUCTION.workflow.yaml +76 -0
- package/antigravity/workflows/definitions/WF-SECURITY-HARDENING.workflow.yaml +40 -0
- package/antigravity/workflows/definitions/WF-SERVICE-E2E.workflow.yaml +67 -0
- package/antigravity/workflows/workflow-catalog.json +5 -5
- package/catalog/tool-catalog.ko.json +78 -17
- package/claude-code/README.md +31 -1
- package/claude-code/agent-teams/team-catalog.json +7 -7
- package/claude-code/commands/native/cmd-dev-be-api.md +51 -0
- package/claude-code/commands/native/cmd-dev-fe-hook-separate.md +51 -0
- package/claude-code/commands/native/cmd-dev-fe-ui-componentize.md +51 -0
- package/claude-code/commands/native/cmd-dev-perf-optimize.md +51 -0
- package/claude-code/commands/native/cmd-dev-sequential-autorun.md +51 -0
- package/claude-code/commands/native/cmd-doc-handoff.md +52 -0
- package/claude-code/commands/native/cmd-improve-techdebt.md +51 -0
- package/claude-code/commands/native/cmd-incident-triage.md +51 -0
- package/claude-code/commands/native/cmd-ops-ci-cd-gate.md +51 -0
- package/claude-code/commands/native/cmd-ops-deploy.md +51 -0
- package/claude-code/commands/native/cmd-ops-monitoring.md +51 -0
- package/claude-code/commands/native/cmd-plan-arch-decision.md +51 -0
- package/claude-code/commands/native/cmd-plan-implementation-bootstrap.md +51 -0
- package/claude-code/commands/native/cmd-plan-prd-details.md +51 -0
- package/claude-code/commands/native/cmd-plan-prd-master.md +52 -0
- package/claude-code/commands/native/cmd-plan-req-lock.md +52 -0
- package/claude-code/commands/native/cmd-review-code.md +51 -0
- package/claude-code/commands/native/cmd-sec-dependency-audit.md +51 -0
- package/claude-code/commands/native/cmd-sec-threat-model.md +51 -0
- package/claude-code/commands/native/cmd-test-unit-integration.md +51 -0
- package/claude-code/instructions/CLAUDE.template.md +42 -0
- package/claude-code/settings/settings.json +183 -0
- package/claude-code/settings/settings.local.json +10 -0
- package/claude-code/skills/change-safety-review/SKILL.md +40 -0
- package/claude-code/skills/code-review-and-improvement/SKILL.md +21 -1
- package/claude-code/skills/frontend-repetition-pack/SKILL.md +21 -1
- package/claude-code/skills/incident-response/SKILL.md +21 -1
- package/claude-code/skills/prd-to-production-pipeline/SKILL.md +21 -1
- package/claude-code/skills/release-and-operations/SKILL.md +21 -1
- package/claude-code/skills/security-hardening/SKILL.md +21 -1
- package/claude-code/skills/service-lifecycle-orchestration/SKILL.md +21 -1
- package/claude-code/workflows/workflow-catalog.json +8 -8
- package/codex/README.md +18 -3
- package/codex/automations/automation-recipes.toml +4 -4
- package/codex/instructions/AGENTS.permissions.generated.md +121 -0
- package/codex/instructions/AGENTS.template.md +24 -8
- package/codex/settings/runtime-policy.json +188 -0
- package/codex/skills/change-safety-review/SKILL.md +40 -0
- package/codex/skills/change-safety-review/agents/openai.yaml +4 -0
- package/codex/skills/cmd-dev-be-api/SKILL.md +43 -0
- package/codex/skills/cmd-dev-be-api/agents/openai.yaml +4 -0
- package/codex/skills/cmd-dev-fe-hook-separate/SKILL.md +43 -0
- package/codex/skills/cmd-dev-fe-hook-separate/agents/openai.yaml +4 -0
- package/codex/skills/cmd-dev-fe-ui-componentize/SKILL.md +43 -0
- package/codex/skills/cmd-dev-fe-ui-componentize/agents/openai.yaml +4 -0
- package/codex/skills/cmd-dev-perf-optimize/SKILL.md +43 -0
- package/codex/skills/cmd-dev-perf-optimize/agents/openai.yaml +4 -0
- package/codex/skills/cmd-dev-sequential-autorun/SKILL.md +43 -0
- package/codex/skills/cmd-dev-sequential-autorun/agents/openai.yaml +4 -0
- package/codex/skills/cmd-doc-handoff/SKILL.md +43 -0
- package/codex/skills/cmd-doc-handoff/agents/openai.yaml +4 -0
- package/codex/skills/cmd-improve-techdebt/SKILL.md +43 -0
- package/codex/skills/cmd-improve-techdebt/agents/openai.yaml +4 -0
- package/codex/skills/cmd-incident-triage/SKILL.md +43 -0
- package/codex/skills/cmd-incident-triage/agents/openai.yaml +4 -0
- package/codex/skills/cmd-ops-ci-cd-gate/SKILL.md +43 -0
- package/codex/skills/cmd-ops-ci-cd-gate/agents/openai.yaml +4 -0
- package/codex/skills/cmd-ops-deploy/SKILL.md +43 -0
- package/codex/skills/cmd-ops-deploy/agents/openai.yaml +4 -0
- package/codex/skills/cmd-ops-monitoring/SKILL.md +43 -0
- package/codex/skills/cmd-ops-monitoring/agents/openai.yaml +4 -0
- package/codex/skills/cmd-plan-arch-decision/SKILL.md +43 -0
- package/codex/skills/cmd-plan-arch-decision/agents/openai.yaml +4 -0
- package/codex/skills/cmd-plan-implementation-bootstrap/SKILL.md +43 -0
- package/codex/skills/cmd-plan-implementation-bootstrap/agents/openai.yaml +4 -0
- package/codex/skills/cmd-plan-prd-details/SKILL.md +43 -0
- package/codex/skills/cmd-plan-prd-details/agents/openai.yaml +4 -0
- package/codex/skills/cmd-plan-prd-master/SKILL.md +44 -0
- package/codex/skills/cmd-plan-prd-master/agents/openai.yaml +4 -0
- package/codex/skills/cmd-plan-req-lock/SKILL.md +44 -0
- package/codex/skills/cmd-plan-req-lock/agents/openai.yaml +4 -0
- package/codex/skills/cmd-review-code/SKILL.md +43 -0
- package/codex/skills/cmd-review-code/agents/openai.yaml +4 -0
- package/codex/skills/cmd-sec-dependency-audit/SKILL.md +43 -0
- package/codex/skills/cmd-sec-dependency-audit/agents/openai.yaml +4 -0
- package/codex/skills/cmd-sec-threat-model/SKILL.md +43 -0
- package/codex/skills/cmd-sec-threat-model/agents/openai.yaml +4 -0
- package/codex/skills/cmd-test-unit-integration/SKILL.md +43 -0
- package/codex/skills/cmd-test-unit-integration/agents/openai.yaml +4 -0
- package/codex/skills/code-review-and-improvement/SKILL.md +21 -1
- package/codex/skills/frontend-repetition-pack/SKILL.md +20 -0
- package/codex/skills/incident-response/SKILL.md +21 -1
- package/codex/skills/prd-to-production-pipeline/SKILL.md +21 -1
- package/codex/skills/release-and-operations/SKILL.md +20 -0
- package/codex/skills/security-hardening/SKILL.md +21 -1
- package/codex/skills/service-lifecycle-orchestration/SKILL.md +21 -1
- package/codex/workflows/workflow-catalog.json +6 -6
- package/common/antigravity/agent-catalog.json +72 -0
- package/common/antigravity/artifact-catalog.json +184 -0
- package/common/claude/subagent-catalog.json +419 -0
- package/common/claude/team-catalog.json +69 -0
- package/common/commands/command-catalog.json +942 -0
- package/common/settings/security-policy.json +221 -0
- package/common/skills/skill-catalog.json +566 -0
- package/common/workflows/workflow-catalog.json +1550 -0
- package/package.json +6 -2
- package/scripts/generate-from-common.mjs +872 -0
- package/scripts/init.mjs +295 -36
- package/scripts/validate.mjs +451 -10
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": "1.0.0",
|
|
3
|
+
"policy_id": "strict-dev",
|
|
4
|
+
"description_ko": "프로젝트 단위 자동화 실행을 위한 보안 중심 권한 정책",
|
|
5
|
+
"shared_permissions": {
|
|
6
|
+
"read_all": true,
|
|
7
|
+
"edit_all": true,
|
|
8
|
+
"allow_bash": [
|
|
9
|
+
"mkdir *",
|
|
10
|
+
"touch *",
|
|
11
|
+
"ls *",
|
|
12
|
+
"cat *",
|
|
13
|
+
"grep *",
|
|
14
|
+
"find *",
|
|
15
|
+
"echo *",
|
|
16
|
+
"cd *",
|
|
17
|
+
"pwd",
|
|
18
|
+
"tail *",
|
|
19
|
+
"head *",
|
|
20
|
+
"git status",
|
|
21
|
+
"git log *",
|
|
22
|
+
"git diff *",
|
|
23
|
+
"git branch",
|
|
24
|
+
"node *",
|
|
25
|
+
"npx *",
|
|
26
|
+
"npm *",
|
|
27
|
+
"pnpm *",
|
|
28
|
+
"yarn *",
|
|
29
|
+
"jest *",
|
|
30
|
+
"vitest *",
|
|
31
|
+
"pytest *",
|
|
32
|
+
"docker ps *",
|
|
33
|
+
"docker images *",
|
|
34
|
+
"docker logs *",
|
|
35
|
+
"docker run *",
|
|
36
|
+
"docker build *",
|
|
37
|
+
"docker-compose up *",
|
|
38
|
+
"docker-compose build *"
|
|
39
|
+
],
|
|
40
|
+
"ask_bash": [
|
|
41
|
+
"git add *",
|
|
42
|
+
"git commit *",
|
|
43
|
+
"git push *",
|
|
44
|
+
"git pull *",
|
|
45
|
+
"git fetch *",
|
|
46
|
+
"git merge *",
|
|
47
|
+
"git rebase *",
|
|
48
|
+
"git reset *",
|
|
49
|
+
"git clean *",
|
|
50
|
+
"git checkout .",
|
|
51
|
+
"git restore .",
|
|
52
|
+
"git branch -D *",
|
|
53
|
+
"git push --force *",
|
|
54
|
+
"git push -f *",
|
|
55
|
+
"rm *",
|
|
56
|
+
"rm -r *",
|
|
57
|
+
"rm -rf *",
|
|
58
|
+
"rm -f *",
|
|
59
|
+
"mv *",
|
|
60
|
+
"cp *",
|
|
61
|
+
"cp -r *",
|
|
62
|
+
"docker rm *",
|
|
63
|
+
"docker rmi *",
|
|
64
|
+
"docker system prune *",
|
|
65
|
+
"docker volume rm *",
|
|
66
|
+
"docker network rm *",
|
|
67
|
+
"docker-compose down *"
|
|
68
|
+
],
|
|
69
|
+
"deny_bash": [
|
|
70
|
+
"npm install -g *",
|
|
71
|
+
"npm i -g *",
|
|
72
|
+
"pnpm add -g *",
|
|
73
|
+
"pnpm install -g *",
|
|
74
|
+
"yarn global add *",
|
|
75
|
+
"brew install *",
|
|
76
|
+
"brew uninstall *",
|
|
77
|
+
"pip install *",
|
|
78
|
+
"pip uninstall *",
|
|
79
|
+
"sudo *",
|
|
80
|
+
"su *",
|
|
81
|
+
"chmod *",
|
|
82
|
+
"chown *",
|
|
83
|
+
"chgrp *",
|
|
84
|
+
"kill *",
|
|
85
|
+
"killall *",
|
|
86
|
+
"pkill *",
|
|
87
|
+
"shutdown *",
|
|
88
|
+
"reboot*",
|
|
89
|
+
"halt*",
|
|
90
|
+
"poweroff*",
|
|
91
|
+
"ifconfig *",
|
|
92
|
+
"route *",
|
|
93
|
+
"iptables *",
|
|
94
|
+
"pfctl *",
|
|
95
|
+
"diskutil *",
|
|
96
|
+
"hdiutil *",
|
|
97
|
+
"dd *",
|
|
98
|
+
"format *",
|
|
99
|
+
"curl * | bash",
|
|
100
|
+
"curl * | sh",
|
|
101
|
+
"curl * | zsh",
|
|
102
|
+
"wget * | bash",
|
|
103
|
+
"wget * | sh",
|
|
104
|
+
"* | sudo *",
|
|
105
|
+
"security *",
|
|
106
|
+
"defaults write *",
|
|
107
|
+
"launchctl *",
|
|
108
|
+
"scutil *",
|
|
109
|
+
"nvram *",
|
|
110
|
+
"csrutil *",
|
|
111
|
+
"softwareupdate *",
|
|
112
|
+
"xcode-select *"
|
|
113
|
+
],
|
|
114
|
+
"deny_read": [
|
|
115
|
+
"//System/**",
|
|
116
|
+
"//Library/**",
|
|
117
|
+
"//bin/**",
|
|
118
|
+
"//sbin/**",
|
|
119
|
+
"//usr/**",
|
|
120
|
+
"//etc/**",
|
|
121
|
+
"//var/**",
|
|
122
|
+
"//private/**",
|
|
123
|
+
"//tmp/**",
|
|
124
|
+
"//opt/**",
|
|
125
|
+
"~/.ssh/**",
|
|
126
|
+
"~/.aws/**",
|
|
127
|
+
"~/.config/gcloud/**",
|
|
128
|
+
"~/.docker/**",
|
|
129
|
+
"~/.kube/**",
|
|
130
|
+
"~/.npmrc",
|
|
131
|
+
"~/.gitconfig",
|
|
132
|
+
"~/.zshrc",
|
|
133
|
+
"~/.bashrc",
|
|
134
|
+
"~/.bash_profile",
|
|
135
|
+
"~/.zprofile",
|
|
136
|
+
"~/Library/Safari/**",
|
|
137
|
+
"~/Library/Application Support/Google/Chrome/**",
|
|
138
|
+
"~/Library/Keychains/**",
|
|
139
|
+
"~/Library/Mail/**",
|
|
140
|
+
"//usr/local/Cellar/**",
|
|
141
|
+
"//opt/homebrew/**",
|
|
142
|
+
"./.env",
|
|
143
|
+
"./.env.*",
|
|
144
|
+
"./secrets/**",
|
|
145
|
+
"./config/credentials.json"
|
|
146
|
+
],
|
|
147
|
+
"deny_edit": [
|
|
148
|
+
"//System/**",
|
|
149
|
+
"//Library/**",
|
|
150
|
+
"//bin/**",
|
|
151
|
+
"//sbin/**",
|
|
152
|
+
"//usr/**",
|
|
153
|
+
"//etc/**",
|
|
154
|
+
"//var/**",
|
|
155
|
+
"//private/**",
|
|
156
|
+
"//tmp/**",
|
|
157
|
+
"//opt/**",
|
|
158
|
+
"~/.ssh/**",
|
|
159
|
+
"~/.aws/**",
|
|
160
|
+
"~/.config/gcloud/**",
|
|
161
|
+
"~/.docker/**",
|
|
162
|
+
"~/.kube/**",
|
|
163
|
+
"~/.npmrc",
|
|
164
|
+
"~/.gitconfig",
|
|
165
|
+
"~/.zshrc",
|
|
166
|
+
"~/.bashrc",
|
|
167
|
+
"~/.bash_profile",
|
|
168
|
+
"~/.zprofile",
|
|
169
|
+
"~/Library/Safari/**",
|
|
170
|
+
"~/Library/Application Support/Google/Chrome/**",
|
|
171
|
+
"~/Library/Keychains/**",
|
|
172
|
+
"~/Library/Mail/**",
|
|
173
|
+
"//usr/local/Cellar/**",
|
|
174
|
+
"//opt/homebrew/**",
|
|
175
|
+
"./.env",
|
|
176
|
+
"./.env.*",
|
|
177
|
+
"./secrets/**",
|
|
178
|
+
"./config/credentials.json"
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
"claude_code": {
|
|
182
|
+
"default_mode": "acceptEdits",
|
|
183
|
+
"disable_bypass_permissions_mode": "disable",
|
|
184
|
+
"additional_directories": [],
|
|
185
|
+
"enabled_plugins": {
|
|
186
|
+
"code-review@claude-code-plugins": true,
|
|
187
|
+
"frontend-design@claude-code-plugins": true,
|
|
188
|
+
"commit-commands@claude-code-plugins": true
|
|
189
|
+
},
|
|
190
|
+
"local_overrides": {
|
|
191
|
+
"ask_bash": [
|
|
192
|
+
"git push *",
|
|
193
|
+
"docker-compose down *"
|
|
194
|
+
],
|
|
195
|
+
"additional_directories": []
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"antigravity": {
|
|
199
|
+
"editor_settings": {
|
|
200
|
+
"autonomy_level": "balanced",
|
|
201
|
+
"require_approval": {
|
|
202
|
+
"destructive_shell": true,
|
|
203
|
+
"git_write": true,
|
|
204
|
+
"filesystem_delete": true
|
|
205
|
+
},
|
|
206
|
+
"blocked_tool_groups": [
|
|
207
|
+
"system-admin",
|
|
208
|
+
"credential-files"
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"codex": {
|
|
213
|
+
"runtime_policy": {
|
|
214
|
+
"sandbox_mode": "workspace-write",
|
|
215
|
+
"network_access": "restricted",
|
|
216
|
+
"git_write_actions": "ask",
|
|
217
|
+
"destructive_shell": "deny",
|
|
218
|
+
"global_package_installs": "deny"
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|