Releases: gagoar/typescript-patterns-enforcer
Releases · gagoar/typescript-patterns-enforcer
v0.2.3 — guidance phrasing for agent escalation
Replaces imperative agent-escalation language with descriptive guidance. The skill still mentions the agent for large work, but as information rather than an instruction — preventing subagents from recursively spawning more instances.
v0.2.2 — fix recursive subagent nesting
Removes the 'spawn the subagent via the Agent tool' instruction from the skill description. This line caused subagents to read it and recursively spawn more ts-patterns agents. disallowedTools: Skill (added in v0.2.1) only blocked the Skill tool — the escalation path via Agent tool was still triggering. The skill is now inline-only; the agent remains available for manual invocation.
ts-patterns v0.2.1
- fix: add disallowedTools: Skill to review agent — prevents ts-patterns:check from recursively triggering inside the review subagent
ts-patterns v0.2.0 — plugin renamed to ts-patterns
- Plugin renamed from typescript-patterns-enforcer to ts-patterns (shorter invocations: /ts-patterns:check and ts-patterns:review)
- Added GitHub Pages docs site
- Version bump to 0.2.0 for new install identifier