oh-my-customcode 0.154.0 → 0.155.0

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 (32) 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/arch-documenter.md +17 -0
  5. package/templates/.claude/agents/fe-design-expert.md +20 -0
  6. package/templates/.claude/agents/mgr-creator.md +2 -10
  7. package/templates/.claude/agents/mgr-updater.md +2 -10
  8. package/templates/.claude/hooks/scripts/feedback-collector.sh +9 -6
  9. package/templates/.claude/hooks/scripts/session-reflection.sh +53 -1
  10. package/templates/.claude/hooks/scripts/skill-extractor-analyzer.sh +8 -1
  11. package/templates/.claude/rules/MAY-optimization.md +15 -0
  12. package/templates/.claude/rules/MUST-agent-design.md +11 -23
  13. package/templates/.claude/rules/MUST-agent-identification.md +35 -0
  14. package/templates/.claude/rules/MUST-continuous-improvement.md +2 -0
  15. package/templates/.claude/rules/MUST-enforcement-policy.md +6 -5
  16. package/templates/.claude/rules/MUST-language-policy.md +16 -0
  17. package/templates/.claude/rules/MUST-orchestrator-coordination.md +42 -0
  18. package/templates/.claude/rules/MUST-tool-identification.md +37 -0
  19. package/templates/.claude/rules/SHOULD-hud-statusline.md +2 -0
  20. package/templates/.claude/skills/agora/SKILL.md +1 -9
  21. package/templates/.claude/skills/codex-exec/SKILL.md +1 -9
  22. package/templates/.claude/skills/hada-scout/SKILL.md +100 -48
  23. package/templates/.claude/skills/memory-management/SKILL.md +44 -0
  24. package/templates/.claude/skills/omcustom-auto-improve/SKILL.md +2 -2
  25. package/templates/.claude/skills/pipeline/SKILL.md +44 -0
  26. package/templates/.claude/skills/post-release-followup/SKILL.md +59 -31
  27. package/templates/.claude/skills/profile/SKILL.md +2 -11
  28. package/templates/.claude/skills/reasoning-sandwich/SKILL.md +21 -0
  29. package/templates/.claude/skills/scout/SKILL.md +34 -33
  30. package/templates/.claude/skills/skills-sh-search/SKILL.md +10 -9
  31. package/templates/.claude/skills/update-external/SKILL.md +7 -0
  32. package/templates/manifest.json +1 -1
@@ -62,6 +62,13 @@ python:
62
62
  ## Workflow
63
63
 
64
64
  ```
65
+ 0. Self-update oh-my-customcode package
66
+ ├── Check npm registry for latest version
67
+ ├── Compare with current installed version
68
+ ├── Run "npm install -g oh-my-customcode@<latest>" if outdated
69
+ ├── Skip automatically for npx invocations (npx always fetches latest)
70
+ └── Failure is non-blocking — continue to Step 1 regardless
71
+
65
72
  1. Identify external resources
66
73
  ├── Scan index.yaml files
67
74
  ├── Find source.type = "external"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.154.0",
2
+ "version": "0.155.0",
3
3
  "lastUpdated": "2026-05-20T00:00:00.000Z",
4
4
  "omcustomMinClaudeCode": "2.1.121",
5
5
  "omcustomMinClaudeCodeReason": "Sensitive-path direct Write/Edit on .claude/** under bypassPermissions (R010 deprecation, #1101)",