xtrm-tools 2.1.4 → 2.1.5
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 +1 -1
- package/cli/dist/index.cjs +615 -505
- package/cli/dist/index.cjs.map +1 -1
- package/config/hooks.json +4 -4
- package/hooks/README.md +3 -3
- package/package.json +1 -1
- package/project-skills/py-quality-gate/.claude/settings.json +1 -1
- package/project-skills/service-skills-set/.claude/settings.json +2 -2
- package/project-skills/service-skills-set/install-service-skills.py +2 -2
- package/project-skills/tdd-guard/.claude/hooks/tdd-guard-pretool-bridge.cjs +87 -0
- package/project-skills/tdd-guard/.claude/settings.json +2 -2
- package/project-skills/tdd-guard/README.md +6 -4
- package/project-skills/tdd-guard/docs/linting.md +2 -2
- package/project-skills/ts-quality-gate/.claude/settings.json +1 -1
package/README.md
CHANGED
|
@@ -199,7 +199,7 @@ Task intake and service routing for Docker service projects.
|
|
|
199
199
|
### Standalone Hooks
|
|
200
200
|
|
|
201
201
|
**main-guard.mjs**
|
|
202
|
-
- Trigger: PreToolUse (Write|Edit|MultiEdit)
|
|
202
|
+
- Trigger: PreToolUse (Write|Edit|MultiEdit|mcp__serena__rename_symbol|mcp__serena__replace_symbol_body|mcp__serena__insert_after_symbol|mcp__serena__insert_before_symbol)
|
|
203
203
|
- Purpose: Blocks direct edits on protected branches with structured deny output
|
|
204
204
|
|
|
205
205
|
**type-safety-enforcement.py**
|