oh-my-customcode 0.117.0 → 0.118.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.
- package/README.md +2 -2
- package/dist/cli/index.js +212 -94
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/.claude/hooks/hooks.json +42 -22
- package/templates/.claude/hooks/scripts/auto-dev-token-summary.sh +67 -0
- package/templates/.claude/hooks/scripts/auto-dev-token-tracker.sh +57 -0
- package/templates/.claude/skills/deep-plan/SKILL.md +37 -307
- package/templates/.claude/skills/professor-triage/SKILL.md +39 -329
- package/templates/CLAUDE.md +1 -1
- package/templates/guides/deep-plan/README.md +68 -0
- package/templates/guides/deep-plan/phases.md +266 -0
- package/templates/guides/professor-triage/README.md +42 -0
- package/templates/guides/professor-triage/phases.md +335 -0
- package/templates/manifest.json +2 -2
package/README.md
CHANGED
|
@@ -222,7 +222,7 @@ Key rules: R010 (orchestrator never writes files), R009 (parallel execution mand
|
|
|
222
222
|
|
|
223
223
|
---
|
|
224
224
|
|
|
225
|
-
### Guides (
|
|
225
|
+
### Guides (49)
|
|
226
226
|
|
|
227
227
|
Reference documentation covering best practices, architecture decisions, and integration patterns. Located in `guides/` at project root, covering topics from agent design to CI/CD to observability.
|
|
228
228
|
|
|
@@ -279,7 +279,7 @@ your-project/
|
|
|
279
279
|
│ ├── specs/ # Extracted canonical specs
|
|
280
280
|
│ ├── contexts/ # 4 shared context files
|
|
281
281
|
│ └── ontology/ # Knowledge graph for RAG
|
|
282
|
-
└── guides/ #
|
|
282
|
+
└── guides/ # 49 reference documents
|
|
283
283
|
```
|
|
284
284
|
|
|
285
285
|
---
|