oh-my-customcode 1.1.1 → 1.1.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/dist/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/.claude/agents/mgr-gitnerd.md +1 -1
- package/templates/.claude/agents/slack-cli-expert.md +1 -1
- package/templates/.claude/agents/wiki-curator.md +4 -4
- package/templates/.claude/rules/MUST-agent-design.md +1 -2
- package/templates/.claude/rules/MUST-orchestrator-coordination.md +1 -1
- package/templates/.claude/rules/index.yaml +40 -0
- package/templates/.claude/skills/action-validator/SKILL.md +6 -7
- package/templates/.claude/skills/adaptive-harness/SKILL.md +6 -7
- package/templates/.claude/skills/agent-eval-framework/SKILL.md +4 -5
- package/templates/.claude/skills/de-lead-routing/SKILL.md +2 -2
- package/templates/.claude/skills/deep-plan/SKILL.md +8 -13
- package/templates/.claude/skills/deep-verify/SKILL.md +2 -3
- package/templates/.claude/skills/dev-lead-routing/SKILL.md +2 -2
- package/templates/.claude/skills/dev-review/SKILL.md +4 -5
- package/templates/.claude/skills/docker-best-practices/SKILL.md +0 -2
- package/templates/.claude/skills/hada-scout/SKILL.md +1 -1
- package/templates/.claude/skills/harness-eval/SKILL.md +3 -7
- package/templates/.claude/skills/harness-synthesizer/SKILL.md +3 -7
- package/templates/.claude/skills/help/SKILL.md +5 -8
- package/templates/.claude/skills/lists/SKILL.md +26 -25
- package/templates/.claude/skills/monitoring-setup/SKILL.md +4 -1
- package/templates/.claude/skills/post-release-followup/SKILL.md +2 -8
- package/templates/.claude/skills/professor-triage/SKILL.md +10 -14
- package/templates/.claude/skills/qa-lead-routing/SKILL.md +2 -2
- package/templates/.claude/skills/reasoning-sandwich/SKILL.md +9 -9
- package/templates/.claude/skills/research/SKILL.md +2 -8
- package/templates/.claude/skills/result-aggregation/SKILL.md +2 -8
- package/templates/.claude/skills/roundtable-debate/SKILL.md +6 -8
- package/templates/.claude/skills/sauron-watch/SKILL.md +1 -1
- package/templates/.claude/skills/secretary-routing/SKILL.md +2 -2
- package/templates/.claude/skills/skill-extractor/SKILL.md +2 -8
- package/templates/.claude/skills/spark-best-practices/SKILL.md +1 -1
- package/templates/.claude/skills/status/SKILL.md +11 -16
- package/templates/.claude/skills/token-efficiency-audit/SKILL.md +1 -1
- package/templates/.claude/skills/wiki/SKILL.md +1 -1
- package/templates/.claude/skills/wiki-rag/SKILL.md +1 -1
- package/templates/guides/airflow/README.md +8 -8
- package/templates/guides/alembic/README.md +1 -1
- package/templates/guides/cc-token-saver/README.md +14 -0
- package/templates/guides/claude-code/03-tools.md +1 -1
- package/templates/guides/claude-code/06-mcp.md +1 -1
- package/templates/guides/claude-code/11-sub-agents.md +4 -4
- package/templates/guides/claude-code/13-cli-flags.md +1 -0
- package/templates/guides/claude-code/15-version-compatibility.md +4 -2
- package/templates/guides/claude-code/index.yaml +15 -0
- package/templates/guides/claude-code-tracking.md +2 -2
- package/templates/guides/deep-plan/phases.md +7 -9
- package/templates/guides/external-tools/ecc-absorption-decisions.md +2 -2
- package/templates/guides/external-tools/graphify-integration.md +1 -1
- package/templates/guides/git-worktree-workflow/README.md +1 -1
- package/templates/guides/index.yaml +1 -1
- package/templates/guides/multi-model-routing/README.md +7 -2
- package/templates/guides/professor-triage/README.md +2 -2
- package/templates/guides/professor-triage/phases.md +3 -14
- package/templates/manifest.json +1 -1
|
@@ -111,7 +111,7 @@ Generate multi-perspective analysis comments and artifacts for each analyzed iss
|
|
|
111
111
|
|
|
112
112
|
Phases 4A, 4B, 4C, 4E use `general-purpose` (NOT `arch-documenter`).
|
|
113
113
|
|
|
114
|
-
`arch-documenter` has `disallowedTools: [Bash]` → cannot
|
|
114
|
+
`arch-documenter` has `disallowedTools: [Bash]` → cannot run `gh` (GitHub comment posting) or shell scripts that these phases require. `general-purpose` has Bash access and can execute the `gh` calls and artifact writes. See #1043 and R010 "Agent Capability Pre-Check → Known Limitations".
|
|
115
115
|
|
|
116
116
|
### 4A: Senior Architect Analysis
|
|
117
117
|
|
|
@@ -229,23 +229,12 @@ _`/professor-triage` v2.3.0에 의해 현재 코드베이스 대비 분석됨
|
|
|
229
229
|
|
|
230
230
|
Delegate to general-purpose. Path: `.claude/outputs/sessions/YYYY-MM-DD/professor-triage-HHmmss.md`
|
|
231
231
|
|
|
232
|
-
**
|
|
233
|
-
|
|
234
|
-
```bash
|
|
235
|
-
cat > /tmp/professor-triage-$(date +%H%M%S).sh << 'ARTIFACT_SCRIPT'
|
|
236
|
-
mkdir -p .claude/outputs/sessions/YYYY-MM-DD
|
|
237
|
-
cat > .claude/outputs/sessions/YYYY-MM-DD/professor-triage-HHmmss.md << 'ARTIFACT_CONTENT'
|
|
238
|
-
{artifact content here}
|
|
239
|
-
ARTIFACT_CONTENT
|
|
240
|
-
ARTIFACT_SCRIPT
|
|
241
|
-
bash /tmp/professor-triage-HHmmss.sh
|
|
242
|
-
rm /tmp/professor-triage-HHmmss.sh
|
|
243
|
-
```
|
|
232
|
+
**Artifact write**: Under `mode: "bypassPermissions"`, write the artifact directly with the Write tool (create the dated directory first if needed). Direct Write/Edit/Bash on `.claude/outputs/` is permitted since CC v2.1.121 — no `/tmp/*.sh` wrapping is needed (R006/R010). Only catastrophic shell operations (`rm -rf /`) remain blocked by independent safety guards.
|
|
244
233
|
|
|
245
234
|
Artifact template:
|
|
246
235
|
|
|
247
236
|
```
|
|
248
|
-
# Professor Triage
|
|
237
|
+
# Professor Triage 리포트 — YYYY-MM-DD
|
|
249
238
|
|
|
250
239
|
## 분석 대상
|
|
251
240
|
| # | 제목 | 라벨 | 생성일 |
|
package/templates/manifest.json
CHANGED