@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.
Files changed (141) hide show
  1. package/README.md +36 -25
  2. package/antigravity/README.md +14 -1
  3. package/antigravity/agents/agent-catalog.json +5 -5
  4. package/antigravity/commands/definitions/cmd-dev-be-api.md +43 -0
  5. package/antigravity/commands/definitions/cmd-dev-fe-hook-separate.md +43 -0
  6. package/antigravity/commands/definitions/cmd-dev-fe-ui-componentize.md +43 -0
  7. package/antigravity/commands/definitions/cmd-dev-perf-optimize.md +43 -0
  8. package/antigravity/commands/definitions/cmd-dev-sequential-autorun.md +43 -0
  9. package/antigravity/commands/definitions/cmd-doc-handoff.md +44 -0
  10. package/antigravity/commands/definitions/cmd-improve-techdebt.md +43 -0
  11. package/antigravity/commands/definitions/cmd-incident-triage.md +43 -0
  12. package/antigravity/commands/definitions/cmd-ops-ci-cd-gate.md +43 -0
  13. package/antigravity/commands/definitions/cmd-ops-deploy.md +43 -0
  14. package/antigravity/commands/definitions/cmd-ops-monitoring.md +43 -0
  15. package/antigravity/commands/definitions/cmd-plan-arch-decision.md +43 -0
  16. package/antigravity/commands/definitions/cmd-plan-implementation-bootstrap.md +43 -0
  17. package/antigravity/commands/definitions/cmd-plan-prd-details.md +43 -0
  18. package/antigravity/commands/definitions/cmd-plan-prd-master.md +44 -0
  19. package/antigravity/commands/definitions/cmd-plan-req-lock.md +44 -0
  20. package/antigravity/commands/definitions/cmd-review-code.md +43 -0
  21. package/antigravity/commands/definitions/cmd-sec-dependency-audit.md +43 -0
  22. package/antigravity/commands/definitions/cmd-sec-threat-model.md +43 -0
  23. package/antigravity/commands/definitions/cmd-test-unit-integration.md +43 -0
  24. package/antigravity/instructions/WORKSPACE-RULES.template.md +34 -0
  25. package/antigravity/settings/editor-policy.json +193 -0
  26. package/antigravity/skills/change-safety-review/SKILL.md +40 -0
  27. package/antigravity/skills/code-review-and-improvement/SKILL.md +20 -0
  28. package/antigravity/skills/frontend-repetition-pack/SKILL.md +20 -0
  29. package/antigravity/skills/incident-response/SKILL.md +20 -0
  30. package/antigravity/skills/prd-to-production-pipeline/SKILL.md +21 -1
  31. package/antigravity/skills/release-and-operations/SKILL.md +20 -0
  32. package/antigravity/skills/security-hardening/SKILL.md +21 -1
  33. package/antigravity/skills/service-lifecycle-orchestration/SKILL.md +21 -1
  34. package/antigravity/workflows/definitions/WF-FRONTEND-REFACTOR.workflow.yaml +38 -0
  35. package/antigravity/workflows/definitions/WF-INCIDENT-RESPONSE.workflow.yaml +41 -0
  36. package/antigravity/workflows/definitions/WF-PRD-TO-PRODUCTION.workflow.yaml +76 -0
  37. package/antigravity/workflows/definitions/WF-SECURITY-HARDENING.workflow.yaml +40 -0
  38. package/antigravity/workflows/definitions/WF-SERVICE-E2E.workflow.yaml +67 -0
  39. package/antigravity/workflows/workflow-catalog.json +5 -5
  40. package/catalog/tool-catalog.ko.json +78 -17
  41. package/claude-code/README.md +31 -1
  42. package/claude-code/agent-teams/team-catalog.json +7 -7
  43. package/claude-code/commands/native/cmd-dev-be-api.md +51 -0
  44. package/claude-code/commands/native/cmd-dev-fe-hook-separate.md +51 -0
  45. package/claude-code/commands/native/cmd-dev-fe-ui-componentize.md +51 -0
  46. package/claude-code/commands/native/cmd-dev-perf-optimize.md +51 -0
  47. package/claude-code/commands/native/cmd-dev-sequential-autorun.md +51 -0
  48. package/claude-code/commands/native/cmd-doc-handoff.md +52 -0
  49. package/claude-code/commands/native/cmd-improve-techdebt.md +51 -0
  50. package/claude-code/commands/native/cmd-incident-triage.md +51 -0
  51. package/claude-code/commands/native/cmd-ops-ci-cd-gate.md +51 -0
  52. package/claude-code/commands/native/cmd-ops-deploy.md +51 -0
  53. package/claude-code/commands/native/cmd-ops-monitoring.md +51 -0
  54. package/claude-code/commands/native/cmd-plan-arch-decision.md +51 -0
  55. package/claude-code/commands/native/cmd-plan-implementation-bootstrap.md +51 -0
  56. package/claude-code/commands/native/cmd-plan-prd-details.md +51 -0
  57. package/claude-code/commands/native/cmd-plan-prd-master.md +52 -0
  58. package/claude-code/commands/native/cmd-plan-req-lock.md +52 -0
  59. package/claude-code/commands/native/cmd-review-code.md +51 -0
  60. package/claude-code/commands/native/cmd-sec-dependency-audit.md +51 -0
  61. package/claude-code/commands/native/cmd-sec-threat-model.md +51 -0
  62. package/claude-code/commands/native/cmd-test-unit-integration.md +51 -0
  63. package/claude-code/instructions/CLAUDE.template.md +42 -0
  64. package/claude-code/settings/settings.json +183 -0
  65. package/claude-code/settings/settings.local.json +10 -0
  66. package/claude-code/skills/change-safety-review/SKILL.md +40 -0
  67. package/claude-code/skills/code-review-and-improvement/SKILL.md +21 -1
  68. package/claude-code/skills/frontend-repetition-pack/SKILL.md +21 -1
  69. package/claude-code/skills/incident-response/SKILL.md +21 -1
  70. package/claude-code/skills/prd-to-production-pipeline/SKILL.md +21 -1
  71. package/claude-code/skills/release-and-operations/SKILL.md +21 -1
  72. package/claude-code/skills/security-hardening/SKILL.md +21 -1
  73. package/claude-code/skills/service-lifecycle-orchestration/SKILL.md +21 -1
  74. package/claude-code/workflows/workflow-catalog.json +8 -8
  75. package/codex/README.md +18 -3
  76. package/codex/automations/automation-recipes.toml +4 -4
  77. package/codex/instructions/AGENTS.permissions.generated.md +121 -0
  78. package/codex/instructions/AGENTS.template.md +24 -8
  79. package/codex/settings/runtime-policy.json +188 -0
  80. package/codex/skills/change-safety-review/SKILL.md +40 -0
  81. package/codex/skills/change-safety-review/agents/openai.yaml +4 -0
  82. package/codex/skills/cmd-dev-be-api/SKILL.md +43 -0
  83. package/codex/skills/cmd-dev-be-api/agents/openai.yaml +4 -0
  84. package/codex/skills/cmd-dev-fe-hook-separate/SKILL.md +43 -0
  85. package/codex/skills/cmd-dev-fe-hook-separate/agents/openai.yaml +4 -0
  86. package/codex/skills/cmd-dev-fe-ui-componentize/SKILL.md +43 -0
  87. package/codex/skills/cmd-dev-fe-ui-componentize/agents/openai.yaml +4 -0
  88. package/codex/skills/cmd-dev-perf-optimize/SKILL.md +43 -0
  89. package/codex/skills/cmd-dev-perf-optimize/agents/openai.yaml +4 -0
  90. package/codex/skills/cmd-dev-sequential-autorun/SKILL.md +43 -0
  91. package/codex/skills/cmd-dev-sequential-autorun/agents/openai.yaml +4 -0
  92. package/codex/skills/cmd-doc-handoff/SKILL.md +43 -0
  93. package/codex/skills/cmd-doc-handoff/agents/openai.yaml +4 -0
  94. package/codex/skills/cmd-improve-techdebt/SKILL.md +43 -0
  95. package/codex/skills/cmd-improve-techdebt/agents/openai.yaml +4 -0
  96. package/codex/skills/cmd-incident-triage/SKILL.md +43 -0
  97. package/codex/skills/cmd-incident-triage/agents/openai.yaml +4 -0
  98. package/codex/skills/cmd-ops-ci-cd-gate/SKILL.md +43 -0
  99. package/codex/skills/cmd-ops-ci-cd-gate/agents/openai.yaml +4 -0
  100. package/codex/skills/cmd-ops-deploy/SKILL.md +43 -0
  101. package/codex/skills/cmd-ops-deploy/agents/openai.yaml +4 -0
  102. package/codex/skills/cmd-ops-monitoring/SKILL.md +43 -0
  103. package/codex/skills/cmd-ops-monitoring/agents/openai.yaml +4 -0
  104. package/codex/skills/cmd-plan-arch-decision/SKILL.md +43 -0
  105. package/codex/skills/cmd-plan-arch-decision/agents/openai.yaml +4 -0
  106. package/codex/skills/cmd-plan-implementation-bootstrap/SKILL.md +43 -0
  107. package/codex/skills/cmd-plan-implementation-bootstrap/agents/openai.yaml +4 -0
  108. package/codex/skills/cmd-plan-prd-details/SKILL.md +43 -0
  109. package/codex/skills/cmd-plan-prd-details/agents/openai.yaml +4 -0
  110. package/codex/skills/cmd-plan-prd-master/SKILL.md +44 -0
  111. package/codex/skills/cmd-plan-prd-master/agents/openai.yaml +4 -0
  112. package/codex/skills/cmd-plan-req-lock/SKILL.md +44 -0
  113. package/codex/skills/cmd-plan-req-lock/agents/openai.yaml +4 -0
  114. package/codex/skills/cmd-review-code/SKILL.md +43 -0
  115. package/codex/skills/cmd-review-code/agents/openai.yaml +4 -0
  116. package/codex/skills/cmd-sec-dependency-audit/SKILL.md +43 -0
  117. package/codex/skills/cmd-sec-dependency-audit/agents/openai.yaml +4 -0
  118. package/codex/skills/cmd-sec-threat-model/SKILL.md +43 -0
  119. package/codex/skills/cmd-sec-threat-model/agents/openai.yaml +4 -0
  120. package/codex/skills/cmd-test-unit-integration/SKILL.md +43 -0
  121. package/codex/skills/cmd-test-unit-integration/agents/openai.yaml +4 -0
  122. package/codex/skills/code-review-and-improvement/SKILL.md +21 -1
  123. package/codex/skills/frontend-repetition-pack/SKILL.md +20 -0
  124. package/codex/skills/incident-response/SKILL.md +21 -1
  125. package/codex/skills/prd-to-production-pipeline/SKILL.md +21 -1
  126. package/codex/skills/release-and-operations/SKILL.md +20 -0
  127. package/codex/skills/security-hardening/SKILL.md +21 -1
  128. package/codex/skills/service-lifecycle-orchestration/SKILL.md +21 -1
  129. package/codex/workflows/workflow-catalog.json +6 -6
  130. package/common/antigravity/agent-catalog.json +72 -0
  131. package/common/antigravity/artifact-catalog.json +184 -0
  132. package/common/claude/subagent-catalog.json +419 -0
  133. package/common/claude/team-catalog.json +69 -0
  134. package/common/commands/command-catalog.json +942 -0
  135. package/common/settings/security-policy.json +221 -0
  136. package/common/skills/skill-catalog.json +566 -0
  137. package/common/workflows/workflow-catalog.json +1550 -0
  138. package/package.json +6 -2
  139. package/scripts/generate-from-common.mjs +872 -0
  140. package/scripts/init.mjs +295 -36
  141. 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
+ }