oh-my-customcode 1.1.0 → 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.
Files changed (60) hide show
  1. package/dist/cli/index.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +1 -1
  4. package/templates/.claude/agents/mgr-gitnerd.md +1 -1
  5. package/templates/.claude/agents/slack-cli-expert.md +1 -1
  6. package/templates/.claude/agents/wiki-curator.md +4 -4
  7. package/templates/.claude/rules/MUST-agent-design.md +4 -2
  8. package/templates/.claude/rules/MUST-orchestrator-coordination.md +1 -1
  9. package/templates/.claude/rules/MUST-sync-verification.md +12 -0
  10. package/templates/.claude/rules/SHOULD-verification-ladder.md +8 -0
  11. package/templates/.claude/rules/index.yaml +40 -0
  12. package/templates/.claude/skills/action-validator/SKILL.md +6 -7
  13. package/templates/.claude/skills/adaptive-harness/SKILL.md +6 -7
  14. package/templates/.claude/skills/agent-eval-framework/SKILL.md +4 -5
  15. package/templates/.claude/skills/de-lead-routing/SKILL.md +2 -2
  16. package/templates/.claude/skills/deep-plan/SKILL.md +8 -13
  17. package/templates/.claude/skills/deep-verify/SKILL.md +2 -3
  18. package/templates/.claude/skills/dev-lead-routing/SKILL.md +2 -2
  19. package/templates/.claude/skills/dev-review/SKILL.md +4 -5
  20. package/templates/.claude/skills/docker-best-practices/SKILL.md +0 -2
  21. package/templates/.claude/skills/hada-scout/SKILL.md +1 -1
  22. package/templates/.claude/skills/harness-eval/SKILL.md +3 -7
  23. package/templates/.claude/skills/harness-synthesizer/SKILL.md +3 -7
  24. package/templates/.claude/skills/help/SKILL.md +5 -8
  25. package/templates/.claude/skills/lists/SKILL.md +26 -25
  26. package/templates/.claude/skills/monitoring-setup/SKILL.md +4 -1
  27. package/templates/.claude/skills/post-release-followup/SKILL.md +2 -8
  28. package/templates/.claude/skills/professor-triage/SKILL.md +10 -14
  29. package/templates/.claude/skills/qa-lead-routing/SKILL.md +2 -2
  30. package/templates/.claude/skills/reasoning-sandwich/SKILL.md +9 -9
  31. package/templates/.claude/skills/research/SKILL.md +2 -8
  32. package/templates/.claude/skills/result-aggregation/SKILL.md +2 -8
  33. package/templates/.claude/skills/roundtable-debate/SKILL.md +6 -8
  34. package/templates/.claude/skills/sauron-watch/SKILL.md +1 -1
  35. package/templates/.claude/skills/secretary-routing/SKILL.md +2 -2
  36. package/templates/.claude/skills/skill-extractor/SKILL.md +2 -8
  37. package/templates/.claude/skills/spark-best-practices/SKILL.md +1 -1
  38. package/templates/.claude/skills/status/SKILL.md +11 -16
  39. package/templates/.claude/skills/token-efficiency-audit/SKILL.md +1 -1
  40. package/templates/.claude/skills/wiki/SKILL.md +1 -1
  41. package/templates/.claude/skills/wiki-rag/SKILL.md +1 -1
  42. package/templates/guides/airflow/README.md +8 -8
  43. package/templates/guides/alembic/README.md +1 -1
  44. package/templates/guides/cc-token-saver/README.md +14 -0
  45. package/templates/guides/claude-code/03-tools.md +1 -1
  46. package/templates/guides/claude-code/06-mcp.md +1 -1
  47. package/templates/guides/claude-code/11-sub-agents.md +4 -4
  48. package/templates/guides/claude-code/13-cli-flags.md +1 -0
  49. package/templates/guides/claude-code/15-version-compatibility.md +4 -2
  50. package/templates/guides/claude-code/index.yaml +15 -0
  51. package/templates/guides/claude-code-tracking.md +2 -2
  52. package/templates/guides/deep-plan/phases.md +7 -9
  53. package/templates/guides/external-tools/ecc-absorption-decisions.md +2 -2
  54. package/templates/guides/external-tools/graphify-integration.md +1 -1
  55. package/templates/guides/git-worktree-workflow/README.md +1 -1
  56. package/templates/guides/index.yaml +1 -1
  57. package/templates/guides/multi-model-routing/README.md +7 -2
  58. package/templates/guides/professor-triage/README.md +2 -2
  59. package/templates/guides/professor-triage/phases.md +3 -14
  60. package/templates/manifest.json +2 -2
@@ -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 execute `/tmp/*.sh` bypass pattern falls back to Write tool triggers CC sensitive-path guard on `.claude/outputs/`. `general-purpose` has Bash access and can use the `/tmp/*.sh` bypass. See #1043.
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
- **Sensitive-path protocol**: Use `/tmp/*.sh` bypass direct Write/Edit/Bash on `.claude/outputs/` triggers CC sensitive-path guard.
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 リポート — YYYY-MM-DD
237
+ # Professor Triage 리포트 — YYYY-MM-DD
249
238
 
250
239
  ## 분석 대상
251
240
  | # | 제목 | 라벨 | 생성일 |
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.1.0",
3
- "lastUpdated": "2026-06-26T00:00:00.000Z",
2
+ "version": "1.1.2",
3
+ "lastUpdated": "2026-07-01T00:00:00.000Z",
4
4
  "omcustomMinClaudeCode": "2.1.121",
5
5
  "omcustomMinClaudeCodeReason": "Sensitive-path direct Write/Edit on .claude/** under bypassPermissions (R010 deprecation, #1101)",
6
6
  "components": [